Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author megamenu

    (@megamenu)

    Hi gmhall,

    It’s not a known issue so I don’t have an immediate answer for you. I don’t see a video slider in the menu at the moment. Please could you put the slider back in so I can take a look? Have you tried any alternative slider plugins?

    Regards,
    Tom

    Thread Starter gmhall

    (@gmhall)

    Video slider in Watch and Listen. Yes. Other sliders behave in a similar way.

    Plugin Author megamenu

    (@megamenu)

    Hi gmhall,

    I’m guessing a bit here as it’s pretty difficult to debug non-desktop browsers, but can you go to Mega Menu > Menu Themes and insert the following into the custom styling area:

    #{$wrap} #{$menu} iframe {
        visibility: inherit !important;
    }

    Regards,
    Tom

    Thread Starter gmhall

    (@gmhall)

    Thanks Tom,

    Missed this response and added another post yesterday. I’ll give this a try.

    Plugin Author megamenu

    (@megamenu)

    Here is another one to try, this time for Vimeo in Safari (due to this bug: https://bugs.webkit.org/show_bug.cgi?id=134774):

    #{$wrap} #{$menu} li.mega-menu-item iframe {
    	display: none;
    }
    #{$wrap} #{$menu} li.mega-menu-item.mega-toggle-on iframe {
    	display: block;
    }

    Regards,
    Tom

    Thread Starter gmhall

    (@gmhall)

    Thanks again Tom. That last one seems to have resolved the issue. Appreciate your help.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Max Mega Menu slider stays visible on iPad’ is closed to new replies.