ZenphotoCMS Forum
slimbox instead of lightbox? - 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: slimbox instead of lightbox? (/thread-1306.html)



slimbox instead of lightbox? - fauxhawk - 2007-03-20

Ok so I downloaded the theme chili-light with lightbox already added. Right out of the box it works fine, but I really wanted to use slimbox version. So I followed the instructions here, http://www.digitalia.be/software/slimbox, but it doesn't work. The images just open as usual no lightbox effect. Where am I going wrong??

Thanks,
FH




slimbox instead of lightbox? - monster - 2007-03-20

http://www.zenphoto.org/support/topic.php?id=1232&page=2#post-7668
http://www.pawelnawrocki.com/zenphoto/




slimbox instead of lightbox? - AlexWilson - 2007-12-19

I've been messing around with adding Slimbox to a theme myself.

One feature I wanted to include was the ability to send someone a URL and have the album page load and then open Slimbox automatically for that picture.

I found some sample code to get that working with Lightbox here:
http://www.bram.us/2007/07/30/my-code-snippet-automatically-start-lightbox-on-page-load/

In order to get it working with mootools/slimbox, in needed a slight change to album.php...

script for the head:
`

    // 

`

And for image link:
`




slimbox instead of lightbox? - spuddle - 2009-08-20

Was able to fix this issue. It was likely a user error!

`

">

`
contained the rel=lightbox attribute so I removed it and hey-presto it all worked.