For mobile and planchet versions – changing to different photo when touching it
-
Hi,
I need some help with WoodMart please.
For mobile and planchet versions – is there any way to make the product pictures on WoodMart theme (shop page) to behave the same way as in Basel theme (changing to different photo when touching it) ?
Hi,
Actually, it should work in the same way as on Basel theme at the moment. Could you please send us your product page link so we can check how it works now?
Thank you in advance.
Hi, is not on a product page it’s on a shop pages. Please have a look pictures are not changing to different photo when touching it
Thanks
Hi,
Please, send us screenshots from Basel and WoodMart so we can compare them and understand what are you asking about.
Thank you in advance.
Actually, this function doesn’t work for both themes. You can see it on desktop devices, but mobile menu doesn’t have hover
state in CSS. When you click on the image, you will be redirected to the product page. That is why we disable this function for mobile devices to not confuse your customers.
Could you please send me SCC to activate it, as I like it so much.
Thanks
Try to add the following code snippet to the Custom CSS area in Theme Settings.
body .product-grid-item .hover-img {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.product-grid-item.state-hover .product-element-top .hover-img {
opacity: 1;
transform: scale(1.09);
-webkit-transform: scale(1.09);
}
Regards
It works !!! Thank you vary much.
Happy 🙂
Can you also please send me SCC for mobile – product categories images to behave interactive like on home page
Thanks
Sorry, what do you mean here? Could you please provide us a screenshot?