News:

Looking for documentation? Take a look on our wiki

Main Menu

Cart pop up shadow

Started by Jason dsg, July 01, 2016, 06:08:44 AM

Previous topic - Next topic

Jason dsg

How do you remove the shadow on the popup see attached photo website www.dsgcentral.com

GJC Web Design

#fancybox-content {
  background: #b9298b none repeat scroll 0 0;

}
GJC Web Design
VirtueMart and Joomla Developers - php developers https://www.gjcwebdesign.com
VM4 AusPost Shipping Plugin - e-go Shipping Plugin - VM4 Postcode Shipping Plugin - Radius Shipping Plugin - VM4 NZ Post Shipping Plugin - AusPost Estimator
Samport Payment Plugin - EcomMerchant Payment Plugin - ccBill payment Plugin
VM2 Product Lock Extension - VM2 Preconfig Adresses Extension - TaxCloud USA Taxes Plugin - Virtuemart  Product Review Component
https://extensions.joomla.org/profile/profile/details/67210
Contact for any VirtueMart or Joomla development & customisation

GJC Web Design

Your template is missing fancybox css etc.. compare with the standard vm template
GJC Web Design
VirtueMart and Joomla Developers - php developers https://www.gjcwebdesign.com
VM4 AusPost Shipping Plugin - e-go Shipping Plugin - VM4 Postcode Shipping Plugin - Radius Shipping Plugin - VM4 NZ Post Shipping Plugin - AusPost Estimator
Samport Payment Plugin - EcomMerchant Payment Plugin - ccBill payment Plugin
VM2 Product Lock Extension - VM2 Preconfig Adresses Extension - TaxCloud USA Taxes Plugin - Virtuemart  Product Review Component
https://extensions.joomla.org/profile/profile/details/67210
Contact for any VirtueMart or Joomla development & customisation

2dmaster

#3
maybe time to upgrade all  virtuemart fancybox to v2 ??? why developers no upgrade it ??

vmprices.js

Virtuemart.cartEffect = function(form) {

   var dat = form.serialize();
   if(usefancy){
      jQuery(".fancybox").fancybox(); 
      jQuery.fancybox.showLoading();  //v2.x

/*
$.fancybox.showActivity(); //v1.3.x
you should use

$.fancybox.showLoading(); //v2.x
.... and instead of

$.fancybox.resize(); //v1.3.x
you should use
$.fancybox.update(); //v2.x
*/

   }