Hello I have problem using fancybox in product photos and in add to cart button. I see arrows in photos and in modal add to cart. Arrows overlays continue links. Thanks in advance for any help. VirtueMart 3.0.7.4
Looks OK to me with Firefox 37.0.1
http://forum.virtuemart.net/index.php?topic=128401.0
Hi, please click cart icon (http://www.sklep-getlucky.pl/images/ATC.png) and try to choose continue link in Polish: "Pokaż koszyk". Next arrow in on top of it. VirtueMart 3.0.7.4
If anyone will have same problem you can use this code in your index.php:
jQuery(document).ajaxComplete(function(){
if(jQuery('.continue_link').length != 0) {
jQuery('#fancybox-left').css('z-index', 1);
jQuery('#fancybox-right').css('z-index', 1);
}
});