Hello,
in my case i add custom style in Function.php
Maybe quick way and undestructive method ?
#categorydiv{ display: block !important;}
That seems to solve problem for me
http://support.advancedcustomfields.com/forums/topic/screen-options-must-be-checked-bug-or-feature/
troymcginnis
March 8, 2015 at 5:10 pm
Hello,
in my case i add custom style in Function.php
Maybe quick way and undestructive method ?
#categorydiv{ display: block !important;}
That seems to solve problem for me
try this in function.php
// Add SubMenu on option pages
//
if(function_exists('acf_add_options_page')) {
acf_add_options_page();
acf_add_options_sub_page('Option');
}
Hello,
Same Here,
I can login to support forum, but can’t login to my account.
I really like to show what’s news on ACF5 pro.
I try to use forgot password but, i didn’t recieve the mail.
Thank you