Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #29085

    Hey guys,

    my responsive MobileMenu for The IPad portrait mode doesn’t work like on the Enfold demo, it only appears like desktop menu Layout and also cover the logo image. On smartphones everything works fine. What could be wrong? I didn’t touched anything on the avia.js file and got Enfold 1.9.x.

    Thanks!

    #139686

    fixed it. I have 6 Menu items and on default enfold want 8 items to go display the responsive mobilemenu.

    changed

    Code:
    if(first_level_items > 8 && !bottom_menu)
    {
    switchWidth = 989;
    header.addClass(‘mobile_menu_tablet’);
    }

    to

    Code:
    if(first_level_items > 6 && !bottom_menu)
    {
    switchWidth = 989;
    header.addClass(‘mobile_menu_tablet’);
    }

    now it works.

    Thanks

    #139687

    Hi,

    Glad that you figured it out. Let us know if anything else comes up

    Regards,

    Yigit

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘No responsive MobileMenu on IPad’ is closed to new replies.