[SOLVED] Gallery 3.0.4 Upgrade: crushed albums and images

WendyCroft

Joined: 2010-12-09
Posts: 14
Posted: Thu, 2012-08-02 01:05

I can't use the latest upgrade, it looks horrible and isn't working properly. See the screenshot I've attached.

I can't leave feedback in the Feedback topic because there's no reply button. Gentlemen, what can I do?

I love Gallery 3 and don't want to have to use another program. I've reverted to the old one for now.

AttachmentSize
Gallery3.4.png348.98 KB
 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 25945
Posted: Thu, 2012-08-02 01:50

You need to upgrade the theme.
It is is a custom theme, what is is based on?

Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team

 
WendyCroft

Joined: 2010-12-09
Posts: 14
Posted: Thu, 2012-08-02 10:14

Thank you for answering.

Wind, I made a few changes. How do I upgrade the theme?

 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 25945
Posted: Thu, 2012-08-02 17:39

Use the theme that ships with G3.
I suspect you just need to chanage wind/views/page.html.php
If you have customized that page then
views/page.html.php :

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

should be:

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

you should copy the wind theme as the docs:
http://codex.gallery2.org/Gallery3:Tutorials:Themes#Creating_your_own_theme
say: Modifying the default theme (this is not recommended)

The reason is; you can't go back to default to troubleshoot.

Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team

 
WendyCroft

Joined: 2010-12-09
Posts: 14
Posted: Thu, 2012-08-02 20:10

It's perfect, and that's all I had to do!

Thanks, Floridave!

Marked as solved.