WP Admin scripts/styles not working in Safari. Works in Chrome, FF.
-
Hey there,
I have a client site that I just migrated (from local) and I have an issue that I’ve never seen before. Basically when we go to the login screen (and also after we’ve logged in) we’re just seeing broken/unstyled looking admin pages. But only in Safari. Chrome and Firefox are looking perfectly fine. Also, the front-end is fine in Safari.
Here’s the site: https://www.coffeerepublic.com.au/wp-login.php
I can se there are a couple errors in the console about it being unable to decode raw data for both “load-styles.php”, and “load-scripts.php”
The things I’ve tried so far:
– Switching themes: nope, still broken
– Disabling all plugins: nope.
– Adding scripts to wp-config (per different google results): Nope.
– define( ‘CONCATENATE_SCRIPTS’, false );
– define( ‘SCRIPT_DEBUG’, true );
– replacing the “/wp-includes/js/jquery” folder with an older version: nope.Does anyone have any ideas of what could help? Is there a database issue that could affect only Safari?
- The topic ‘WP Admin scripts/styles not working in Safari. Works in Chrome, FF.’ is closed to new replies.