-
AuthorPosts
-
January 10, 2018 at 4:20 am #895494
Similar problem as https://kriesi.at/support/topic/burger-menu-does-not-work-if-conditional-menus-plugin-is-used/
Has worked great in the past. Recently made aware that the burger menu was not displaying on mobile on the pages with a swapped out navigator menu. Burger does appear on root pages that have the root navigator menu.Swapped out menu displays perfectly on desktop – but the menu disappears and no burger on mobile.
Have tried disabling all plugins – no luck.
Have tried using “Different Menu in Different Pages” pluggin instead of “Menu Swapper” plugin. It didn’t work either.
January 13, 2018 at 2:54 am #896773Any thoughts on this anyone? Would love to come up with a fix for it.
January 14, 2018 at 9:47 pm #897194Hi,
If you switch from your child theme to the main Enfold, does it get fixed?
Best regards,
BasilisJanuary 15, 2018 at 3:53 am #897327Switching to the main Enfold theme has the same results. No burger menu on the pages with the replaced navigator menu.
January 17, 2018 at 8:43 am #898332Hi pb,
Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?
Best regards,
VictoriaJanuary 17, 2018 at 5:13 pm #898554This reply has been marked as private.January 20, 2018 at 11:12 pm #900225Hi,
Just to be sure I understand properly, can you please explain what you mean ” with the replaced navigator menu “?
You are using a third party plugin?Best regards,
BasilisJanuary 20, 2018 at 11:45 pm #900235I’m using “Menu Swapper” plugin to allow a different navigator menu on different pages of the site.
As stated in the original post – the menu’s work great on desktop/laptop computers – but on mobile devices the burger menu isn’t present.
It used to work. Not sure when it stopped working.
Tried reverting to earlier version of WordPress – didn’t fix the problem.
Have tried using “Different Menu in Different Pages” plugin instead of “menu swapper” plugin – with same results.
Have tried using Enfold main theme instead of the child theme – same results.
January 24, 2018 at 3:06 am #901825Hi,
Thank you for the info.
The mobile menu doesn’t display because the plugin creates a new menu location. We added the following filter in the functions.php file.
add_filter('avf_append_burger_menu_location', 'avf_append_burger_menu_location_mod', 10, 1); function avf_append_burger_menu_location_mod($location) { $location = 'avia'; return $location; }
Best regards,
IsmaelJanuary 23, 2019 at 12:53 pm #1057692Hi i’am having the same issue as above: (same plug-in)
My website: http://dev.poortershuyze.be/poortershuyze/
Part of the website were it is ok. (Main Enfold menu): http://dev.poortershuyze.be/gout/
Part of the website with a other “main” menu: http://dev.poortershuyze.be/poortershuyze/On that second part of the website I didn’t see the burger-menu, so I added the code that Ismael provided.
add_filter('avf_append_burger_menu_location', 'avf_append_burger_menu_location_mod', 10, 1); function avf_append_burger_menu_location_mod($location) { $location = 'avia'; return $location; }
Now the burger-menu appears on both parts of the site. So far so good.
But no I’m getting 2 burger-menu’s (one at the top of the page and one where it should be . )
I’m getting this on both parts of the website.
How can I fix, so burger-menu is shown only once as it should be?Thx for support.
- This reply was modified 5 years, 10 months ago by creatorke.
January 24, 2019 at 3:12 pm #1058178January 24, 2019 at 4:22 pm #1058215No, problem still is there… but I found the specific problem.
I have 3 menu’s:
– Menu Poortershuyze
– Menu Goût (Mainmenu)
– Topmenu (Secondairy menu) > Placed on small bar above header (with link STARTPAGINA)
When Secondairy menu is activated, the I have the burger Issue. When secondairy menu is disabled, problem is solved.
- This reply was modified 5 years, 9 months ago by creatorke.
January 25, 2019 at 11:18 am #1058609Hi,
Did you disable the secondary menu? Please enable it back so that we can inspect the menus. Maybe, we can use css to hide the second one.
Best regards,
IsmaelJanuary 25, 2019 at 11:25 am #1058614January 28, 2019 at 6:40 am #1059527Hi,
Thanks for the update.
Use this css code to remove the other mobile menu.
.responsive #header_meta .sub_menu>ul>li.av-burger-menu-main { display: none !important; }
Best regards,
IsmaelJanuary 29, 2019 at 12:04 pm #1059955This fixed it. Thx for your help
January 30, 2019 at 9:58 am #1060400 -
AuthorPosts
- The topic ‘Menu Swapper Not Showing Burger on Mobile’ is closed to new replies.