Skip to:
Content
Pages
Categories
Search
Top
Bottom

How to remove header image in BP columns?


  • Tony
    Participant

    @acfurino

    I know how to change the header image in the appearance settings but I want to remove it completely… how do I do that?

    Thanks,
    Anthony

Viewing 9 replies - 1 through 9 (of 9 total)

  • Tony
    Participant

    @acfurino

    BP columns theme i mean


    modemlooper
    Moderator

    @modemlooper

    read here on how to remove header

    https://codex.buddypress.org/developer/extending-buddypress/changing-internal-configuration-settings/

    define( ‘BP_DTHEME_DISABLE_CUSTOM_HEADER’, true );


    Tony
    Participant

    @acfurino

    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  ?>


    Tony
    Participant

    @acfurino

    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…


    Tony
    Participant

    @acfurino

    It wont let me copy/paste the code but its what you guys said its supposed to be


    Tony
    Participant

    @acfurino

    can anybody else help with this? directions above are not working…


    @mercime
    Keymaster

    @mercime

    @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


    Tony
    Participant

    @acfurino

    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.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘How to remove header image in BP columns?’ is closed to new replies.
Skip to toolbar