
Originally Posted by
thec0wboy
Thanks for the reply :)
I have figured out which template I'm using now which is great.
As for the ez pages. The read-me file mentions that it should work as soon as it's installed?
"EZ-Pages
By default the lightbox effect will be applied to all links that point to images on your EZ-Pages. This functionality can easily be modified via the admin."
So I simply pasted the link to an image on my website in the ez pages area;
<img src="http://www.beautifulexpressions.hwyman.com/images/161520.jpg">
I was hoping that the image in the ez page would magically get the lightbox qualities, but no such luck.
What am I missing?
Although the images on the product page do have the lightobox attributes, the box size has gone wacky on me. The words "larger image" has shifted down, and it isn't centered anymore either?
Help

EZ page functionality doesn't work immediately on install, Daniel is working on fixing that in the next release. In the meantime, here's a work-around:
instead of
Code:
<img src="http://www.beautifulexpressions.hwyman.com/images/161520.jpg">
try this
Code:
<a href="images/161520.jpg" rel="lightbox"><img src="images/161520.jpg"></a>
or, if you must use an absolute link (like you're using now),
instead of
Code:
<img src="http://www.beautifulexpressions.hwyman.com/images/161520.jpg">
try this:
Code:
<a href="http://www.beautifulexpressions.hwyman.com/images/161520.jpg" rel="lightbox"><img src="http://www.beautifulexpressions.hwyman.com/images/161520.jpg"></a>
Regarding your issue with the product image and the "larger image" text being wacky, I'm not sure I can help you with that. Sounds like the template/display is being thrown off by a conflict between the actual image size vs. the image size set in your image settings....
Bookmarks