I installed and activated this plugin. I created a new menu, set it for toolbar menu and made sure it says everyone can see the link. However, it does not show up for anyone other than admin. Not sure if i missed a step or it just wont work with my theme.
]]>Hello , thank you for this amazing plugin
I just would to ask can i add icon to menu?
thank you
]]>Would it be possible to provide the filter or action in php (at least a hint) on hidding these menu setting from non admin users?
Thanks in advance
]]>Hi,
is this Multisite Compatible/
Thanks
]]>Hi Ben,
thanks for a handy plug in!
Is there an easy way to export my admin menus and re-import it on other sites?
It could be a useful feature addition, thanks for considering!
]]>Hi,
I installed and it did not appear anything, it does not show setup, it does not show menu. What to do?
Thanks
kklo
It would be nice to cleanup the PHP notices for “Trying to get property of non-object”.
Mostly harmless, just log spam…
]]>I’m using Admin Toolbar Menus with If Menu, and everything works perfectly on the front end.
If any user goes to Admin where they have access ONLY to edit his/her own profile, the conditional If Menu statements are ignored, and every user sees every link in the Admin Toolbar Menu.
The user’s privilege settings remain intact — they can’t view content they’re not otherwise permitted to view, but I don’t wish to show them links to pages they can’t view.
Any idea why If Menu settings would be ignored only on the back end?
I’m posting this on strong>If Menu support also. Hoping one of you might be able to easily identify the issue.
]]>Hi Benbodhi,
I just updated to the latest plugin version this morning and noticed that the Site Name dropdown menu no longer appears when hovering over the Site Name link.
I got things back to normal by replacing:
if ( ($menu = wp_get_nav_menu_object( $menu_name ) ) && ( isset($menu) ) ) {
with:
$menu = wp_get_nav_menu_object( $locations[ $menu_name ] );
and removing the extra }
at the end.
Great work, and thanks.
I tried in our MU sites, but whatever it is activated in network wide or in subsites, only the third menu under user profile was display.
Alex
]]>Hey – Love the plugin, thanks! I was wondering if you could make some minor updates to eliminate PHP notices I’m getting in my local environment with WP_DEBUG on. I’m getting a lot of these messages in wp-admin:
Notice: Trying to get property of non-object in /…/wp-content/plugins/admin-toolbar-menus/admin-toolbar-menus.php on line 115
Thanks again.
]]>Hi Benbodhi,
I keep encountering a problem with my toolbar menu. I’ve got a lot of links in the center/main toolbar menu. Things work fine up until x # of links, then it becomes impossible to set the menu location, and that menu disappears from the toolbar. I’m not exactly sure what x stands for, but I believe it’s somewhere around 50-75. Any idea why this is happening, and how to fix it?
Thanks!
]]>Hi there,
I really like this plugin — it’s so useful! I do have an issue with how it’s set up, though…
I find it counter-intuitive to create admin menus in the regular WordPress Menu settings. These settings are to create publicly visible menus, whereas this plugin is for logged in users only, so it would be nice to have some separation between the two. A separate admin interface would help. This would make things less messy and confusing.
Plus, the WP Menu settings only provide links to front-end pages/posts/taxonomies/etc., so the entire toolbar menu has to be created with custom links if you’re trying to direct users to back-end sections of the site (which to me is the whole purpose of an admin menu!). That’s very tedious and time-consuming! It would be much better if links to admin sections of the site were available to select as options for the toolbar menus.
Simply adding the choice of pre-formatted back-end links would be an enormous improvement by itself, but the separate interface would help simplify things. I can imagine that the WP Menu settings would get too bloated if there were too many link options to choose from.
I’m holding off on submitting my review to see if any of these changes are possible/forthcoming. If so, the plugin will get a 5 rating and a rave review!
Thanks!
]]>