Home › Forums › Backend Issues (wp-admin) › Some field groups' fields do not display on edit page after update to ACF 6.0.2 › Reply To: Some field groups' fields do not display on edit page after update to ACF 6.0.2
I just discovered one more thing immediately after I posted. It’s not that the the fields aren’t loading — they are — they’re there in the DOM. But the ACF field container is being assigned a hide-if-js
class that styles them with display:none;
.
e.g. the containing element looks like this:
<div id="acf-group_[xxx]" class="postbox hide-if-js acf-postbox seamless">
Why?
Welcome to the Advanced Custom Fields community forum.
Browse through ideas, snippets of code, questions and answers between fellow ACF users
Helping others is a great way to earn karma, gain badges and help ACF development!
We use cookies to offer you a better browsing experience, analyze site traffic and personalize content. Read about how we use cookies and how you can control them in our Privacy Policy. If you continue to use this site, you consent to our use of cookies.