Hi,
After upgrading to Gallery 3.0.3 I have problem with thumbs stacking one above each other in (very close, not respecting thumbs dimensions) in the Clean Canvas Theme (wide layout and fixed width), Monochrome, Dark Mike, Gray Dragon, Darkness and Wide Wind. Only 3nide, Perl Theme and Wind theme is ok. I try deactivate all modules but the problem remain.
I also notice that some tags disappeared. When I try to add a new tag to a photo sometimes it works, sometime it doesn't. And some new added tags also disappeared. I add them again and they stay.
Can someone help?
Posts: 304
Quick fix for Clean Canvas:
views/page.html.php line 26:
<? if ($thumb_proportion != 1): ?>should read:
<? if (($thumb_proportion = $theme->thumb_proportion($theme->item())) != 1): ?>Posts: 84
Thank you for the fix, it was line #36 in widewind_click4next theme.
Posts: 11
It works
Thx
I also changed similar line in Tag_Albums in views/calpage.html.php
Posts: 1
<? if (($thumb_proportion = $theme->thumb_proportion($theme->item())) != 1): ?>
also worked for me for theme Browny Wind Gallery 3.0.3
Posts: 74
for those of us who are not able to edit the lines of our .php will there be updates of the themes available soon for 3.0.3. ?
Posts: 25957
What theme and we can help out if the Author has not done so?
Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team
Posts: 74
I have managed to change the Clean Canvas myself. Thanks. I am not very good at the code on here so am cautious what I do.
If I am not being too cheeky I am trying the themeroller and making my own themes. The thumbnails are all over to the left side as they were with the Clean Canvas - is there a fix that is not too complicated that I can attempt (like the one above) ?
Many Thanks
Posts: 25957
I have not used the themeroller for some time so can only assume that it works with the current wind theme.
Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team
Posts: 74
I have found and fixed the themes - many thanks for your help.
I wish there was an easy way to change the colours. I have made a theme with themeroller that I quite like and it is very close to the colours I want but I am struggling to find the last little bits of the jigsaw to put it right.
Now I have seen the wind left and right theme and love it but am unsure how to find and change all the colours. can anyone help? please?
If anyone has an idiots guide to themes please let me know.
Thanks
Posts: 205
Thanks imposure.
Had the problem, searched the forum, found the answer, fixed the problem. All in under 5 minutes.
===========================
Gallery 3.0.2
PHP - 5.3.8 cgi-fcgi
Apache/2.2.21 (Unix)
mysqli 5.0.92
Clean Canvas theme
Toolkits = Exif, Gd, ImageMagick
Posts: 2
Photographer, not a coder, so I'm less than enthusiastic about fixing code. I use Dark Canvas Wide theme 1.05, today I updated Gallery to 3.03, all my thumbnails stacked. Looking elsewhere in the forums, a similar problem led me to backlevel Theme_View.php. All I can say is that fixed the problem. I'll go and look for a newer version, although I never got a note about that when updating. The server information that I have is that it is running Debian, and the PHP version is listed as PHP.
Lacking anything broken, also not enthusiastic about updating to 3.04. If updates are going to break things, say so.