Home › Forums › Backend Issues (wp-admin) › Fields not showing since recent update › Reply To: Fields not showing since recent update
Hi all,
Kenny from ACF support was able to sort this out for me quite easily, here is his response;
I suspect that the issue affects your current user because you had “reordered” metaboxes on the edit screen.
The “fix” we added on the latest version, changes all “high” metaboxes to “normal”. This allows metaboxes to appear correctly in Gutenberg, but is most likely conflicting with your users “reorder” setting.
To change and fix this from your end, please edit the wp_usermeta table and delete the rows containing “meta-box-order_…”. This will allow all metaboxes to appear as expected.
Basically I just removed all the “meta-box-order_*” entries from the wp_usermeta table in the database and now I can see everything as normal again.
Hope this helps and again big thanks to Kenny 🙂
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.