Viewing 5 replies - 1 through 5 (of 5 total)
  • WPyogi

    (@wpyogi)

    This is at the top of your header.php file:

    <!--[if IE]>
    <link rel="stylesheet" href="http://www.discountsuperstores.com.au/wordpress/wp-content/themes/DSGCorporate/IE8.css" type="text/css" media="screen" />
    <![endif]-
    <!-->

    and that stylesheet is not found.

    Thread Starter enishiate

    (@enishiate)

    Hi YPYogi,

    I justremoved that, but that didn’t seem to work. I actually tried adding that in last night hoping that an IE8 specific stylesheet would fix the problem but doesn’t seem to.

    WPyogi

    (@wpyogi)

    What about the php code in the stylesheet?

    font-family: 'AmericanTypewriter';
        src: url('<?php bloginfo('stylesheet_url'); ?>/american_typewriter.eot');
        src: url('<?php bloginfo('stylesheet_url'); ?>/american_typewriter.eot?#iefix') format('embedded-opentype'),
        url('<?php bloginfo('stylesheet_url'); ?>/american_typewriter.woff') format('woff'),
        url('<?php bloginfo('stylesheet_url'); ?>/american_typewriter.ttf') format('truetype'),
        url('<?php bloginfo('stylesheet_url'); ?>/american_typewriter.otf') format('opentype'),
        url('<?php bloginfo('stylesheet_url'); ?>american_typewriter.svg#american_typewriter') format('svg');
        font-weight: 400;
        font-style: normal;
    }

    DJDoubleXL189

    (@djdoublexl189)

    Looks to be working to me now that you’ve removed it. Make sure to clear your cache in IE.

    Thread Starter enishiate

    (@enishiate)

    Just deleted all of that but still no luck.

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Internet Explorer not loading stylesheet’ is closed to new replies.