Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1327712
    luc1313
    Participant

    Hi,

    I’m having an issue with browser compatibility and the whole header bar (logo and navigation). I tested in all browsers, but the header completely disappears in all versions of Internet Explorer. Instead shows a block of white space. My client is using version 11, but I’ve tested in Edge and still no header.
    I’ve looked at lots of options, but am not getting anywhere.
    The specs on the theme Themeforest page indicate it should be compatible with IE 11.

    http://www.eltanorthamerica.com
    WP Version: 4.7.1
    X Version: 4.4.2
    Cornerstone Version: 1.3.3 (note, I am not using Cornerstone builder)

    Thanks,

    #1328214
    Lely
    Moderator

    Hello There,

    Thanks for posting in. Upon checking, your header is there in IE. We just can’t see it because it is white same with background. The manner which you have added background on header on your custom CSS is not compatible with IE.

    /*Sets logo bar to themed blue*/
    .x-logobar-inner {
        background-color: var(--theme-navy);
    }
    
    /*Declare the theme variable to be used*/
    :root {
      --theme-navy: #01538D;
    }

    See this:http://screencast-o-matic.com/watch/cbVIeoQC6H

    Hope this helps.

    #1332176
    luc1313
    Participant

    Lely,

    Thanks so much for all your help. I changed those declarations and it came right up!

    #1332523
    Nabeel A
    Moderator

    Glad we could help.

    Cheers!

  • <script> jQuery(function($){ $("#no-reply-1327712 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>