Select Page

If you use theme with components that different from components on standard theme, that can cause some problems after products filtering. You can fix this problem yourself.

  1. Open admin panel of your site and go to WooCommerce -> Load More Products -> Selectors tab
  2. For fix problem you need to set right next fields Products selector, Product count selector, Product order by selector and Products pagination selector, or if you already use our WooCommerce AJAX Products Filter plugin you can enable Use selectors from WooCommerce AJAX Products Filter plugin option.
  3. By default that used:
    • Products Container Selector: ul.products
    • Product Item Selector: li.product
    • Product count selector: .woocommerce-result-count
    • Pagination Selector: .woocommerce-pagination
    • Next Page Selector .woocommerce-pagination a.next
  4. What value you need to set you can see at shop page via page inspector of your browser (If you do not know how to do it, then ask the author’s themes)