Tagged: mobile menu
-
AuthorPosts
-
February 10, 2019 at 9:07 pm #1065199
Hey Team Enfold!
Unfortunately the mobile (anker) menu doesn’t collapse after click. I use the “wedding” template.
I updated the theme recently. Thankful for help!
February 11, 2019 at 1:37 am #1065253Hey ThomSchu,
Can you give us a link to your site? so we can take a closer look.
Just post the details in Private Content, so it’s only visible to the moderators.Best regards,
NikkoFebruary 11, 2019 at 4:54 pm #1065503Hey Nikko,
please find link in the private content.
THXFebruary 12, 2019 at 5:37 pm #1066011Hi ThomSchu,
Thanks, I have checked it with an ipad and my mobile phone and it works properly (screenshot in private content).
Can you try to clear the browser cache?Best regards,
NikkoFebruary 13, 2019 at 10:07 am #1066365Hey Nikko,
the mobile menu doesn’t close/colapse after click on a link :/February 13, 2019 at 10:52 am #1066384Hi ThomSchu,
Am I referring to the right link? the hamburger menu (the one with 3 lines)?
Can you tell us what device you’re using and what browser?Best regards,
NikkoFebruary 13, 2019 at 11:44 am #1066423The point will be that the link in the hamburger is an anchor link on the same page! And this was a former problem – but now i see that it closes.
on my mobile it closes the hamburger on click too
______
Old Thread here but it seems to work now
And it is concerning to a former discussion: https://kriesi.at/support/topic/close-mobile-menu-by-clicking-on-active-navigation-item/February 13, 2019 at 5:18 pm #1066549Hey Nikko, Hey Guenni007,
thank you for your answers. No matter, if I use my Android smartphone or Iphone or any brower on my PC – the problem is the same.
I click on the burger menu, than on the anchor link: In the background, the webseite jumps to the right anchor but the menu stays fullwith open. :/February 13, 2019 at 5:22 pm #1066553PS: I use the wedding template (https://kriesi.at/themes/enfold-wedding/#accomodation). It uses also anchor links. The menu closes after click on the anchor and the site jumps to the right anchor afterwards.
February 14, 2019 at 4:38 pm #1067035Hi ThomSchu,
Looks like the “u umlaut” in the menu is breaking it. Please change it in the is and the menu item to just “u” and see if the issue persists.
Best regards,
VictoriaFebruary 15, 2019 at 5:32 pm #1067507@Victoria @Guenni007
Thx for your help. Unfortunately, the problem still isn’t fixed…
The most unusual is that I use the wedding template also with anchor links in the mobile me u… and I works properlyFebruary 15, 2019 at 8:44 pm #1067559is there a link to your site?
you are using an enfold version newer than 4.5 ?February 17, 2019 at 8:23 pm #1067977Hi ThomSchu,
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,
VictoriaFebruary 18, 2019 at 4:05 pm #1068427Hey Victoria,
thank you for your help. Login attached :)February 23, 2019 at 3:42 pm #1070669No idea? Then I’m out.
February 23, 2019 at 10:44 pm #1070804Hi,
Sorry for the late reply, to close the burger menu on click, Try adding this code to the end of your functions.php file in Appearance > Editor:function close_burger_menu(){ ?> <script> (function($){ $(document).ready(function(){ $('body').click(function(){ $("html").removeClass('av-burger-overlay-active-delayed'); $('.av-burger-overlay').css({opacity:'0'}); }); }); })(jQuery); </script> <?php } add_action('wp_footer', 'close_burger_menu');
Best regards,
Mike -
AuthorPosts
- You must be logged in to reply to this topic.