Forums
-
- Forum
- Posts
-
- Installing BuddyPress
- 24,003
- How-to & Troubleshooting
- 129,568
- Creating & Extending
- 25,789
- Requests & Feedback
- 9,496
- Third Party Plugins
- 9,791
- Showcase
- 3,316
- Ideas
- 1,385
- Miscellaneous
- 9,169
-
@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?