I upgraded newsflash from 5.x-1.2 to 5.x-1.6 because I wanted to go tableless.

I had user* regions populated with blocks that rendered nicely side-by-side like this:

-------------------------
| user1 | user2 | user3 |
-------------------------

But now renders with the regions stacked like this:

-------------------------
| user1 | 
-------------------------
| user2 | 
-------------------------
| user3 |
-------------------------

The same is true for user4, user5 and user6 regions.

I am using Firefox 3.01 and I did clear my browser cache. Could be an upgrade problem or some caching mechanism I haven't properly cleared.

Switching back to 5.x-1.2 brings back the expected side-by-side region rendering.

Anyone have any suggestions?

Comments

roopletheme’s picture

Assigned: Unassigned » roopletheme

Can you post a link?

dunlop’s picture

Problem resolved.

I had reverted the site to newsflash-5.x-1.2 because of the rendering problem I was having so I needed to setup a test environment to demonstrate the problem. In the process of setting it up I found that I had "Aggregate and compress CSS files" enabled in the "Performance" settings. Disabling that resolved the rendering problem. Once it was resolved I was able to re-enable the "Aggregate and compress CSS files" setting and the rendering was still corrected.

The newsflash-5.x-1.6 theme is working well for me now at http://ms-info.ca/ and the tableless CSS design and new colours are great improvements to this solid theme. I hope that my experience can help others doing a theme upgrade.

Sorry for any angst I may have caused to the RoopleTheme developers.

roopletheme’s picture

Status: Active » Closed (fixed)

No angst here... just wanted to make sure things worked as expected. Glad you got it sorted out.