Closed (won't fix)
Project:
Administration menu
Version:
6.x-1.4
Component:
CSS / Browser Support
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
30 Jun 2009 at 11:06 UTC
Updated:
8 Oct 2014 at 04:57 UTC
Jump to comment: Most recent
Comments
Comment #1
sunEither the margin top is disabled in admin_menu's settings or something in your site invokes admin_menu_suppress() so it admin menu isn't loaded at all.
Comment #2
sunSorry, without further information this issue can only be marked as won't fix.
Feel free to re-open this issue if you want to provide further information. Thanks.
Comment #3
heathergaye commentedPossible solution:
I had the same problem, but only on certain pages. I traced back my problem to a javascript error in another module - admin_menu uses js to add the body class (and subsequently adjust the margin), so check that you're not getting any other js errors that will stop execution.
Comment #4
brightboldThanks heathergaye for that tip - that solved my problem!
Comment #5
pixeldroid commentedit's 4 years later and I just had the same issue. JS error was showing up in the console:
There was no issue while in admin theme (Seven). This led me to check jQuery update - it was set to 1.10 for front end and 1.7 for backend. After I rolled back to 1.8 everything was fine.
Hopefully this will help someone else.
Comment #6
murraybiscuit commentedthanks pixeldroid. the deprecated jquery $.browser is messing up a lot of stuff...