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

jkandiko’s picture

Status: Active » Closed (works as designed)

Unfortunately, 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.