Forums
-
- Forum
- Posts
-
- Installing BuddyPress
- 24,042
- How-to & Troubleshooting
- 129,691
- Creating & Extending
- 25,794
- Requests & Feedback
- 9,497
- Third Party Plugins
- 9,793
- Showcase
- 3,316
- Ideas
- 1,375
- Miscellaneous
- 9,181
-
Works perfectly fine for me.
I have a empty function.php in my child’s theme, however, it has that one line:
<?php remove_action( ‘init’, ‘bp_dtheme_add_custom_header_support’ ); ?>
Make sure there isn’t any other function that may override the bp-defaults.
If that doesn’t work, you can attempt to copy the function and replacing the the few lines with a return call.