I am testing out this template

More
11 years 2 months ago #25597 by maryswave
I fully updated Virtuemart and added the AIO updater too but now on the flypage the menu is stuck open.

What would help in this case??

breakthrews.com/printed-books/novels-and...ettres/sutton-detail

Please Log in to join the conversation.

More
11 years 2 months ago #25603 by ivan.milic

Please Log in to join the conversation.

More
11 years 2 months ago #25604 by ivan.milic
Copy :

components\com_virtuemart\views\productdetails\tmpl\default_images.php

to

templates\hot_bookstore\html\com_virtuemart\productdetails\default_images.php


on line 24 you will see this:
Code:
$imageJS = ' jQuery(document).ready(function() { jQuery("a[rel=vm-additional-images]").fancybox({ "titlePosition" : "inside", "transitionIn" : "elastic", "transitionOut" : "elastic" }); }); ';

replace it with:
Code:
$imageJS = ' jQuery(document).ready(function() { if(jQuery.fancybox){ jQuery("a[rel=vm-additional-images]").fancybox({ "titlePosition" : "inside", "transitionIn" : "elastic", "transitionOut" : "elastic" }); } }); ';
The following user(s) said Thank You: maryswave

Please Log in to join the conversation.

Time to create page: 0.296 seconds
Powered by Kunena Forum