Lightbox/slimbox are not Zenphoto features. So you probably use a custom made theme, so you would have to rework this maybe.
We have included thickbox by the way, which is basically the same. Take a look at the image.php file of the included default theme, how to use it (it's used for the exif date only there).
I'm using the chilli-light theme and it "was" working before the upgrade.
When i click on a thumbnail it opens the picture on a new page without the theme.
I'm using the following code.
" rel="lightbox[]" title="">
Does anyone have a idea or experiencing the same problem?
The lightbox script is nothing Zenphoto specific: http://www.lokeshdhakar.com/projects/lightbox2/
A similar solution called Thickbox, also nothing Zenphoto specific, is already included in Zenphoto: http://jquery.com/demo/thickbox/
I have a similar problem witht the Slimbox and Smoothgallery included with the effervescense Theme. I posted my problem in the following topic:
http://www.zenphoto.org/support/topic.php?id=3045
Yesterday I installed a different theme that uses a similar sript (can remmber the name right now) and it didn't work either.
I also tried moving the sript to the root folder and writting the full URL, no sucess there either. Later I will try Greybox (my personal favorite) to see if it works. But I kind of belive that there is a comflict in the new version and the "___box" scripts.
BTW - you might try login off, It was suggested to me. It didn't work for me, but it might work for you.
@zucye
I added it to album.php
builder.js can be found in the default "js" folder that comes with lightbox.
http://www.lokeshdhakar.com/projects/lightbox2/
I have the code inserted in the following order.
type="text/javascript">
Moving the location of builder.js didn't work for me. After many late nights trying to figure out what the problem is, I think I finally found it. It seems to be a problem with some code in either ajax.js or or scripts-common.js. Both of these are included by the function zenJavascript which is located in the functions.php file. The zenJavascript function is called by the theme files that can at least include the following: album.php, archive.php, image.php, index.php and search.php.
What worked for me is to edit the files and move the zenJavascript line directly below the HEAD tag.
It should look something like this:
....
....
In a template such as Effervescence+ the call to that function will look like this:
zenJavascript();
Just delete that line and add the php zenJavascript(); line as stated above.
I don't know exactly what the problem is, but this worked for me.
i have the same problem - does anyone know how to fix it?