What the title says. I love this plugin and it works perfectly except that it removes my Edit Page button. Even with all plugin settings at default it disappears, and sadly I need that button.
]]>I want to hide some selected items from the admin bar for all users except administrator.
]]>There is WordPress default logo and some documentation in the admin bar. I don’t need this instead of this I want to add my logo and service documentation in the section. Is it possible?
]]>If an user has two rules like Editor and a custom rule called staff then I restrict the menu access to the staff rule the limitation will not work when it should be. For have item hidden for that user that has two rules I need exclude also the second rule. This seems a bug as in Adminify hide items works with only one rule.
Example list of users:
user 1 – rule: editor, customrule
user 2 – rule: admin
I set the editor bar to hide some items menu to rhe rule custom rule then I switch to that user and admin items are still visible to user 1. To forbid user 1 access I need add also the editor rule in the admin bar hidden items.
If a rule is denied and user has more then one rules, the deny rules should have the priority. If user has two rules but one of them is forbid to see admin item, this should be honored.
]]>I just want to hide the front end admin bar for all users. I know that it can be done by visiting each profile and uncheck “show toolbar frontend” option.
]]>Do you offer adding a custom menu in the admin bar? It’s necessary for quick access.
]]>I don’t want to use any user role editor plugin as it seems complicated to me. I just want to hide some option for adminstrator and editor from the admin bar. I my site it has 47 active plugin and the admin bar seems massy that’s why I like to create a clean admin toolbar interface by hiding unwanted links.
]]>Creating a site for non tech clients who wants a simple admin bar. Can you tell me the main feature of your plugin.
]]>Actually tried to install multiple plugins after downloading them from wordpress plugin repository including admin bar editor plugin. But it’s showing “Installation Failed: Could Not Create Directory” notice in my dashboard.
]]>I was testing this on my staging website before using it on my live website. I want to know if it’s possible to see live changes in the admin bar while customizing. Here is a screenshot: https://prnt.sc/TfkRNh3jyfhz
]]>I like to keep only a icon in some of my existing admin bar items, how I can do this? Any suggestion appreciated – Screenshot: https://prnt.sc/jXb25o8HIgpg
]]>Hi:
The code is well-written, but there are two serious issues:
These issues are currently affecting the normal operation of the system. I recommend fixing them when you have time, ensuring that the original system remains unaffected.
Thank you!
]]>I’ve successfully installed WordPress 3.1.3 on several sites but for some reason on one of them the “Shortlink” item does not appear on the menu bar (when on single post pages).
Also, this code which is hooked onto admin_bar_menu and works elsewhere does not work on the same site:
global $wp_admin_bar;
$current_object = get_queried_object();
if ( empty($current_object->post_type) )
{
$wp_admin_bar->remove_menu('edit');
}
(This code removes the “Edit” menu item if not on a single page)
Any ideas why these two things would’nt be working? Thanks in advance.
]]>