Tagged Questions
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',
...
0
votes
1answer
373 views
BuddyPress admin bar links are broken
I have activated BuddyPress on a blog but the link My Account on the admin bar is broken. I have configured BuddyPress to auto create pages but still the problem persists. I have been searching Google ...
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 ...
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 ...