• Resolved ScarlettM

    (@scarlettm)


    I just updated Firefox to version 22 and my site went from looking fine to AWFUL. I have created a child theme and made all my edits there. Unfortunately it looks fine in IE and did in the old Firefox, now it’s awful. It seems that it may be the white background of the page is not showing and only the background image is showing. I am told it looks that way in Safari as well. Since the site looks so bad I haven’t posted it yet but I do have screen shots of the differences. I can post the screen shots but I’m not sure where, Any suggestions? Thanks

Viewing 5 replies - 1 through 5 (of 5 total)
  • Have you cleared any caching on your site and browser?

    Have you checked for mark-up or CSS errors that may be causing problems?

    Unless you provide a link to a page demonstrating the problem, no one will be able to offer much in the way of assistance.

    Thread Starter ScarlettM

    (@scarlettm)

    Hi, I just posted the site: https://captainjohncharts.com/.
    If you view it in IE it should look o.k. but then try it in Firefox 22. Thanks

    This line in your child theme style.css file is wrong:

    @import url('file:///D|/WordPress/apps/wordpress/htdocs/wp-content/themes/twentytwelve/style.css');

    It should be:

    @import url('../twentytwelve/style.css');

    Thread Starter ScarlettM

    (@scarlettm)

    THANK YOU! That seems to be the fix, I’m sort of new to this so I obviously got that wrong. Thanks you so much for your help!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Firefox 22 doesn't display twenty twelve theme correctly’ is closed to new replies.