Hi there,
Ray here with WP eCommerce Support.
Since I am not a developer of WP eCommerce, my advice should be considered best effort.
Have you try to use a developer tool to find out the id/class of the ajax popup added to cart box and then using css to move it up certain pixels?
Thank you,
Ray
Thank you for your response. Actually, the message is displaying at the correct location, the top of the page. But when I click “Add to Cart” the page scrolls up only a little, not enough to view the message. I assume it’s an anchor or some other method that makes the page scroll up at all. I need it to scroll up higher so I can view the message. Does that make sense?
Hi there,
I understood your request, however what you are requesting is considered a code customization in which we do not provide.
I don’t think there is a built in scrolling function in WordPress, you would need to use javascript to make it.
Thank you,
Ray
I was mainly looking for direction on which file it would be in. I can make the change myself just fine. I found 3 JS files for the ecommerce plugin and I’ve been working through those, but it would make it easier if someone could narrow it down to the correct file. Are you able to give that?
Nevermind, it looks like they weren’t scrolling at all. I had to add $("html, body").animate({ scrollTop: 500 }, "slow"); in wp-e-commerce.js. Thank you for your responses!
Cool! congratulation in solving the issue yourself!