Tagged: Header, problem, side panel
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 9 months, 1 week ago by julien.
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
BrajeshI 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 9 months, 1 week ago by julien.
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
BrajeshHello 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/2d9koedjRegards
Ravi
The topic ‘ [Resolved] header and side panel problems?’ is closed to new replies.