Has anyone used lightbox in their zenphoto/wordpress integration? I cannot seem to get it to work. I assumed I would include the scripts in the wordpress header file, but that doesn't appear to be working. I know previously, they needed to be below the line <?php zenJavascript(); ?> in album.php, but when I do that, I just get a big black blob at the top of my screen. Any thoughts?
Comments
Call your scripts from your wordpress header file. You need to include builder.js as well. This is in the lightbox files you downloaded. For some reason you don't normally need to include it but with Wordpress, apparently you do. Also, the order you call them in matters. And you need to use absolute paths. Other than this, you can follow the usual instructions for using lightbox.
`
`