CSS Wp-Admin Failure | All new installs affected

AS we are creating a new site, we keep running into the same problem.

The wp-admin pages lose their CSS and the navigation is unusable. This has occurred after applying X Theme to 3 different hosts on 3 fresh installs of WordPress’s latest version. We have tried:

  • Plugin removal (no plugins installed)
  • Increasing memory to 256MB
  • No custom code or java (fresh install)
  • Deleted HTA file , reset permalinks

Any ideas?

Hello @lwskcmi,

Thanks for posting in!

This issue might be caused by incorrect settings. Please go to Settings > General and make sure that your Site URL and WordPress Address URL is the same as your WP dashboard URL as shown in the example image below.

If this does not work, please provide us your site details so we can investigate and take a closer look at your settings.

Regards.

This is not the cause of the issue. I did however find a fix. I added the following line to my wp-config file.

define(‘CONCATENATE_SCRIPTS’, false);

Glad you were able to find a fix :slight_smile:

Cheers!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.