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.

1 Attachment

 
synergydeva replied on at Permalink Reply
Also, after reading through the forums, I did reset my caches - on Safari, Firefox and my site. That didn't make any difference.
JohntheFish replied on at Permalink Reply
JohntheFish
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.
JohntheFish replied on at Permalink Reply
JohntheFish
PS Could it just be a sticky browser cache that needs clearing. css files tend top be most aggressively cached.
ConcreteOwl replied on at Permalink Best Answer Reply
ConcreteOwl
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
ModPagespeed off
synergydeva replied on at Permalink Reply
Adding that line to my .htaccess file seems to have fixed the problem. Thanks!