New Browny Wind theme installation problem

KimC

Joined: 2012-05-14
Posts: 2
Posted: Mon, 2012-05-14 03:20

I loaded browny_wind theme successfully but the pictures on the home page now stacked up on top of each other instead of being spread out. The "Theme Options" page says there should be 6 items and that is correct. But how can I get them displayed in rows and columns.

Thank you!

 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 27300
Posted: Mon, 2012-05-14 03:43

you need to upgrade that theme.

Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team

 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 27300
Posted: Mon, 2012-05-14 03:52

http://gallery.menalto.com/node/95007#comment-390095

Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team

 
dn3

Joined: 2012-03-31
Posts: 16
Posted: Mon, 2012-05-14 03:53

Sounds like an outdated theme. There was a change in 3.03 that needs to be fixed in your theme.

In each of the views for the theme (e.g. page.html.php), look for:

<? if ($thumb_proportion != 1): ?>

and change that line to:

<? if (($thumb_proportion = $theme->thumb_proportion($theme->item())) != 1): ?>

That fixed it for one of the themes I'm using.

 
KimC

Joined: 2012-05-14
Posts: 2
Posted: Mon, 2012-05-14 03:56

Thanks you so much. I'm off to fix ...