Tagged: 

Viewing 22 posts - 1 through 22 (of 22 total)
  • Author
    Posts
  • #418690

    Hey guys,
    I noticed the mobile menu for one of my client sites is not working as it ought too on the iphone. It doesn’t scroll…it sticks.
    Any ideas?

    Thanks,
    Justin

    #418805

    Hi Justin!

    Can you please go to Enfold theme options > Header > Mobile Menu and uncheck “Hide Mobile Menu Submenu Items” and check if that helps?

    Cheers!
    Yigit

    #418815
    This reply has been marked as private.
    #418820

    Hey!

    Weird. Have you tried de-activating all active plugins and check if it helps?

    Cheers!
    Yigit

    #418833
    This reply has been marked as private.
    #418835

    Hey!

    Good finding! Can you please try adding following code to Quick CSS and check if that helps?

    #advanced_menu_toggle, #advanced_menu_hide { z-index: 99999; }

    Best regards,
    Yigit

    #418840
    This reply has been marked as private.
    #419075
    This reply has been marked as private.
    #419511

    Hey!

    I am checking other users websites using 3.1.2 but i cannot reproduce the issue on any of them. Have you made any customization that we should know?

    Best regards,
    Yigit

    #419600
    This reply has been marked as private.
    #420177

    Hi!

    I can reproduce the issue on an iPod but not always. Try to add this to the Quick CSS field:

    #mobile-advanced {
      z-index: 500;
      float: none;
      height: auto;
      overflow: visible;
    }

    Cheers!
    Ismael

    #420434
    This reply has been marked as private.
    #420574
    This reply has been marked as private.
    #420897

    I was really hoping the latest update would have fixed this. Still no luck.

    #421383

    Hi!

    We have reported the issue to Kriesi. Please kindly wait to hear from him

    Best regards,
    Yigit

    #423203

    Thanks Yigit, keep me posted.
    My client as of so far has been pretty patient. Thanks for the follow up.

    #423214

    Hi!

    Sure Justin. We have collected some more information and we are looking into it.

    Regards,
    Yigit

    #429272
    This reply has been marked as private.
    #429977

    Hey!

    Unfortunately no Justin. This issue is unfortunately a very tricky one and our devs are still working on it. Sorry for the inconvenience.

    Regards,
    Yigit

    #434220

    Hi!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    @media only screen and (max-width: 767px) {
    .boxed #wrap_all { overflow: hidden; /*needed for mobile menu scrolling */ }
    }

    Enfold version 3.1.4 will fix the issue

    Regards,
    Yigit

    #434242

    That seemed to work, thank you for the update and for following up on this Yigit.
    Have a good weekend!

    Justin

    #434247

    Hey!

    You are welcome Justin, we are always happy help!
    Thanks, you too have a good weekend!

    Regards,
    Yigit

Viewing 22 posts - 1 through 22 (of 22 total)
  • The topic ‘Mobile Menu not scrolling on Iphone’ is closed to new replies.