it shows up like this (attached screenshot) in IE 7, in Firefox I had this problem before but could always solve it by clearing the cache and reloading. In Firefox the menu does not show up anymore at all. I'm using 5.7.
| Comment | File | Size | Author |
|---|---|---|---|
| Screenshot - 094.jpg | 85.86 KB | eigentor |
Comments
Comment #1
webthingee commentedI am having the same issue....
PS Love the module.. still running 2.2 on all my sites :)
Comment #2
sun- Did you run update.php after updating the module?
- Did you also clear your site's cache? (You may need Devel module to do this, or clear the cache* database tables manually).
Comment #3
eigentor commentedWell, I am having this issue on and off for a long time going - as I said, normally clearing the browser cache fixes it for a while.
I ran the update script and cleared all cache_x tables. Hmm. It is just one installation, that the problem is persistent after clearing the browser cache, all others work fine. Got no time right now to investigate further since not working on the particular project but on others.
Maybe I'll try a fresh Drupal install later to verify, since I dont have very much content in this installation, mostly theming it does not hurt too much.
Comment #4
sun- Did you override one or more of admin_menu's theme functions? CSS ids and classes have been changed recently, so you would need to update any customizations, if there are any.
- Is admin_menu.css properly loaded? (Does it appear in the HTML markup?)
- Can you investigate further using Firebug? Are any styles applied to
<div id="admin-menu">?Comment #5
webthingee commented- Did you run update.php after updating the module?
Yes, did not fix the issue.
- Did you also clear your site's cache? (You may need Devel module to do this, or clear the cache* database tables manually).
Unable to try and fix... unsure how to do...
- Did you override one or more of admin_menu's theme functions?
I did not
- Is admin_menu.css properly loaded? (Does it appear in the HTML markup?)
Looks like there are three entrys here...
- Can you investigate further using Firebug? Are any styles applied to
From what I can tell no, firebug displays the body styles in the right panel, nothing for div#admin-menu
~ saneangel
Comment #6
sunHmmmm... this looks strange:
- Do all loaded stylesheets have this prefix on your site? It should begin with
/sites/all/...normally.- Is it possible that you only encounter this bug if Drupal is installed in a sub-directory? If yes, are mod_rewrite rules (particularly
RewriteBasein.htaccessin the root path of your Drupal installation correctly setup?Additional checks:
- Is the CSS ID of admin menu in your HTML markup really
admin-menu?- Is the CSS code in
sites/all/modules/admin_menu/admin_menu.cssapplying styles to#admin-menu?Comment #7
sunWithout further information I have to guess this issue has been fixed. Feel free to report back or even re-open this issue if it has not.
Comment #8
realityloop commentedI had this same issue, turns out the previous CSS file for admin menu was still cached by my browser, I opened it directly from browser and reloaded it and then went back to my site and the menu was displayed correctly
Comment #9
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.
Comment #10
wwwoliondorcom commentedThank you, I did a refresh as you explained and it works now!