![]() |
|
thumbnail does not show up in next_image() loop - 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: thumbnail does not show up in next_image() loop (/thread-9563.html) |
thumbnail does not show up in next_image() loop - tunafish - 2012-02-01 I have a strange problem with one thumbnail not showing up in the next_image() loop on album.php Everything seems ok, the image has an ID, is published, has a date and publish date, title, dimensions etc. I also looked in the db in the albums and images tables but all seems fine. It's a mistery why the image does not show up in the loop.. thumbnail does not show up in next_image() loop - acrylian - 2012-02-01 Does the thumbnail not show up itself or the whole image does not? What about accessing its image page directly? Or do you use the html cache? Then you probably need to clear it first (unless you are logged in). thumbnail does not show up in next_image() loop - Michel Gagnon - 2012-02-02 Is it by any chance a CMYK image? (i.e. 4 colour process) Normal "web" images and photos taken off cameras are RGB, but printing processes need them converted into CMYK images. Most current browsers read them adequately, but if I remember correctly, the GD graphic engine doesn't process them. So you will see the image at the right size, but not otherwise. thumbnail does not show up in next_image() loop - tunafish - 2012-02-02 It's just the thumbnail that does not show up in the loop. Here is the album where the thumb is missing: thumbnail does not show up in next_image() loop - sbillard - 2012-02-02 It is not obvious from the link what is missing. But regards to not having them in the cache because you feed them directly... Well, then it is not Zenphoto doing it because there is no way to show a resized image without it ending up in the cache. thumbnail does not show up in next_image() loop - tunafish - 2012-02-02 This baffles me... I thought it was the 'thumbnails per row' setting in the theme options and bumped it up but even than I am using a custom theme. EDIT: NOT a pagination problem. thumbnail does not show up in next_image() loop - tunafish - 2012-02-02 Gee I finaly found it! I had this in the HTML somewhere before the actual next_image loop:
Better is: |