• Hi, we installed your plugin here https://www.km-bio.es/tienda/, configured with
    Navigation Selector: nav.woocommerce-pagination
    Next Selector: .woocommerce-pagination a.next
    Item Selector: .kad_product
    Content Selector: #product_wrapper

    but when you scroll … the second page products appears overlapped to the first page products…

    There is any config problem we did?
    Thank you very much

Viewing 1 replies (of 1 total)
  • Plugin Author YITHEMES

    (@yithemes)

    Hi,
    this is why you are using masonry style for product, so for let it work fine we need to reinit the masonry script on each infinite scroll event.
    For do this you can use a plugin trigger in this way

    jQuery(document).on( 'yith_infs_added_elem', function(evt, elem, current_url){
    // here your code..
    });

    Otherwise because you are not really using a masonry style for your products you can consider disabling this. I guess there is an option on theme options for doing this.

    Regards.

Viewing 1 replies (of 1 total)

The topic ‘ovelapped products bug’ is closed to new replies.