Thanks for your response. Unfortunately, I’m new to this kind of code but based on the info you provided above… I created the file /wp-content/plugins/bp-custom.php … Can you tell me exactly what should be in this currently blank file in order to remove that header image?
what he said above! plus :
opening php tag <?php and closing one at end of file ?>
It’s still there after I did that…
This file – http://theifhl.com/wp-content/plugins/bp-custom.php
This is all that is in the file…
Website is http://www.theifhl.com the header image is still there… unless thats not a header image? That ugly blue background…
It wont let me copy/paste the code but its what you guys said its supposed to be
can anybody else help with this? directions above are not working…
@acfurino this should be in wp-content/plugins/bp-custom.php file http://pastebin.com/HxNAxvBK
Should for any reason that doesn’t work for you, delete bp-custom.php and add the code (without the opening and closing ) in your theme’s functions.php file right under the opening < ?php
It’s still not working… Could it be a conflict between the BP Columns theme and the BuddyPress Default theme?
First, I tried the bp-custom.php method and that didn’t work. Then I deleted that bp-custom.php file and tried the following…
Added this code (without the opening and closing ) in my BP Columns theme’s functions.php file right under the opening < ?php
define( ‘BP_DTHEME_DISABLE_CUSTOM_HEADER’, true );
That didn’t work so I also added that above code in my BuddyPress Default theme’s functions.php file right under the opening < ?php and that didn't work either.
Any other ideas? Thanks to all for trying to help.