jd.creative Posted May 4, 2013 Share Posted May 4, 2013 (edited) Problem: When clicking the add to cart button, the animation of the picture flying to the cart doesn't work. So I check ajaxCart.js. $element seemed to be pointing to the right places, as did the cartBlockOffset. So I don't know why the animation isn't working. Thanks, Josh. EDIT: I've been working on this for hours, as soon as I post this post, I realised what it was: Solution: in ajaxCart.js on line 212 it says: $(callerElement).parent().parent().find( What I needed for my theme was a 3rd parent: $(callerElement).parent().parent().parent().find( Edited May 4, 2013 by jd.creative (see edit history) 1 Link to comment Share on other sites More sharing options...
Mellow Posted May 4, 2013 Share Posted May 4, 2013 Hi, Maybe you could precise what theme it is about, and add [solved] to the topic title. This could be very useful for someone else Link to comment Share on other sites More sharing options...
jd.creative Posted May 4, 2013 Author Share Posted May 4, 2013 Hi, Maybe you could precise what theme it is about, and add [solved] to the topic title. This could be very useful for someone else It's my own theme. I'll add [sOLVED] now. I just assumed admin had a function that actually Closed the thread and marked it Solved. Josh. Link to comment Share on other sites More sharing options...
vekia Posted May 4, 2013 Share Posted May 4, 2013 It's my own theme. I'll add [sOLVED] now. I just assumed admin had a function that actually Closed the thread and marked it Solved. Josh. hello thanks for information that you solved it. I've got one question: what feature you are talking about? Can you please share information here? Link to comment Share on other sites More sharing options...
jd.creative Posted May 4, 2013 Author Share Posted May 4, 2013 hello thanks for information that you solved it. I've got one question: what feature you are talking about? Can you please share information here? Added more details to the original post. 1 Link to comment Share on other sites More sharing options...
vekia Posted May 4, 2013 Share Posted May 4, 2013 Added more details to the original post. yeah, thanks im convinced that this will be really helpgull for other community members many thanks again regards Link to comment Share on other sites More sharing options...
Wazzu Posted May 16, 2013 Share Posted May 16, 2013 Thanks, jd.creative! Really useful for me too, problem solved! Link to comment Share on other sites More sharing options...
jd.creative Posted May 16, 2013 Author Share Posted May 16, 2013 Thanks, jd.creative! Really useful for me too, problem solved! Glad to of helped Josh. 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