Thanks for the heads up Rob..
I'm always so torn when new features like this roll out.. Its cool that we get it, but it forces me to choose between the new multiple images and the, IMO, better way of present larger images with Lightbox..
Here is the new code working on my site..
http://animalcharms.net/butterflyjewelr ... QE5237.php
I love having the extra images..
This is the code that I 'used' to have though..
- Code: Select all
[-- IF PRODUCT.MoreInformationGraphic --]
<span style="font-size: 9px'"><i>Click picture to enlarge</i></span><br>
<a href="http://animalcharms.net/media/[-- IMAGE Product.MoreInformationGraphic --]" rel="lightbox">
[-- PRODUCT.MoreInformationGraphic --]</a>
[-- END_IF --]
I don't have that level of fine control for the popups in the new image code..
New Code:
- Code: Select all
[-- IF PRODUCT.MoreInformationGraphic --][-- MoreInfoImageRow --][-- END_IF --]
It also doesn't seem to pull the 'original' sized image when you click on it, it grabs whatever is set as the main more info image size.. Again, very cool feature that I've been waiting for, but it seems to have locked certain fine level control away from where I can get my grubby little fingers on it..
Does what I'm trying to say make sense??