• Resolved jerodq

    (@jerodq)


    The problem: for an unknown reason, my site has completely stopped loading any and all CSS.

    my site: https://www.quinnsonthemove.com

    [Moderator Note: Please ensure that you are embedding links correctly in your posts. Link corrected.]

    Five days ago, my previous blog post, everything was working great. Today, my most recent blog post, I can’t get my site to load any CSS whatsoever. The file(s) are still there, in the same spots, but for some reason WordPress isn’t calling them. I have not done any updates since my previous post. I have other wordpress sites on the same server, and they are all working fine. Here is what I have tried so far:

    – deactivating all of my plugins
    – checking all my plugin settings
    – switching themes, including twentyfourteen
    – poured over my general setting about a thousand times
    – searched my host servers just to make sure the files are there.
    – I have been using Firebug to examine my CSS, and it can’t see the css file at all.

    I am stuck. I have no idea what’s going on or how to fix it. Any help would be greatly appreciated. Thanks.

    jerod

Viewing 2 replies - 1 through 2 (of 2 total)
  • Paul

    (@paultgoodchild)

    Looking at your source you have this, which is all your CSS sources in 1 place

    <link rel='stylesheet' href='https://www.quinnsonthemove.com/wp-content/plugins/wp-minify/min/?f=wp-content/themes/qotm/style.css,wp-content/plugins/jetpack/modules/subscriptions/subscriptions.css,wp-content/plugins/videojs-html5-video-player-for-wordpress/plugin-styles.css,/vjs.zencdn.net/4.5/video-js.css,wp-content/plugins/jetpack/modules/widgets/widgets.css&m=1399043461' type='text/css' media='screen' />

    Likely you have a plugin that is messing with your CSS – perhaps something broke while minifying? Do you have a plugin that minifies your CSS/JS?

    If you really have disabled all plugins and switched themes, I find that very odd indeed. One of these 2 is the likely culprit.

    Thread Starter jerodq

    (@jerodq)

    Thanks Paul G. That pointed me towards the problem.

    I was using WP Minify, and I did deactivate the plugin. However, what I did not do was empty my caching plugin, WP SuperCache. When I deactivated minify, then emptied the cache, all was well in the world. Thanks very much for you help. I can feel my blood pressure dropping as I type this.

    jerod

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Not loading ANY css, regardless of theme’ is closed to new replies.