Viewing 16 posts - 1 through 16 (of 16 total)
  • Author
    Posts
  • #756390

    since 4.0.2 i cant scroll down in the menu on mobile i used IOS (safari browser)

    #756397

    its btw only on the main page just can see other pages ther i can scroll down.

    #756406

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    #mobile-advanced {
    overflow:auto!important;
    }
    

    Best regards,
    Vinay

    #756438

    Thx for the quick reply but it doesnt work

    • This reply was modified 7 years, 8 months ago by Mike.
    #756951

    Hi,

    Thanks for the feedback. Please try this instead:

    #wrap_all { 
    overflow-y: scroll;
    }

    Don’t forget to clear your browser cache and reload a few times after adding the code.

    Best regards,
    Rikard

    #758916

    still cant scroll in the menu only on the main page.

    #758921

    Hi!

    Please go to WP Rocket settings and disable CSS minification, flush cache, enable it again and flush cache one more time.
    If that too does not help, please create a temporary admin login and post it here privately.

    Regards,
    Yigit

    #758956

    ive no wp rocket only w3 total cache but dont have minification and did flush cache to check.
    I ll make a temp admin asap

    #759115

    Hi,

    We will keep the thread open and wait to hear from you

    Best regards,
    Yigit

    #761393

    i made a temp admin account

    #761403

    Hey!

    I changed the code to following one

    .show_mobile_menu #mobile-advanced {
    overflow-y: scroll;
    }

    and flushed cache and it is working better now but still buggy.

    Can you please try de-activating all active plugins and check if that helps?

    Best regards,
    Yigit

    #761416

    Hi

    It was still doing the same so i removed ur code and it didnt change anything
    but after that i removed the Layerslider from home flushed cache and then it was working like on other pages..

    i put back the layerslider flushed cache and it wasnt working anymore on home.

    #761424

    i ll start to de-activate all plugins and c what it does

    #761939

    deactivated all plugins empty cache and still cant scroll in menu
    ive another page where i run enfold 3.8.4 it have almost same plugins and there is the menu working fine

    • This reply was modified 7 years, 7 months ago by Mike.
    #762874

    c private

    #763724

    Hi,

    There might be some corrupted files, so please delete all theme files completely via FTP, before installing a fresh copy from your themeforest account. Here is a short tutorial on how to install the theme via FTP, in case you are not sure how that works:

    Best regards,
    Andy

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