![]() |
|
Implementing Slimbox 2 jquery lightbox breaks sub-albums - 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: Implementing Slimbox 2 jquery lightbox breaks sub-albums (/thread-5717.html) |
Implementing Slimbox 2 jquery lightbox breaks sub-albums - spuddle - 2009-08-20 Greetings, You can see the gallery at: http://www.seanpwatters.com/gallery (navigate to Celebrity and click on any of those albums and you'll see how it tries to open an album in the lightbox which of course it cannot do). My current code for the lightbox within album.php is: ` " title=""> ` ` ">
So really my question is if there is a better way to link to the full size image whilst retaining the sub-albums functionality? Any help would be greatly appreciated. Implementing Slimbox 2 jquery lightbox breaks sub-albums - acrylian - 2009-08-21 The custom url is not the link to the full image. There are extra functions for the real full image. See the documentation. On your celebrity album is looks as if you have also attached the slimbox to the subalbum link within the next_album() loop and not the next_image() loop. On an album like "editorial" it works as expected. Btw, you should upgrade to 1.2.6 (and when you done you also should submit your site to the showcase..:-)) |