Adam Waite
Adam Waite

Reputation: 18855

Wordpress not pulling CSS (I think...)

Out of nothing a wordpress based website I work on has decided to stop pulling the CSS (at least I think that's what's happening)...

Here's a pic of the wordpress admin dashboard:

site

Unsure what has caused it... can anyone shine any light on the problem?

I've blocked the URL because the site doesn't belong to me and I'm not sure my boss would be happy with me posting a picture of it online! I've been asked to fix it, I didn't write the site and haven't much WordPress experience.

It was working fine until this morning, and nothing has changed.

EDIT - Further information on the problem:

I debugged this in Firefox Firebug and on the

"The page cannot be displayed because an internal server error has occurred."

It should be mentioned that it's a windows server running IIS7

Upvotes: 0

Views: 442

Answers (3)

w3uiguru
w3uiguru

Reputation: 5895

Please check whether css is showing in view source or not, have you enabled any plugin or update any theme etc. because some time it may give errors. Please try to clear cache.

Try to refresh your browser by pressing Ctrl+F5 in windows and Ctrl+5 in mac. it might be browser cache issue.

Upvotes: 1

Shaun Bohannon
Shaun Bohannon

Reputation: 491

Adam, there are a few questions I have:

  • Have you tried this in a new browser session (different browser even better)?

  • Does the front-end of the website look fine with the correct CSS
    being loaded?

  • When you view source or use the web inspector under the 'resources'
    tab, can you see the CSS file reference 'load-styles.php'. If you do the contents look like CSS rules?enter image description here

Upvotes: 1

IanB
IanB

Reputation: 314

This had happened to me as well. It usually goes away with a few browser refreshes. The dashboard functioned fine while it looked like this too.

Is the CSS loading for the front-end of the site?

Check your plugins if this problem persists. You may have to turn them off one by one.

Upvotes: 1

Related Questions