• Hi there, i was hoping someone could look at https://www.mattstard.com/wordpress in IE and Firefox. NONE of the formatting shows up in FF but in IE it looks perfect. I’ve had some webheads look too and they are flummoxed.

    Could someone please point me in the right direction to an answer?

    Thanks,
    Matt

Viewing 5 replies - 1 through 5 (of 5 total)
  • First thing I’d look at in a case like this is how the file was uploaded. Try replacing your css file through ftp, but make sure it’s uploaded as an ASCII (text) file.

    That’s pretty bizarre. I say bizarre because it all validates and when I attempt to edit the css, it shows up in FF. The second thing I would do is change how the css is loaded as a test.
    <link rel=”stylesheet” href=”<?php bloginfo(‘stylesheet_url’); ?>” type=”text/css” media=”screen” />

    Thread Starter tmattoneill

    (@tmattoneill)

    Thanks, Beel. Where do I update that link rel? Is it just in one page or do I need to do it on all my pages?

    Thanks a bunch!

    Matt

    Thread Starter tmattoneill

    (@tmattoneill)

    Okay, I tried updating my header.php file in the theme directory and it has the same results as before.

    Any help from anyone that’s ever had this FireFox issue is greatly appreciated.

    Thanks,
    Matt

    Save the very top part of the stylesheet – the part with all the theme credits.
    Cut the rest out
    Run it through here
    https://flumpcakes.co.uk/css/optimiser/
    Paste the resulting code back into your css.

    That will get rid of any errant stuff that’s wandering around.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Themes (CSS) Works in IE but not in Firefox’ is closed to new replies.