
Originally Posted by
picaflor-azul
It sounds like you have a jquery conflict. The jscripts need to be called in a particular order to work. You should also check that the jquery main library is only being called once.
Any stable, properly installed module works with the template.
Use the firefox or chrome developers tools to find the class or id of the main background for the popup and then add background:none; to your stylesheet.css.
Thanks,
Anne
Actually I was able to fix this by
Changing
Code:
#popupShippingEstimator, #popupSearchHelp, #popupAdditionalImage, #popupImage, #popupCVVHelp, #popupCouponHelp, #popupAtrribsQuantityPricesHelp, #infoShoppingCart {background-color: #fff;}
to
Code:
#popupShippingEstimator, #popupSearchHelp, #popupAdditionalImage, #popupImage, #popupCVVHelp, #popupCouponHelp, #popupAtrribsQuantityPricesHelp, #infoShoppingCart {background:none;}