![]() |
|
Lightbox problem - 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: Lightbox problem (/thread-8385.html) |
Lightbox problem - Jeroen07 - 2011-03-19 I've manually installed a lightbox so the foto's are more user friendly. As you can see here, it kinda works: http://www.iendracht-archief.be/foto/2010-2011/koksijde-eendracht-aalst/ But, i'm still having some problems:
" title="" > When i change that to getImageDescription, it doesn't work...
Thanks in advance Lightbox problem - acrylian - 2011-03-19
Lightbox problem - Jeroen07 - 2011-03-20 Thanks for your quick response acrylian. I think you're right that the lightbox should only be placed on the image page itself, but i fear that i have a too limited knowledge of PHP to do this correctly, and i can't find a manual that explains it clearly. I would like to have the normal resolution on the image page, but when you click on the photo, you should get the full size image in a lightbox effect. And you should be able to browse to the next image in the lightbox... Do you think you could explain me briefly how to do this? Lightbox problem - acrylian - 2011-03-21 Look at the standard Zenpage theme for example which does exactly this. Lightbox problem - Jeroen07 - 2011-03-21 I tried to do that, but what part do I have to copy? When i copy the whole script, it works, but when I copy some parts, it doesn't work... Lightbox problem - acrylian - 2011-03-21 Look at the source code and see how the lightbox script you use needs to be set up (there are tons of derivates). Lightbox problem - Jeroen07 - 2011-03-21 Could you tell me what I have to copy from image.php in Zenpage? I tried a hundred things, but it's not working... [code]
Lightbox problem - acrylian - 2011-03-22 The full image part and the colorbox JS define. Please read the theming tutorial to learn the basics of Zenphoto theming. Also review the Colorbox website about how to set that up. |