BuddyDev

Search

[Resolved] header and side panel problems?

  • Participant
    Level: Enlightened
    Posts: 32
    julien on #51639

    I’m experiencing issues with the sidebar menus and customizing the header. None of the sidebar menus work when interacting with the button, is there a possibility to customize this? Or simply create a header via Elementor and customize it with widgets?

    The header also was not working, I had to use the following code in functions.php:
    functions.php :
    (function force_theme_header() {
    // Inclut le fichier header.php du thème (ou thème enfant)
    locate_template(‘header.php’, true);
    }
    add_action(‘wp_body_open’, ‘force_theme_header’, 0);)

    • This topic was modified 2 months, 2 weeks ago by julien.
  • Keymaster
    (BuddyDev Team)
    Posts: 24212
    Brajesh Singh on #51641

    Hi,
    Welcome to BuddyDev support.

    Are you using Community Builder/Community Builder Pro?

    If the sidebar menu is not working, There is some plugin throwing javascript error and prohibiting the button from working. You do not need force_theme_header.

    Is your site available online? If yes, Please link. Otherwise, Please share the details about the theme being used and which template pack are you using?

    Thank you
    Brajesh

  • Participant
    Level: Enlightened
    Posts: 32
    julien on #51642

    I am using the theme “Community Builder Pro 2.1.9 > Community Builder pro child 2.0.1”.

    I am using Elementor and the “directoriespro” plugin primarily, but many BuddyPress plugins are activated.

    Here is the website:
    https://unissons-les-arts.fr/

    • This reply was modified 2 months, 2 weeks ago by julien.
  • Keymaster
    (BuddyDev Team)
    Posts: 24212
    Brajesh Singh on #51644

    Thank you.
    Please disable the code you have used above and then let me know.
    I am seeing all the scripts etc loaded twice due to the above code.

    Regards
    Brajesh

  • Participant
    Level: Enlightened
    Posts: 32
    julien on #51645

    is disabled now

  • Participant
    Level: Enlightened
    Posts: 32
    julien on #51646

    I will deactivate all the BP plugins to see if the problem still exists and then reactivate them one by one. I will get back to you after that.
    Thank you for your help and responsiveness.

  • Participant
    Level: Enlightened
    Posts: 32
    julien on #51647

    All the BuddyPress plugins have been successfully deactivated and the cache has been purged, the header is still not visible after that.

  • Participant
    Level: Enlightened
    Posts: 32
    julien on #51648

    I will keep the BP plugins deactivated until the problem is resolved and will gradually reactivate them once we have finished.

  • Keymaster
    Level: Yogi
    (BuddyDev Team)
    Posts: 2935
    Ravi on #51649

    Hello Bonch,

    Please check the following screenshots and let me know if this settings enable or not. If not, Please enable it and give it a try

    // Main header row
    http://tinyurl.com/29mlvbhy

    // Page header
    http://tinyurl.com/2d9koedj

    Regards
    Ravi

  • Participant
    Level: Enlightened
    Posts: 32
    julien on #51652

    yes main row and ennable in blog>page setting it was enabled.

    my previous theme it was buddyx….. do you need list of plugin?

    • This reply was modified 2 months, 2 weeks ago by julien.

The topic ‘ [Resolved] header and side panel problems?’ is closed to new replies.

This topic is: resolved