WordPress admin dashboard not loading correctly

Reading Time: < 1 minutes

How to fix WP dashboard loading without CSS or with broken stylesheet.

  1. Empty browser cache (or load the page preesing CTRL+F5).
  2. Clear all cookies.
  3. Disable all caches.
  4. Update all plug-ins and themes.
  5. Deactivate all plugins and re-activate one by one (you can deactivate those by adding something like 0 for each file name).
  6. Add to wp-config.php file the following.
define('CONCATENATE_SCRIPTS', false);

If those doesn’t help, you can try increasing “PHP Max Input Vars” value from 1000 to 2000. you can do it by editing php.ini or if you are using Plesk, you can do that from Domains > example.com > PHP Settings and add to Addition Directives

max_input_vars = 3000
5/5 - (1 vote)
See also  How to do On-Page SEO for WordPress website 15+ essential things

Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.