Support

Account

Home Forums ACF PRO Screen options must be checked: bug or feature? Reply To: Screen options must be checked: bug or feature?

  • In case anyone needs a quick, dirty fix: I added the following CSS block to the acf-global.css file to force show all of the respective ACF fields in the editor (less than ideal, but a temp fix).

    .acf-postbox {
        display: block !important;
    }