Dashboard CSS not loading in Firefox
-
I’m experiencing the same problem as many others, with the css not loading in the Dashboard (when using Firefox). This occurs in brand new installations of both WP and WPMU (without any plugins/other modifications).
I think I might have found a solution (though I don’t know how to implement it).
Here’s the css that doesn’t load (from the source code of wp-admin.php):
<link rel='stylesheet' href='https://(INSERT DOMAIN HERE)/wp-admin/load-styles.php?c=0&dir=ltr&load=dashboard,plugin-install,global,wp-admin&ver=6403d4cb3e6353f406fd43f1b0373ec2' type='text/css' media='all' />
But the following css does load:
<link rel='stylesheet' href='https://(INSERT DOMAIN HERE)/wp-admin/load-styles.php?c=0&dir=ltr&load=dashboard,plugin-install,global,wp-admin&ver=6403d4cb3e6353f406fd43f1b0373ec2' type='text/css' media='all' />
As you can see, the “&” signs are encoded. How do I un-encode them?
Update: It seems that the code doesn’t show up correctly above. In the first css call, the &-signs are encoded to & amp; (remove space after &).
- The topic ‘Dashboard CSS not loading in Firefox’ is closed to new replies.