Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1158779

    Hello,

    I have a problem with a menu on mobile phones. It doesn’t display. The website is http://www.fundest.cz. Could you help me? On laptops, everything looks fine.

    #1158898

    Hey PokornaComsense,

    I am seeing the menu. Can you screenshot the issue?

    Best regards,
    Jordan Shannon

    #1159049

    I am sorry I forgot to tell you, that I have two menus, one when you logged in and one when you are logged out. Logged out menu is ok, but logged in menu is invisible. Do you need the logins to see it and help?

    #1159097

    Hi PokornaComsense,

    Can you give us login credentials? so we can try to inspect the logged in menu and try to figure out why it’s invisible.

    Best regards,
    Nikko

    #1159102
    This reply has been marked as private.
    #1159125

    Hi PokornaComsense,

    Since you’re not using a child theme, where did you make changes to add the Logged in Main Menu?
    I think the problem is how it’s defined, it should look like this:

    $args = array(
        'theme_location'	=> $avia_theme_location,
        'menu_id' 			=> $avia_menu_class,
        'menu_class'		=> 'menu av-main-nav',
        'container_class'	=> $avia_menu_class.' av-main-nav-wrap'.$icon_beside,
        'fallback_cb' 		=> 'avia_fallback_menu',
        'echo' 				=>	false, 
        'walker' 			=> new avia_responsive_mega_menu()
    );
    
    $wp_main_nav = wp_nav_menu($args);

    Best regards,
    Nikko

    #1159146

    I installed the WP-Member plugin and the widget menu allowed me to do it. So what can I do to make it works?

    Thank you

    #1159860

    Hi PokornaComsense,

    I think using that widget won’t fix it.
    The workaround to make it work should be using a child theme and copying includes > helper-main-menu.php file to the child theme and tweak it there.
    Then on the main menu part of the code you can make a condition like if is_user_logged_in() then use this menu if not use this one.
    I hope this helps.

    Best regards,
    Nikko

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