Tagged: 

Viewing 16 posts - 1 through 16 (of 16 total)
  • Author
    Posts
  • #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!

    #1065253

    Hey 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,
    Nikko

    #1065503

    Hey Nikko,
    please find link in the private content.
    THX

    #1066011

    Hi 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,
    Nikko

    #1066365

    Hey Nikko,
    the mobile menu doesn’t close/colapse after click on a link :/

    #1066384

    Hi 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,
    Nikko

    #1066423

    The 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/

    #1066549

    Hey 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. :/

    #1066553

    PS: 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.

    #1067035

    Hi 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,
    Victoria

    #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 properly

    #1067559

    is there a link to your site?
    you are using an enfold version newer than 4.5 ?

    #1067977

    Hi 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,
    Victoria

    #1068427

    Hey Victoria,
    thank you for your help. Login attached :)

    #1070669

    No idea? Then I’m out.

    #1070804

    Hi,
    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

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