Hello,
I'm currently testing a photo gallery using zen-photo with the binary theme. Link - www.teamluhnacy.com/apachecreek (Click on photos)
I have tried several different attempts following some of the posts on here to get some sort of lightbox, slimbox or thickbox, etc to work with no luck whatsoever.
What I want to do is leave everything like it is. But instead of having the image.php come up from the album page when you click on a thumbnail i want the resized image to come up in a lightbox popup window outside of the iframe that the album page is in. I would like to include the image description in the lightbox if possible but just getting it to open up the image at this point would be nice. Any help would be greatly appreciated. I'm really new to php, i have figured a few things out but get lost in most of it.
Comments
Lightbox is commonly used, so you should have a look at the tutorial on the lightbox website.
Then you have to edit your album page, assuming you want to open the lightbox window from the album page.
There are some changes in the header necessary as well as the call of the image itself.
You will find a good explanation in slyt's thread. Read the thread carefully and try to understand and follow each step.
Have fun fiddling with the code