-
AuthorPosts
-
November 21, 2019 at 11:05 am #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.
November 21, 2019 at 7:09 pm #1158898Hey PokornaComsense,
I am seeing the menu. Can you screenshot the issue?
Best regards,
Jordan ShannonNovember 22, 2019 at 10:16 am #1159049I 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?
November 22, 2019 at 12:32 pm #1159097Hi 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,
NikkoNovember 22, 2019 at 12:37 pm #1159102This reply has been marked as private.November 22, 2019 at 1:23 pm #1159125Hi 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,
NikkoNovember 22, 2019 at 1:56 pm #1159146I 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
November 25, 2019 at 1:39 pm #1159860Hi 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 -
AuthorPosts
- You must be logged in to reply to this topic.
