Archived topic
Infinite scroll
2 replies · Started by Luigi on September 19, 2016
Hi,
I saw few topics on this subject but I guess they are updated since I don't think the selectors are right.
Can you please tell me the right selectors for the Shop page?
Navigation Selector
Next Selector
Item Selector
Content Selector
I'm trying to use Yith Infinite scroll.
Thank you,
Luigi
Hi Tom,
I solve it.
Right selectors for the Shop page:
Navigation Selector: .woocommerce-pagination
Next Selector: .woocommerce-pagination a.next
Item Selector: li.product
Content Selector: ul.products
Regards,
Luigi
Thanks for posting the solution! :)