ZenphotoCMS Forum
ColorBox - Next/Previous links - 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: ColorBox - Next/Previous links (/thread-8918.html)



ColorBox - Next/Previous links - junko - 2011-07-27

Having a little issue with the ColorBox navigation within the album.php page.

The issue is: they do not work. The next & previous buttons initially did not appear which forced me to add display:block !important; to line 12 of colorbox.css.

The next/previous images now appear however do not function.

This is my ColorBox JS code:

`

$(document).ready(function(){
    $(".lightbox").colorbox({transition:"fade", arrowKey:"true",slideshow:"true"});
});

This is the code used for the images inalbum.php` that I want to open in ColorBox:

`

[*]">

As I understand it, any tag with the classlightbox` should open in ColorBox. Within this gallery, there are 16 images so all 16 links should be treated as 1 gallery in ColorBox, or am I mistaken?

Does anyone have any ideas or come across something similar?




ColorBox - Next/Previous links - acrylian - 2011-07-27

Please review the colorbox webiste the correct setup for several images.




ColorBox - Next/Previous links - gjr - 2011-07-27

You need to use rel="", instead of class.




ColorBox - Next/Previous links - junko - 2011-07-27

I can't believe I missed that.

Apologies for being a blind bat.

Thank you gjr and acrylian. This site is almost ready!