The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
11 views

Custom Div with links on Admin Bar

I'm trying to add an area on the admin bar that will display user Profile Image, User Name, User Email, User role, and links to Edit Profile and signout. The way in which I would like it to display is ...
1
vote
2answers
55 views

Hide widgets/plugins from dashboard

I have two plugins in the dashboard, SEO Wordpress and Custom Content Type Manager, and for security reasons I want to hide these from dashboard. How to do that? I tried to hide the SEO Wordpress ...
0
votes
1answer
25 views

Edit specific nodes in WP_Admin_Bar

Is it easily possible to edit links in the WP_Admin_Bar global $wp_admin_bar instance?
0
votes
1answer
48 views

Exclude admin bar from showing avatar customization

I am customizing the WP avatar (to fit a grid) and do not want the avatar customization to show on the admin bar drop down or in the dashboard or on the site (when the admin bar is visible). I have ...
2
votes
1answer
24 views

Question about how global $wp_admin_bar works

So, I ran into an interesting issue while adding some admin menu bar links today. When adding links to a parent menu using something like: // Add the parent menu $wp_admin_bar->add_menu( array( ...
0
votes
0answers
64 views

Wordpress Admin Bar showing up as unstyled list below footer?

I have a custom site that is about half done using wordpress 3.5.1 and when logged in the admin bar is showing up as an unstyled list at the bottom of the page instead of the normal top position. I ...
0
votes
3answers
311 views

WordPress admin bar overlapping twitter bootstrap navigation

I am having an issue with the WordPress admin bar overlapping the twitter bootstrap (2.3.0) nav bar. I have tried this fix: body.admin-bar .navbar-fixed-top { top: 28px; } .navbar .brand { ...
0
votes
2answers
259 views

Custom post type, taxonomy and admin bar

I have two kind of post types in my WordPress website: "Articles" which is the classic post type "Breves" which is a custom post type I want them to share the same standard categories and post ...
0
votes
4answers
359 views

Disable the admin bar

I have the WP3.4 and I would like to disable the admin bar. I have tried to do that with many ways, but the admin bar do not display. Is possible to do on this version of WP (3.4) or i make a mistake ...
0
votes
1answer
25 views

Cannot see dropdown shortcut to site dashboard in WordPress network why?

As per title and following screenshot
0
votes
2answers
317 views

Display wordpress admin bar outside wordpress in Magento?

I have been trying to get the admin bar to show up under a magento install. I have tried eveything to get it. I can get the user, get the footer but nothing happens to get the admin bar up. from ...
4
votes
1answer
235 views

remove admin bar new post/link/media sub menu

I wish to remove the sub menus of post/link/media under the add new menu in the admin bar. I can remove the entire menu but I actually only want to remove the sub menu's ...
3
votes
1answer
210 views

How to Remove All Admin Bar Menu Items?

I've seen techniques on how to remove specific Admin Bar items, but how do we do with those extra menus added by plugins/themes? How to remove all Admin Bar items? Related Q&A's Is the ...
0
votes
1answer
43 views

Can admin_bar_menu or another action be used to modify the admin bar on the admin side?

I have used add_action('admin_bar_menu', 'modify_admin_bar') to change the admin bar on the "front end" of WordPress (the site the user sees). However, it seems that modify_admin_bar() is not called ...
0
votes
1answer
73 views

What hook is used to display the admin_bar on the front end?

Or, how is the admin_bar displayed at all? I'm looking to display a similarly styled menu, but for all users who visit.

1 2 3 4 5 6
15 30 50 per page