• Resolved adriannegt

    (@adriannegt)


    My theme “Micah” by MintThemes doesn’t appear to be loading in IE. Works like a charm in Firefox.

    I tried rolling back to 3.4 to see if the recent update had an effect, nothing changed. I’m not sure how long it’s been like this, but I’m pretty sure it used to work.

    I’m at a loss. Any ideas?

    http://www.blytheisland.net

Viewing 5 replies - 1 through 5 (of 5 total)
  • Moderator Jan Dembowski

    (@jdembowski)

    Forum Moderator and Brute Squad

    As that’s a commercial theme your best support would come from the vendor.

    http://mintthemes.com/support/

    Generically speaking, try disabling all of your plugins and see if that improves the IE situation for you.

    resetting the plugins folder by FTP or PhpMyAdmin. Sometimes, an apparently inactive plugin can still cause problems.

    Thread Starter adriannegt

    (@adriannegt)

    Mysteriously it works now. I messed around in the CSS, turns out I had one too many @font faces and perhaps something wasn’t closed up properly.

    Thread Starter adriannegt

    (@adriannegt)

    Actually… now only the home page works. What!? Every other page still fails to load the template.

    Every other page still fails to load the template.

    caused by the relative path to the stylesheet:

    <link rel="stylesheet" type="text/css" href="wp-content/themes/Micah/style.css" />

    change that (or whatever there is in header.php of your theme) to the absolute path as done in the default theme:

    <link rel="stylesheet" type="text/css" media="all" href="<?php bloginfo( 'stylesheet_url' ); ?>" />
    Thread Starter adriannegt

    (@adriannegt)

    That worked. Thanks. My own fault – in trying to fix it I changed that and forgot to change it back. Duh.

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

The topic ‘Theme doesn't load in IE’ is closed to new replies.