try disabling the admin plugin as it’s messing with you
admin plugin? which one is that? Currently I have the default installation with no plugins installed or activated.
my apologies
the screen shot looked like the Oz admin plugin
try re uploading the /wp-admin
folder
Tried that. Deleted and re-uploaded /wp-admin folder, no luck!
Having the same problem with several wordpress 2.8.4 installs, only in Firefox. I’ve upload and re-uploaded, reinstalled, deleted the whole thing and uploaded again and still the same problem.
http://twitpic.com/gub4n
Help?
What versions are you on? WP 2.8.4 and FF 3.5.2 are no problem for me.
Was’nt there something about a Firefox addon that screwed up? Sorry, I am pressed so use the search.
I’ve used the search. No results in WordPress.org, google, and so on.
And no, it’s screwed up in several different installations of firefox (reports from different authors of same blog).
It is an actual problem and it doesn’t have a solution yet.
Any help welcome. It is not a plugin problem (I’ve disabled them all to test) and it is not an addon problem (several authors with different firefoxes).
PLEASE HELP!
I have the same problem as described above, need also help! PLEASE
samboll, are you there?
please help!
It still looks weird. I’ve reinstalled WP, disabled plugins and addons… I’m willing to try anything. I hate explorer and it’s not working on Firefox.
Can’t find related posts, forum answers, tech blogs, nothing on google.
samboll, anyone?
I am having the same problem in both Firefox and Safari. Any one come up with a solution yet? I’ve re-installed three times (full and just the wp-admin folder), but it has made no difference.
I even went back to Firefox 3.0 and it is still messed up. It must be an actual WordPress error.
Okay, so I think I fixed the problem. Here is my fix:
1. Go to the wp-Admin folder and open up admin-header.php.
2. Look for the following tags:
<head>
<meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php echo get_option('blog_charset'); ?>" />
3. Directly after the close of the meta tag place the following:
<link rel="stylesheet" type="text/css" href="css/dashboard.css" />
<link rel="stylesheet" type="text/css" href="css/global.css" />
<link rel="stylesheet" type="text/css" href="css/farbtastic.css" />
<link rel="stylesheet" type="text/css" href="css/media.css" />
<link rel="stylesheet" type="text/css" href="css/theme-editor.css" />
<link rel="stylesheet" type="text/css" href="css/widgets.css" />
<link rel="stylesheet" type="text/css" href="css/plugin-install.css" />
<link rel="stylesheet" type="text/css" href="css/theme-editor.css" />
<link rel="stylesheet" type="text/css" href="css/theme-install.css" />
<link rel="stylesheet" type="text/css" href="wp-admin.css" />
All this is doing is circumventing the code that’s supposed to be pulling in and placing the css links automatically.
Please note: THIS IS A HACK, but it seems to work. Please feel free to add on to this or make adjustments as needed.
Hopefully this will be properly fixed at some point soon, but in the meantime…
I can’t duplicate this and I’ve got FF on six different machines running three different OSes. I’ve noticed FF to be very picky about stray characters in stylesheets. Other than the hack eljlstudio posted, have any of you edited the admin stylesheet?