Skip to:
Content
Pages
Categories
Search
Top
Bottom

HELP WITH HEADER

  • @megt12

    Member

    Hello, im Matías from Argentina, new to buddypress.

    I need some help with the header

    I managed to change the size of it, but i could not turn it into a home link.

    Also i need the header to change the image whenever someone presses on a link, a random with 3 or 4 images.

    Can someone help me plzzz???

Viewing 9 replies - 1 through 9 (of 9 total)
  • @mercime

    Participant

    If you’ve created a child theme of bp-default, you could disable the custom header function by adding the following to your theme’s functions.php
    `define( ‘BP_DTHEME_DISABLE_CUSTOM_HEADER’, true );`

    From that point on, you could search for a plugin which does what you need
    https://wordpress.org/extend/plugins/wp-display-header/
    https://wordpress.org/extend/plugins/cimy-header-image-rotator/
    or something like the above

    @megt12

    Member

    What’s a child theme? :$

    The cimy one didn’t work, going to try the 1st one.

    @mercime

    Participant

    I assumed you wanted to use the bp-default theme. But it’s bad practice to make the changes there because those will be overwritten when you upgrade BP. So it’s prudent to create a child theme of bp-default theme – https://codex.buddypress.org/theme-development/building-a-buddypress-child-theme/

    @megt12

    Member

    And i need to know how to turn the header into a link to home!!!

    plz help

    @mercime

    Participant

    What’s not clear is what you have done so far and if you have indeed created a child theme of bp-default. Help us help you.

    @megt12

    Member

    where in functions.php should i put this define( ‘BP_DTHEME_DISABLE_CUSTOM_HEADER’, true );?

    I created the child, tryied to install the cimy image rotator and it never recognized the img’s i uploaded to it.

    @megt12

    Member

    Here’s my msn messenger so we can communicate better and faster megt12 @gmail.com

    @hnla

    Participant

    @megt12 on a public help forum it’s bad form to expect or try and move a topic away to private messaging, help given is always thought to perhaps be useful to others stumbling across the thread in searches.

    Defines go in your wp-config.php file.

    You will definitely be needing to explain the steps you have taken thus far and the point you are at if it’s going to be possible to provide meaningful help.

    @megt12

    Member

    Actually, as everything i tryied failed, the only thing i’ve done is to create a child theme as its explained here https://codex.buddypress.org/theme-development/building-a-buddypress-child-theme/

    And changed the size of the header.

    So basically i’m just beggining. If someone could tell me step by step, not assuming i know anything at all xD

    I have the default coding. Need to make my header a link to home, so if some 1 clicks it, it goes to home, and if it’s possible for it to change between 3 or 4 img’s, it would be great.

    Thanks.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘HELP WITH HEADER’ is closed to new replies.
Skip to toolbar