Okay
  Public Ticket #2114594
Internet Explorer 11 Compatibility Issues
Closed

Comments

  •  1
    fmccullou started the conversation

    We're running into several issues with clients who still use Internet Explorer. 

    - Drop down menus are out of place. 

    - There's a big white space at the bottom of the home page. 

    - Some of the images aren't sized properly.

    Any suggestions?

  •   Andrew replied privately
  •   fmccullou replied privately
  • kpuid03 replied

    http://www.wed-design.com/portfolio/hymatics/
    It seems to be the same problem as me.
    Is it solved?

  •  3,024
    Andrew replied

    Hi there,

    I have corrected the ie issue by adding this into the custom css box located in the Salient options panel > general settings > css/script related tab:

    /*fix ie dropdown issue*/
    .sf-menu > li.sfHover > ul:not(.on-left-side) {
       left: 0 !important;
    }
    /*fix ie space issue*/
    body:not(.nectar-no-flex-height) #ajax-content-wrap, body:not(.nectar-no-flex-height) #ajax-content-wrap .blurred-wrap, body:not(.nectar-no-flex-height) .ocm-effect-wrap, body:not(.nectar-no-flex-height) .ocm-effect-wrap-inner{
       display:block !important; 
        
    }
    

    Kind regards,

  •  1
    fmccullou replied

    Thank you. This fixed the space issue, but the dropdown fix caused the megamenu to shift to the right on all browsers, including IE. I removed that code. See attached screenshot to see what I mean. 

  •  3,024
    Andrew replied

    Hi there,

    This is how it's appearing on IE from my end.(See attached images). I recommend you clear browser cache and reload to confirm it's okay.

    If it persists please share a screenshot of the issue we take a closer look.

    Kind regards,