Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1428570

    Hi folks,
    the new page is online but i have an issue with the menu.
    It builds slow and you line after line … looks not nice .. I am using wp-optimze with preloading but same effect.. any ideas?

    https://sopratec.ch/

    • This topic was modified 10 months ago by xeovision.
    #1428640

    Hey Sebastian,

    Thank you for the inquiry.

    You can add this css code to disable the animation of the burger menu items.

    #top #wrap_all #av-burger-menu-ul>li {
        opacity: 100;
        position: relative;
        top: 0;
        transition: none;
        transform: none;
    }
    

    Best regards,
    Ismael

    #1428650

    Thx but this build the links slower than prevously.

    #1428722

    Hi,

    Thank you for the update.

    We edited the code a bit. Please remove the previous code and replace it with the following.

    #top #wrap_all #av-burger-menu-ul>li {
        opacity: 100;
        position: relative;
        top: 0;
        transition: none;
        transform: none;
        left: 0;
        right: auto;
        text-align: left;
        border-bottom: 0.1em solid #fff!important;
        text-align: left;
        font-weight: 800;
        font-size: 28px;
        text-transform: uppercase;
    }
    
    #top #wrap_all #av-burger-menu-ul>li:first-child {
        border: none !important;
    }
    

    Best regards,
    Ismael

    #1428733

    Mega .. top .. thats pretty cool now.
    Thank you .. we can close this ticket

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Fullscreen menu loading too slow’ is closed to new replies.