Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1331680
    martinerooth
    Participant

    Hello guys,

    Recently I updated everthing to the newest version. After that the mobile menu isn’t working anymore.
    I hope someone can help me?

    Link: https://fysiotherapiesalland.nl/

    Thanks

    #1331700
    Christian
    Moderator

    Hey there,

    You have this in Appearance > Customize > Custom > Global Javascript

    $(document).ready(
        function() {
            $(".x-btn-navbar").click(function() {
                $(".desktop").toggle();
            });
        }); 

    Please remove it.

    Thanks.

    #1333251
    martinerooth
    Participant

    I removed it, but it’s still not working?

    Thanks!

    #1333381
    Paul R
    Moderator

    Hi,

    To fix it, you can add this under Custom > Edit Global CSS in the Customizer.

    
    .x-nav-wrap mobile  ul.x-nav {
        display: block;
    }
    

    Hope that helps.

    #1333484
    martinerooth
    Participant

    I added it, but it’s still not working…

    Thanks!

    #1333582
    Thai
    Moderator

    Hi There,

    Please update the CSS to this:

    .x-nav-wrap.mobile  ul.x-nav {
        display: block !important;
    }

    Hope it helps πŸ™‚

    #1333629
    martinerooth
    Participant

    Yes it’s working! Thank you!

    #1333679
    Thai
    Moderator

    You’re most welcome πŸ™‚

  • <script> jQuery(function($){ $("#no-reply-1331680 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>