![]() |
|
sub album thumbs - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: General support (https://forum.zenphoto.org/forum-4.html) +--- Thread: sub album thumbs (/thread-4944.html) |
sub album thumbs - stevenew - 2009-04-01 Updated to 1.2.4 on my 3 zenphoto installations. Noticed on one of the installs, the first sub album thumbs are being rendered cropped square 95px even though the rest of the thumbs are full image port/land 128px as they should be. Crop is unchecked, thumb size is set to 128px I don't remember it being like this before? This is my hierarchy: Thanks Steve sub album thumbs - sbillard - 2009-04-02 Is this the same install that is having the session problems? Do you by chance have any album theme active? sub album thumbs - acrylian - 2009-04-02 What theme do you use? The zenpage-default theme for example uses hardcoded album thumb sizes for layout reasons. sub album thumbs - stevenew - 2009-04-02 Thanks for the replies, Yes this is the same install as the sessions problem. Yes I am using the zenpage-default theme. Is it possible to change the hardcoded album thumb sizes, if so where? Thanks sub album thumbs - acrylian - 2009-04-02 Sure. Take a look at the next_album() loops on gallery.php and album.php. Note that you also need to change the css otherwise the album title headlines will be missplaced. sub album thumbs - stevenew - 2009-04-02 acrylian, Sorry I don't understand! I looked at the next_album() loops what exactly am I meant to put in them? 'w_h_cw_ch_thumb' by any chance? Are the album thumb sizes set in gallery.php & album.php or in the CSS? Also where is the crop setting for them, my main index thumbs are not cropped or resized which is what I want for the album thumbs. Ah.... is cw & ch crop width & height? Thanks sub album thumbs - acrylian - 2009-04-02 Zenpage-default theme's gallery.php uses just the normal album thumb function that is set by the admin options: If you don't have you should review the theming tutorial and look at the functions guide. [i]Ah.... is cw & ch crop width & height?[/i] sub album thumbs - stevenew - 2009-04-02 Thanks acrylian I just replaced Thanks again Steve |