Thanks again, Hube2! Last I checked with them, they didn’t mention having set up a permissions plugin (as they tried the let’s-disable-some-plugins trick, to no avail). I will reach out to them again, though, and mention this type of plugin. If I hear anything new, I’ll let you know. I’ll also peruse functions.php again.
Cheers,
Chris
If I understand this correctly… In acf.php:
if( is_admin() && !ACF_LITE )
{
add_action(‘admin_menu’, array($this,’admin_menu’));
The function above hooks a function called “admin_menu”, which is further down the file.
function admin_menu()
{
add_utility_page(__(“Custom Fields”,’acf’), __(“Custom Fields”,’acf’), ‘manage_options’, ‘edit.php?post_type=acf’);
}
Is this what you’re looking for? Also, I double checked: my account role is Admin.
Although, the “/edit.php?post_type=acf” trick is just the workaround I need! Hopefully we can get to bottom of the missing menu button problem, though (if not for my sake, then for others’).
I appreciate all of your help!
Thanks for the quick response, Hube2. Unfortunately, the developers we contracted did not include a function to hide the menu. I did a bit more research along the same lines, and I searched through some CSS to see if anything may have been hidden, but no luck so far.
I also notice that the checkbox for ACF isn’t included in my Screen Options. I viewed the source, and it’s not hidden, either (it’s just not there).
Friendly bump. I haven’t been able to crack this one yet.
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.