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

ERROR names of products added to cart are appearing in the middle of screen

Started by katieps, January 15, 2015, 23:19:16 PM

Previous topic - Next topic

katieps

I'm not sure when this actually began, but if a product is added to cart, the name appears on each screen--floating in the middle.  Does not scroll with page. I am attaching a picture to show--see circled area.

Site is on Joomla 2.5 and running VM 2.6.0.  www.heartofthemattereducation.com   Feel free to add a product to your cart and see what I mean! 

[attachment cleanup by admin]

GJC Web Design

it is coming from the product listing of your minicart ..

caused by this css

.container {
  left: 50%;
  position: fixed;
  top: 50%;
  transform: translate(-50%, -50%);
}

[attachment cleanup by admin]
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

katieps

I can see the css in firebug.  What is the best way to remove it?  I worry that if I remove the container class from css it will cause issues with something else.

GJC Web Design

.vm_cart_products .container {
  position: static;
  transform: none;
}
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