Hi everyone,
I want to display a reflection effect and a background image to a custom transparant png in my product and category detail page. I am using the reflection.js script but I can't find where to put the class="reflect" command.
Thx
Did you look into instructions for mentioned js?
Yes I did and it works on every image except the ones which are dynamically created in the VM product and category pages.
The default VM template view files containing image display are components/com_virtuemart/views/category/tmpl/default.php and components/com_virtuemart/views/productdetails/tmpl/default_images.php so you can experiment adding your class in those. Use the edited files as overrides.
If you already use template overrides then you will have to edit those files.
You will need to test for JavaScript conflict with VM's fancybox script.