VirtueMart Forum

VirtueMart 2 + 3 + 4 => Administration & Configuration => Topic started by: miriame on January 19, 2014, 18:48:30 PM

Title: [solved] thumbnails error
Post by: miriame on January 19, 2014, 18:48:30 PM
Hello to all
I'm working onto my site with joomla 2.5.17 and virtuemart 2.0.16d
When i put some fotos onto the same product, I have notice that onto the frontpage the thumbnail want open. I can open the product page, but the thumbnails onto bottom want open. What's the matter?

That you
Miriam
Title: Re: thumbnails error
Post by: John2400 on January 22, 2014, 03:37:19 AM
Ok,

Little difficult to understand what you might want but I presume that you have a product. The product has several images , the main one and then a few underneath the original.

when you click on the original it enlarges . when you click on another it swaps to that one as the product image?

Then if you click on the large swapped image it does not expand?

Firstly I'd try an example product see if they enlarge.
swap back to a template ( standard one) see if they enlarge then.

* If this is your problem then explain it the best way you can ?  Then others might know your solution.
Title: Re: thumbnails error
Post by: miriame on January 25, 2014, 12:30:46 PM
Also I will explain my problem, better I can.

I have products with several images.  When I click on the original one it enlarges. When I click on another it don't swap and don't enlarge.

I have try also to change my template to a default one but the image don't swap. :(

Title: Re: thumbnails error
Post by: jenkinhill on January 25, 2014, 12:39:36 PM
Could be a JavaScript or template problem. Can you post a url?
Title: Re: thumbnails error
Post by: miriame on January 26, 2014, 13:09:45 PM
Hello,
I'll copy you the link with an item that don't work because the site is in italian language
http://www.usatoco.it/joom25/index.php/component/virtuemart/lampade-lampadari/lampadario-peltro-decorato-usatoco.html?Itemid=149
Title: Re: thumbnails error
Post by: jenkinhill on January 26, 2014, 13:50:30 PM
You have a JavaScript conflict. The error report is  TypeError: jQuery(...).fancybox is not a function

The problem is with the Artisteer template which is loading its own version of jQuery:
<script src="/joom25/templates/usatocojoom25grigio/jquery.js"></script>

VirtueMart has already loaded its required jQuery version, but the additional one prevent fancybox from working, so the images do not work.  The link "Fai una domanda su questo prodotto" should open in a popup but does not because it requires fancybox, too.

Unfortunately this is a known issue with Artisteer. You could try editing the template files to stop the script from loading, or use jQuery Easy or ReReplacer. See http://forum.virtuemart.net/index.php?topic=119638.0
Title: Re: thumbnails error
Post by: miriame on January 26, 2014, 19:08:43 PM
Thank you I'll try to solve :)
Title: Re: thumbnails error
Post by: miriame on January 26, 2014, 19:53:51 PM
Thank you so much. I have solved with Jquery easy  :D