I'm using Zenphoto 1.4.1 and I'm trying to modify the default theme. The Image Info link breaks when I duplicate it.
Looking at the source code with default theme, I see this:
`
`
In the duplicated theme, I see this:
`
`
class="colorbox cboxElement" turns into class="colorbox"
I can see no difference in the two versions of image.php.
How would I fix this?
Thanks,
mk
Comments
The default theme has the following html for the metadata:
`
Image Info
`
metadata table
`
Nowhere do I see the `cboxElement` class you say has changed.
But one way or the other, the exif link fails in the dupes, where it works in the original. Hitting the link just sends me to the top of the page.
I tried it with the new Garland theme as well and had the same problem. Works in the orig, unmodified dupe fails. And just for good measure, I checked it in Chrome and same thing. Link does and doesn't work, depending on which copy, and source codes look the same.
mk