![]() |
|
colorbox - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: Plugins (https://forum.zenphoto.org/forum-6.html) +--- Thread: colorbox (/thread-8675.html) |
colorbox - roadie - 31-05-2011 Hi! colorbox - acrylian - 31-05-2011 You need to modify whatever theme you are using to do so by setting the colorbox JS configuration. Please see the Colorbox website itself for that. colorbox - roadie - 01-06-2011 Hi!
` And probably I have to make some changes in the following code in image.php also, but couldn't exactly what from the Colobox website:
` colorbox - acrylian - 01-06-2011 On the standard image page like that you will never get the arrows even if you configure the Colorbox correctly. On that page there is only one image, the sized image or the full image. There is no easy way to get to the next image via Colorbox. You need to create a invisible list of image links which means writing a custom theme function. Look at the standard slideshow plugin to find an example as it does this in "colorbox" mode. I fear this may be over your head given your post though. |