Jump to content

[fixed] Ajax "add to cart" to low or no show, cart pull-down works | v1.6.1


Recommended Posts

I have been having trouble with the Ajax "add to cart". At one point it wouldn't add products at all. This was apparently caused by the new google analytics module (I now have an older version installed 1.8.2). It seems to work and doesn't seem to be causing this new issue.

 

When add to cart is pressed on the front page the screen dims and on Firefox and chrome the pop-up is very low (sometime partially off screen), on Safari and IE it doesn't appear at all.

 

website: www.coduro.com

 

 

UPDATE: I think I fixed it, here is what I did if someone else has this issue:

 

edit blockcart.css (in your theme/css/modules/blockcart)

 

Change: #layer_cart position from absolute to fixed

 

line 275 (in my file)

 

#layer_cart {
  position: fixed;
  top: 5%!important;
  left: 0;

Edited by hoover11 (see edit history)
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...