• Hi,

    We are trying to implement the plugin on a home page which is having 2 sections of products but we want infinity scroll just on the second. We managed it working but for some unknown reason, the products from the first section always appear when the new results are fetched.
    We’ve added the following class to differ the two product sections: product_scroll

    Here are the settings we used:
    Navigation Selector: .product_scroll .woocommerce-pagination
    Next Selector: .product_scroll .woocommerce-pagination a.next
    Item Selector: li.product
    Content Selector: .product_scroll ul.products

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author YITHEMES

    (@yithemes)

    Hi there,
    Try to use these selectors:

    Navigation Selector: .elementor-element-5fecf22 .woocommerce-pagination
    Next Selector: .elementor-element-5fecf22 .woocommerce-pagination a.next
    Item Selector: .elementor-element-5fecf22 li.product
    Content Selector: .elementor-element-5fecf22 ul.products

    Plugin Author YITHEMES

    (@yithemes)

    Hi there,

    we think that the issues are solved! I close this post! Thanks for contact us!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Duplicated content’ is closed to new replies.