Quote Originally Posted by niestudio View Post
Hi Bruce, I'm not sure what you mean by #1, can you please explain?

for #2 it will work on ez-pages however since they are generated manually, you have to also manually add a reference to the lightbox. - rel="lightbox"
try changing your image link(s) on your glossary page

FROM
HTML Code:
<a href="graphics/barrel.jpg"><img src="graphics/barrel.jpg"
TO
HTML Code:
<a href="graphics/barrel.jpg" rel="lightbox"><img src="graphics/barrel.jpg"
and see if that helps you.

daniel
Hi Bruce,
On second look you are correct, this should be working automatically. It appears that there is a bit of code missing from V1.6x. thanks for bringing it to my attention, I'll work on getting it re-implemented. In the meantime, that "fix" should still work for you if you want to try it.

daniel