Hi all,
Thanks so much for this forum topic. It has helped me greatly in customizing my product page and still being able to use Thickbox with my product images.
I have attached a copy of my current node-product.tpl.php. My question is does anyone know of a way of using the Jquery cycle plugin with Thickbox images?
What I am trying to achieve is a display of my product images where one main image is displayed as a larger preview image and the others are displayed below as thumbnails (as set up in my current node-product.tpl.php)...but that will then cycle through which images are being previewed (larger image on top) and which are thumbnails (smaller images below preview image). All while still being able to view the full size image via Thickbox by clicking on it .
I have tried adding the Jquery cycle plugin to my page and then calling it to work on $('div.image')
e.g.
$('div.image').cycle('fade');
but this does not work, I have also been getting $cont.data is not a function error.
Does anyone have any suggestions or ideas of what I am doing wrong or how I can achieve this?
Thanks,
Mat
| Attachment | Size |
|---|---|
| node-product.tpl_.php_.txt | 4.64 KB |
