Forums
-
- Forum
- Posts
-
- Installing BuddyPress
- 24,000
- How-to & Troubleshooting
- 129,530
- Creating & Extending
- 25,788
- Requests & Feedback
- 9,496
- Third Party Plugins
- 9,783
- Showcase
- 3,316
- Ideas
- 1,397
- Miscellaneous
- 9,169
-
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.