Support

Account

Home Forums Backend Issues (wp-admin) ACF fields disappeared from page editor Reply To: ACF fields disappeared from page editor

  • I have had this happen before when someone clicks on the buttons that allow reordering of field groups. I don’t know what causes it but it appears to happen when moving a metabox might change the location (high, normal, side).

    To correct this you need to go into the usermeta table in the DB and delete and find the users meta box order entry for the post type and delete it. The meta key will be "meta-box-order_{$post_type}"

    You will find a lot of posts on the internet about this, but no good solutions. There are sometimes plugins that can be used but they are generally not maintained well.