When you add a menu using Settings > Menus it does not show up on the website. You have to omit the custom menu in order to get the site navigation to show up.
When you add a menu using Settings > Menus it does not show up on the website. You have to omit the custom menu in order to get the site navigation to show up.
Hi jbisonaroll
Sorry
Please open functions.php line:766
if ( ! jQuery('.menu-header ul li').is('li.page_item') ) {
jQuery('div.menu-header').css("display","none");
}
comment out above code like below.
/*
if ( ! jQuery('.menu-header ul li').is('li.page_item') ) {
jQuery('div.menu-header').css("display","none");
}
*/
Thank you for using an Enough theme
I am sorry to be poor at English.
Thank you
This topic has been closed to new replies.