Tagged: Fullwidth sub menu
Hi,
I have the same problem of these posts https://kriesi.at/support/topic/fullwidth-sticky-submenu-not-loading-correct-menu/
but I didn’t get really how to fix the issue.
Basically the submenu seems to only read/load the first menu created. Perhaps there is something interfering?
Thank you for the help!
Hi MeryVi!
Thank you for using Enfold.
It’s working fine on our installation. Please switch your advance layout builder to debug mode. Edit function.php, find this code:
if(isset($avia_config['use_child_theme_functions_only'])) return;
Below, add this code:
//set builder mode to debug
add_action('avia_builder_mode', "builder_set_debug");
function builder_set_debug()
{
return "debug";
}
You will be able to see the actual shortcode below the builder. Look for the submenu shortcode. It looks like this:
[av_submenu menu='53' position='center' color='main_color' sticky='aviaTBsticky']
Change the menu id 53 to the id of the menu that you want to use. I think the menu_prov id is 65.
Regards,
Ismael
Hi, I have a similiar problem , i have 4 different sub menu for 4 different pages , i can manage to display the same menu everywhere, but not different ones.
I followed your suggestion , but still i do change the ID of the submenu and nothing is happening still the same.