Viewing 3 replies - 1 through 3 (of 3 total)
  • Have you tried:

    – deactivating all plugins to see if this resolves the problem. If this works, re-activate the plugins one by one until you find the problematic plugin(s).

    – switching to the Twenty Ten theme to rule out any theme-specific problems.

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

    Phil

    (@owendevelopment)

    Your CSS is apparently a cached version. Looking at the source (in the header.php), I can see:

    <link rel="stylesheet" type="text/css" href="https://patrickropars.com/wp-content/w3tc/min/31ed7c49897f3726b92282c1d024fc42.-1410095554.css" media="all" />

    To fix, replace the call for the stylesheet with:

    <link rel="stylesheet" type="text/css" href="https://www.patrickropars.com/wp-content/themes/patrickropars/style.css" media="all" />

    When I add this in to your site via firebug, it fixes the CSS issue.

    Hope this helps,

    Phil

    Thread Starter Jimmy Cream

    (@jimmy-cream)

    Turns out it was the WP Total Cache plugin that needed to be updated. Thanks, esmi!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘CSS not loading unless logged in as admin.’ is closed to new replies.