• I am now trying to use Conditional Menus by Themify instead of Menu Swapper as suggested by sevenspark support.
    We commented out line 126 in conditional-menus / init.php as recommended on UberMenu 3 Knowledgebase.
    Conditional Menu do not create theme location as Menuswapper so as test, i created new theme location using this function:

    function register_my_menus() {
    register_nav_menus(
    array(
    ‘menu_ngce’ => __( ‘Menu NGCE’ )
    )
    );
    }
    add_action( ‘init’, ‘register_my_menus’ );

    This way, i can set the menu to a theme location in edit menu section and also in ubermenu control panel.

    Unfortunately, my side menu (Second menu as added Ubermenu configuration does not appear on my page)
    Conditional Menus is correctly setted , very easy to use but something is missing to make the second menu appear.

    Please, if you can give me a clue about how to proceed will be appreciated.

    Thank you!

  • The topic ‘Conditioanl Menus with Ubermenu issue’ is closed to new replies.