Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #332803

    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!

    • This topic was modified 10 years, 1 month ago by MeryVi.
    #333083

    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

    #367220

    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.

    #367595

    Hey!

    This issue has been fixed on the latest version of the theme. Please make sure that you’re running Enfold 3.0.4 on WordPress 4.0.1.

    Cheers!
    Ismael

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.