Dashboard not displaying correctly
Permalink
My dashboard is not displaying correctly. At first (i.e. when I first enter edit mode on my site), the dropdown looks fine. But when I click on something (for example, Systems and Settings), the pop-up window gets all funky and squished up (see the attached image). This happens in both Safari and Firefox. I am running the most current versions of both browsers, and am working on Macbook Pro OS X 10.8.2.
It's been awhile since I last edited my site, but the dashboard seemed to be displaying fine then. I recently upgraded the site to the most recent Concrete5. The site itself seems to be running normally (but way too slow... but that is probably another issue).
I'd appreciate any suggestions. Thank you.
It's been awhile since I last edited my site, but the dashboard seemed to be displaying fine then. I recently upgraded the site to the most recent Concrete5. The site itself seems to be running normally (but way too slow... but that is probably another issue).
I'd appreciate any suggestions. Thank you.
Also, after reading through the forums, I did reset my caches - on Safari, Firefox and my site. That didn't make any difference.
I have seen similar messes when a 5.5.x dashboard is viewed with 5.6.x core css (ie bootstrap1 vs bootstrap2). Could you maybe have done an incomplete upgrade at some point, or overridden a core style sheet and left it after upgrading?
Or maybe you are using a bootstrap1 based front end theme which needs upgrading or which is interfering with the dashboard.
Just some ideas, not a definitive analysis.
Or maybe you are using a bootstrap1 based front end theme which needs upgrading or which is interfering with the dashboard.
Just some ideas, not a definitive analysis.
PS Could it just be a sticky browser cache that needs clearing. css files tend top be most aggressively cached.
I see from your source code you have the google mod_pagespeed active..
Try disabling the mod_pagespeed module by adding this to your .htaccess file
Try disabling the mod_pagespeed module by adding this to your .htaccess file
ModPagespeed off
Adding that line to my .htaccess file seems to have fixed the problem. Thanks!