Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1125498
    Andrei
    Participant

    Hi Christopher,

    I managed to solve the problem. Thank you!

    #1125505
    Andrei
    Participant

    I don’t know why, when I access the menu from mbile, the menu doesn’t load as it should. It jerks somehow, it doesn’t open smoothly.

    #1125768
    Jade
    Moderator

    Hi Andrei,

    I tried to open the mobile menu on my mobile and it seems to be sliding down smoothly. Can you try to clear the browser cache of your phone and see if it fixes the issue?

    Thank you.

    #1126125
    Andrei
    Participant

    Hi Jade,

    I cleared the browser cache memory and it doesn’t work. Usually I access my website to see the changes from incognito mode. I attached a vide in which you can see what happens.

    #1126128
    Andrei
    Participant

    Here is the video.

    #1126658
    Rue Nel
    Moderator

    Hello There,

    To resolve this issue, please add the following css code in the customizer, Appearance > Customize > Custom > CSS

    .site .x-nav-wrap.mobile.collapsing {
        height: auto !important;
    }
    
    .site .x-nav-wrap.mobile {
        transition: height 0.25s linear;
    }

    Hope this helps.

    #1126997
    Andrei
    Participant

    Hey Rue, thank you, it works! Can you do the same thing for the submenu too?

    #1126998
    Andrei
    Participant

    You can find it if you click on “Collections”.

    #1127665
    Rad
    Moderator

    Hi there,

    Sub-menu is expanding and collapsing smoothly on my end. Do you mean disable the animation and display the sub items instantly when clicked? Currently, the mobile menu appears instantly without animation due to above CSS, is that what you’re trying to achieve? Instead of making smooth, just make it appear and respond instantly, right?

    If yes, then please add this as well,

    .x-active .collapsing {
      height: auto !important;
      }

    Hope this helps.

    #1128516
    Andrei
    Participant

    Hi Rad, thank you.

    This is exactly what I was looking for. It works great when I activate the submenu, but when I deactivate it, it is still animated.

    #1128921
    Nabeel A
    Moderator

    Hi again,

    You can add this code in your Customizer:

    .collapsing {
      height: auto !important;
    }

    Let us know how this goes!

    #1131731
    Andrei
    Participant

    Thank you Nabeel, it works!

    #1131785
    Joao
    Moderator

    Glad to hear it.

    Joao

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