News:

You may pay someone to create your store, or you visit our seminar and become a professional yourself with the silver certification

Main Menu

Display modal popup doesn't appear

Started by pieniek11, October 10, 2013, 14:20:21 PM

Previous topic - Next topic

jenkinhill

JavaScript conflict:
TypeError: jQuery(...).fancybox is not a function

You are loading 4 different copies of jQuery. Firstly you correctly load the required VirtueMart version. Then you load these!

<script src="/components/com_imageshow/assets/js/jquery.min.js" type="text/javascript"></script>  ---- Imageshow component
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>  ---- Videobox plugin
<script src="/templates/supersignfactory233/jquery.js"></script> ---- Artisteer template

These later versions prevent the fancybox script from running so you won't get the add to cart popup.

See  http://forum.virtuemart.net/index.php?topic=119638
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