hoover11 Posted October 15, 2015 Share Posted October 15, 2015 (edited) 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 October 17, 2015 by hoover11 (see edit history) Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now