This topic has 10 replies, 2 voices, and was last updated 7 years, 3 months ago ago by Rose Tyler
Dear Support,
We have two issues, both related to the PREVIOUS and NEXT functionality in the shopping cart.
1. On any product, if you hover over the PREVIOUS arrow, the image is being cut off… The next arrow looks great and the image is shifted over, therefore all text can be viewed: https://essentialthree.com/dev/product/cardiovascular-support/
2. For the Cold and Sinus product, if you are on the product before or after, the price is crossed out and then repeated.
https://essentialthree.com/dev/product/cold-sinus/
Hello,
Please add this code in custom css:
.product-navigation .next-product .hide-info {
left: -100px;
}
.product-navigation .next-product .hide-info:after, .product-navigation .prev-product .hide-info:after, .product-navigation .next-product .hide-info:before, .product-navigation .prev-product .hide-info:before {
left: 30%;
}
.product-navigation .prev-product .hide-info {
left: -132px;
}
.product-navigation .prev-product .hide-info:before, .product-navigation .prev-product .hide-info:after {
left: 50%;
}
Regards
Dear Support,
Thank you so much! That solved issue number 1. We are still having trouble with the second item, where the price is being striked out and then repeated for Cold and Sinus. This is only product with this issue…
https://essentialthree.com/dev/product/cold-sinus/
Any thoughts on how to fix this? Thank you so much, Erin
Sorry but this question is a bit unclear for me. Could you please provide a screenshot for better understanding?
Regards
I would be happy to! I just tried sending a reply email with the screenshot, but that didn’t work. How do I upload an image and send it to this support ticket? THank you! Erin
Dear Rose,
I already have a screenshot for you. Can you please provide an email address so I can send it to you?
Hello,
It would be better if you provide link to the screenshot in the Private Content area.
You can upload screenshot to any web storage (like dropbox) and share the link with us.
Regards
Will do! And actually, we’ve had success with re-building the product from scratch, which ended up fixing the issue, so no need to send a screenshot or continue this thread.
Thanks so much, Erin
You’re welcome!
Feel free to ask if you need any help.
Regards
You must be logged in to reply to this topic.Log in/Sign up