I need: ‘Navigation Selector’, ‘Content selector’, ‘Item selector’ and ‘Next selector’ and ‘Previous selector’ css tags.
Its to make the infinite scroll plugin to work with this template. Existing defaults with default woocomemrce and wordpress are:
Products Container Selector ul.products
Product Item Selector li.product
Pagination Selector .woocommerce-pagination
Next Page Selector .woocommerce-pagination a.next
Previous Page Selector .woocommerce-pagination a.prev
But they dont work with Infinite plugin. I need them changed to make with this template. I know creators of this template give me updates everytime they change it.
Thanks
Hi,
Why not use the theme auto-load that was introduced last update
– https://tagdiv.com/infinite-loading-for-single-posts/
I remember users trying to use such plugins for auto-loading, they did not work at all from what I know.
Thanks
Somehow I failed no notice that. Maybe with a plugin that would be possible. I made a quick test with this plugin – https://wordpress.org/plugins/infinite-ajax-scrolling-for-woocommerce/
Free version seems to work with the product category pages, although it loads the products in a weird number, sometimes only one is loaded it seems
– https://www.screencast.com/t/GZo3NgLxyd7e
I only changed the next selector in it’s default configuration, seems to work
– http://prntscr.com/mn5i7b
Haven’t tried any other plugins unfortunately, so there isn’t much I can say about getting this to work with other plugins.
For me that plugin works, I tried it again – https://www.screencast.com/t/JH3pTVes
Those seem to be the proper selectors. With other plugins I can’t say if this will work the same or not.