The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
2answers
350 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 ...
6
votes
2answers
2k views

How do I remove the admin bar (styling) from frontend only?

When logged in, the admin bar adds the following to my page <head> section: <style media="screen" type="text/css"> html { margin-top: 28px !important; } * html body { margin-top: ...
0
votes
0answers
21 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 ...
2
votes
1answer
280 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
1answer
43 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
49 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
35 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 ...
2
votes
3answers
1k views

How to re-enable admin bar with Buddypress active? (BP bar removed)

How do I force WordPress/Buddypress to use the WordPress admin bar on the frontend? I know that I can disable the BP bar with define( 'BP_DISABLE_ADMIN_BAR', true ); in the config, but the admin bar ...
1
vote
2answers
87 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
34 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?
1
vote
3answers
1k views

Removing admin bar from wordpress dashboard

I'm using wordpress multiste 3.3.1 I'm not gonna update it in the future. So I disabled all upgrade functions. I want to remove the wordpress admin bar from both frontend as well as dashboard. I can ...
0
votes
1answer
50 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
1answer
106 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 ...
2
votes
4answers
635 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
3answers
370 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
0answers
74 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 ...
2
votes
1answer
199 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 ...
0
votes
4answers
444 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
4answers
568 views

Admin Bar CSS left over after removal

I am using the following code to remove the admin bar (client request). add_filter( 'show_admin_bar', '__return_false' ); Trouble is, it leaves some autogenerating CSS, which places a massive white ...
1
vote
3answers
887 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 ...
2
votes
4answers
181 views

How to keep theme layout the same when admin gray bar is present?

When I am logged in, there is a gray admin bar on top. My theme layout got distorted by the bar. How to solve the layout problem? Is there a function that can detect user is logged in or not, or use ...
0
votes
2answers
294 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
1answer
26 views
3
votes
3answers
499 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; ...
4
votes
1answer
296 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
243 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
75 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
vote
1answer
448 views

Why is the admin bar appearing (on certain pages) for non logged-in users?

The admin bar is appearing for non logged-in users on one of my sites, but only for two specific pages (/work and /contact, for what it's worth). Has anyone heard of this happening before? It appears ...
0
votes
1answer
282 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, ...
1
vote
1answer
244 views

How do I display wordpress admin bar outside wordpress?

Let's say that I have a URL path that is not handled by wordpress,like /custom/ but I want to add the admin bar to these pages. What should I add to these pages in order to make the admin bar ...
1
vote
1answer
463 views

what is __return_false in filters

I was thinking of removing/hiding admin-bar from my wordpress (3.1.1) installation. I visited following link: http://codex.wordpress.org/Plugin_API/Filter_Reference/show_admin_bar I was surprised ...
0
votes
1answer
152 views

What function actually renders the wp_admin_bar ? How can I call it?

What function actually renders the wp_admin_bar? And how can I call it? I want to print out just the nodes / DOM for the actual menu. It would end up rendering something like this: <div ...
0
votes
2answers
148 views

How to make the BuddyBar fix and scroll with the page

I've been trying to find a way to force the BuddyBar to scroll with the page instead of float at the top of the browser window when scrolling down the page. I been searching the net for this but ...
-3
votes
1answer
78 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
138 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 ...
0
votes
2answers
89 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
185 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
88 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
110 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 ...
2
votes
1answer
336 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
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
325 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 ...
0
votes
2answers
69 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
227 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 ...

1 2