The admin-bar tag has no wiki summary.
0
votes
0answers
24 views
Why do previews work in one browser, but not another?
I keep having an intermittent issue where the admin bar disappears from a wordpress site I often use, when using my main browser (Google Chrome). I can access /wp-admin/ no problem, and another ...
0
votes
0answers
23 views
Get rid of persistent admin toolbar in WP MultiStite
We are running a WordPress MultiSite (with BuddyPress, if it's relevant). At some point recently all the sites that mapped domains to our network are having issues with persistent tool admin bar that ...
0
votes
1answer
46 views
How to display admin bar when using wp_use_themes = false?
So I'm using Wordpress in a 'themeless' manner, i.e. not using a "blog" template. My site files are in the root directory (not in the theme folder), and Wordpress is installed in its own /wordpress/ ...
1
vote
1answer
53 views
Change the link of 'Howdy' at the top right
I'd like to change where the 'Howdy' link gets you when you click on it.
I have a website with buddypress and instead of getting users to their profile page I want to get them to their 'Activity' ...
0
votes
1answer
37 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
110 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
35 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
51 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
29 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
76 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
411 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
308 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
472 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
26 views
Cannot see dropdown shortcut to site dashboard in WordPress network why?
As per title and following screenshot
0
votes
2answers
360 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
315 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
253 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
48 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
77 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.
0
votes
1answer
303 views
WP admin bar disappeared
The admin bar suddenly disappeared from the front end side of my site. It is present and works alright at the backend. I thought it could be due to some plugin so I deactivated them one by one and ...
-2
votes
1answer
55 views
Show dashboard bar on website when logged in [closed]
Currently when I am logged into my Wordpress dashboard I have an admin bar at the top of the page, when I view the site, I am no longer able to see the dashboard and make changes to the page. The ...
1
vote
2answers
39 views
Admin pages have no content
Not the usual white screen of whatever horror, my site is shown normally until you go to the admin dashboard. While the dashboard (or the admin menu if you will) is visible and responds accordingly, ...
2
votes
1answer
202 views
How to add admin bar and admin menu or submenu notification bubbles?
What would you recommend to use as far as manipulating the admin bar goes? I was thinking to just add a new admin bar node, and with CSS set a background image for the icon. Then in the node, just ...
-3
votes
1answer
81 views
add_filter() thows error | Removing the admin bar
Fatal error: Call to undefined function add_filter() in /home/paperme/foo.com/wp-includes/functions.php on line 3647
I got this error when adding this snippet to the end of functions.php
I was ...
0
votes
1answer
139 views
Disabling the Admin Bar | Where does code go?
I need to disable the admin bar for subscribing user ( not the admin).
I found these code snippets here on SE.
Best Option
Another Option
However I don't know what file to edit or where to put ...
2
votes
1answer
298 views
Integrating the Wordpress admin panel with a frontend theme
I am building a Wordpress membership site where I need to collect user generated content in form of:
-posts
-events
-classified ads
I am using three plugins to accomplish this. However I need to ...
0
votes
2answers
91 views
How to add admin bar only page?
I successfully managed to create admin bar item using this:
add_action('admin_bar_menu', 'toolbar_link_to_mypage', 999);
function toolbar_link_to_mypage($wp_admin_bar){
global $wp_admin_bar;
...
-1
votes
1answer
186 views
Debug throws a “Notice: Undefined index: meta in” [closed]
I can't seem to track this down. Debug throws an error -
Notice: Undefined index: meta in - /site/folders/wp-includes/class-wp-admin-bar.php on line 108
I was adding a node to the admin bar with ...
-1
votes
1answer
91 views
Plugin link does not appear in my toolbar
I haven't installed anything that would break the link, as far as I can tell it's just never been there. I have no idea what to do, please help.
1
vote
0answers
45 views
Forcing SSL login, have to log in again from WP/BP-Admin Bar
I am forcing SSL login on a multisite install running BuddyPress, and after doing so I have to log in a second time when trying to access anywhere in the dashboard via the admin bar.
-1
votes
1answer
111 views
Content is displayed under admin bar [closed]
After updating to 3.4, my admin bar is not pushing down the content in the admin area.
In this picture I have scrolled right up to the top of the page:
greedy admin bar
The problem is that notices ...
0
votes
2answers
54 views
Add code to admin bar only
I am trying to add a QR code to the bar and I can do this but it's my first time to make a WordPress plug-in and I'm having trouble. It ends up showing to everyone even if they are not an admin or ...
2
votes
2answers
328 views
How can I remove the WP menu from the admin bar?
I never use the WP menu (the logo and its child items) except when I click it accidentally. And it is wasting my time when I navigate per keyboard. Plus, the support page is not our site.
How can I ...
3
votes
3answers
508 views
Make 'Howdy, [name]' function as log out button
I have been customising the admin bar in version 3.3 to only have certain custom links with the following added to functions.php:
function mytheme_admin_bar_render() {
global $wp_admin_bar;
...
0
votes
2answers
70 views
Hide admin toolbar based on a query string
As far as I know the showing and hiding of the admin toolbar on the front-end is a global setting, which applies to any page containing wp_footer().
I want to have more specific control over the ...
0
votes
2answers
232 views
remove admin bar show hide option from profile settings
Do not misunderstood.
I am trying to remove/disable Show toolbar option (not talking about hide/disable admin bar) but talking about The Option into Profile Settings.
I tried to search but in all I ...
0
votes
1answer
84 views
toolbar not visible on pages using front-page template
My profile is set to show the WP toolbar when viewing the site, but on a page using the front-page.php template the toolbar space is reserved but its contents are not visible. What could be the reason ...
-1
votes
1answer
180 views
Site layout problems when logged in due to admin bar
Is there a way to when logged in have the banner on my page move down so many specified pixels?
This is what it looks like when I'm logged in (as of course the dashboard bar at the top is there and ...
1
vote
3answers
907 views
Change existing label in the admin bar with something else
In the admin bar an admin can create a new post by using the add new drop down. In there I want to change the label Post to something else.
How can I do this? I just need the code to make the change ...
5
votes
1answer
369 views
Modify Admin Bar Link
Starting on line 474 of /wp-includes/admin-bar.php there is a function that is declared as the following:
function wp_admin_bar_new_content_menu( $wp_admin_bar )
What it does it generates the + New ...
2
votes
4answers
645 views
Remove WordPress Toolbar buttons
Is there anyway to remove the 'W' icon from the WordPress toolbar located at the top, when Authors login?
I know that an author can uncheck an option for an individual user, but we need to do this ...
0
votes
1answer
108 views
Why toolbar would not be visible in the frontend but visible in the admin?
I'm trying to figure out why the WP toolbar/admin bar shows up in the admin section for a non-admin user, but in the frontend it does not - only empty space.
I checked user profile setting, which ...
0
votes
2answers
611 views
Making that Admin Bar transparent or a blue color
The question title is pretty self-explanatory - I don't really like the new Admin's bar's colour but I find it useful and want to keep it so I would like to change the colour of it. However, I'm not ...
2
votes
1answer
338 views
Creating new page with pre-defined parent page
I have a blog with a very complex page structure (like, 4 levels of hierarchy).
When creating new pages, it is very cumbersome to pick the parent page from the drop-down list, as it is constantly ...
0
votes
2answers
1k views
Remove toolbar option (and set to default to no) in user profile
I don't want users to be able to choose to display the admin bar/toolbar when they log into wordpress. It doesn't have a function for those users.
Instead I would like for admin users to have the ...
0
votes
1answer
146 views
Can you refresh ONLY the wordpress adminbar and not the whole page?
Here is my challenge:
I have included an electronic wallet in the admin bar of my wordpress site and what I need to do is to refresh ONLY the admin bar so that, upon a purchase, the electronic wallet ...
1
vote
1answer
379 views
How to change the Admin-bar's link target?
I'd like to change the admin bar's link target to "_blank".
where what should I do?
thanks.
1
vote
1answer
472 views
Restore original WP admin bar after BuddyPress install
I want to re-enable the original WP admin bar after installing BuddyPress!
define( 'BP_DISABLE_ADMIN_BAR', true ); completely disables the admin bar - don't want that.
This question tells us to ...
0
votes
1answer
129 views
BuddyPress Toolbar
Is there a way to call the toolbar or adminbar as you would a menu?
<?php
wp_nav_menu(
array(
'container' => false,
'menu_id' => 'nav',
...
1
vote
2answers
298 views
Is there a ready-made fix to make the admin bar not obscure content?
I have a situation where the Wordpress 3 Admin Bar (which is cool and I do want to have) obscures some important information on my page.
Before I start fiddling with the CSS myself (which I'm sure ...

