• Resolved Markgoessens

    (@markgoessens)


    Hi Sevenspark,

    I’m trying to hide the menu at the desktop in Internet Explorer 9.
    That’s the only browser which shows the menu on the desktop.
    (Firefox, Safari, Chrome works okay).

    I tried your css code from another threat:

    /* Hide ShiftNav < IE9 */
    .lt-ie9 .shiftnav,
    .lt-ie9 .shiftnav-toggle{
    	display:none !important;
    }
    /* Always Show main nav < IE9 */
    .lt-ie9 .primary-nav{
    	display:block !important;
    }

    But this one doesn’t solves the problem. (I think because this css code is for <IE9)

    Is this a common problem? Or has it something to do with my website

    I hope you can help me with it.

    Greets Mark

    https://www.ads-software.com/plugins/shiftnav-responsive-mobile-menu/

Viewing 1 replies (of 1 total)
  • Plugin Author sevenspark

    (@sevenspark)

    Hi Mark,

    I took a look at your site, and the main thing I’m seeing is that you have a javascript error from vendors-ck.js. Since IE9 doesn’t support CSS transforms, it’ll need the JS fallback to be working, so that could be what’s causing it. So I’d try resolving that JS error first (you’ll want it resolved in any event).

    Hope that helps,

    Chris

Viewing 1 replies (of 1 total)
  • The topic ‘Menu also visible on desktop IE9’ is closed to new replies.