Closed (works as designed)
Project:
Advanced Forum
Version:
5.x-1.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
26 May 2009 at 16:11 UTC
Updated:
27 May 2009 at 19:16 UTC
When I navigate to /forum, all looks good. The navigation menu bar is themed approriately. When I view a specific forum, all is well there too. But when I click on a post, the navigation bar's theming disappears. I checked the CSS and none of the zen_classic styles are being applied. Is there something in the forum post that would cause a sub-theme's styling to not get called?
Comments
Comment #1
jkandiko commentedUnfortunately, this ended up being the same problem that these guys were having: http://www.ubercart.org/forum/support/9112/white_screen_and_css_stripped... .
Basically, IE has a maximum CSS file include limit and the page that actually views a post exceeds it. I checked the same page in FF and it works fine. Turn on CSS aggregation and you are fine.