Hi all, I'm trying to use jQuery PrettyPhoto and for some reason it's not passing through the id variable.. if someone has come across this problem before and knows a solution, that'd be fantastic! Here's the code:
<a href="/store-item-details?id=5&iframe=true&width=800&height=530"
rel="prettyPhoto[iframes]"
title="">
<img src="/images/store/thumbs/'.$item->image.'"
alt="'.$item->name.'"
width="100"
border="0" />
</a>
Here's the link (with pretty photo, click on one of the thumbnails)
http://www.photographicpassions.com/shop?view=products&category=1
and here's the direct link from the tag:
Please help! :)