I’m really baffled about this. In the last couple of days (since I was using the site last), my WordPress install has suddenly lost almost all of its formatting (only the top bar seems to work.
The CSS does seem to be loading, but its missing tons of them:
Here is the same page on another site (same version of WordPress);
I’m at a loss as to what could be causing this all of a sudden. The front end if fine, just to reiterate that.
UPDATE: thanks to someone over at https://wordpress.stackexchange.com/, I followed these instructions:
Try the following: 1) Clear your browser cache. 2) Re-install
WordPress (keep wp-content and your database, just reinstall the core
files)
….and that has now fixed it 🙂 Thanks to everyone who offered suggestions though!
Another solution, try adding this to
wp-config.php
:I solved this by re-registering dashicons.
I disabled it fully with:
After I commented out this line it worked normally. Hope this helps.
Had the same issue and fixed it by opening the WordPress table wp-options in phpmyadmin (or the like).
Make sure your two entries “siteurl” and “home” are the correct.
http://yourwordpressurl.something, if the domain stated in these two fields are wrong the css style is the first to go.
To check:
Then you can update if it’s not.