[Resolved] Infinite Scroll and WC Display secondary image on hover compatibility issue

Home Forums Support [Resolved] Infinite Scroll and WC Display secondary image on hover compatibility issue

Home Forums Support Infinite Scroll and WC Display secondary image on hover compatibility issue

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1279313
    Emanuele

    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?

    #1279982
    Tom
    Lead Developer
    Lead Developer

    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 ๐Ÿ™‚

    #1280310
    Emanuele

    Thanks Tom,
    it worked!

    #1281214
    Tom
    Lead Developer
    Lead Developer

    You’re welcome ๐Ÿ™‚

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.