Forums
-
- Forum
- Posts
-
- Installing BuddyPress
- 24,032
- How-to & Troubleshooting
- 129,674
- Creating & Extending
- 25,794
- Requests & Feedback
- 9,497
- Third Party Plugins
- 9,793
- Showcase
- 3,316
- Ideas
- 1,375
- Miscellaneous
- 9,181
-
@zomex – You might want to try this in your theme’s functions.php:
`remove_action( ‘init’, ‘bp_core_add_admin_bar_css’ );
if ( !is_admin() )
add_action( ‘init’, ‘bp_core_add_admin_bar_css’ );`
Untested, but give it a shot.
—
Actually, based on your report, it’s hard to give a definitive answer. What exactly is breaking in the admin area?