News:

Support the VirtueMart project and become a member

Main Menu

Can't switch between pictures in product detail in frontend

Started by sydtech, February 05, 2014, 12:51:31 PM

Previous topic - Next topic

sydtech

I'm just start working with VirtueMart and I have just set up a store. I have a product with two product images but when i press on the other picture (in frontend/in store) the first one is still showing. Do anyone know what can be wrong?

Best Regards
Simon

jenkinhill

Kelvyn
Lowestoft, Suffolk, UK

Retired from forum life November 2023

Please mention your VirtueMart, Joomla and PHP versions when asking a question in this forum

sydtech

Here is the version info and link to the site where the problem apears:

Joomla version: 2.5.17
VirtueMart version: 2.0.26d
PHP version: 5.3.28

Link to site: http://sydtech.se/SydTech/webbsidor/maskin/index.php/maskiner/gravmaskiner/minigravare-jcb-8018-detail

jenkinhill

You have a JavaScript conflict, you correctly load VirtueMart's required jQuery version, but then you load a different version in your Joomla template:
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>

That version stops the fancybox code from working. You could try stopping 1.8.3 from loading in your template code.
See http://forum.virtuemart.net/index.php?topic=119638.0
Kelvyn
Lowestoft, Suffolk, UK

Retired from forum life November 2023

Please mention your VirtueMart, Joomla and PHP versions when asking a question in this forum