Archived topic
Infinite Scroll and WC Display secondary image on hover compatibility issue
3 replies · Started by Emanuele on May 11, 2020
Hi everyone,
Waiting for the moment when the infinite scroll will also be available for woocommerce shop pages, I am trying to use these two external plugins: Infinite Ajax Scrolling Lite For Woocommerce and YITH Infinite Scrolling. With both the infinite scroll works, but from the second block of loaded elements, the Display secondary image on hover function does not work. How can I solve this problem?
Hi there,
We'll be moving to a CSS solution to do this in 1.11.0.
For now, try this:
.wc-product-image:hover .secondary-image {
opacity: 1 !important;
}
Let me know :)
Thanks Tom,
it worked!
You're welcome :)