Missing CMS CSS
-
Hi
We installed wp-cerber on a multi-site and it appeared to work without issue until a new website manager was unable to log into both sites in the same browser. After being locked out of one of the sites he was unable to access the /wp-admin/ on one of the sites.
Other issues followed so in the short term we’ve removed the wp-cerber plugin and run the additional removal plugin, however, the CMS CSS is now broken. When we re-added the plugin it worked.
Our dev has tried adding the below to wp-config:
–
define(‘CONCATENATE_SCRIPTS’, false);
require_once(ABSPATH . ‘wp-settings.php’);–
But that doesn’t appear to have fixed the issue. On reviewing the forum I noticed the below post:
https://wordpress.org/support/topic/divi-theme-404-white-screen/
Where you went on to say:
The most common issue is that a developer doesn’t know how to load admin CSS styles and admin JS scripts correctly and we see a blank page or a non styled page. The only correct way is to use an admin_enqueue_scripts hook.
Do you feel is a similar issue and fix to resolve the problem?
Thanks
The topic ‘Missing CMS CSS’ is closed to new replies.