
spasupplysolutions(@spasupplysolutions)
21 Posts
Customers
Quote from spasupplysolutions on January 18, 2023, 08:33
Can you please let us know how we can remove the pagination after category filter or if you can let us know how we can increase post per page limit show after category filer ? This is urgent!
Can you please let us know how we can remove the pagination after category filter or if you can let us know how we can increase post per page limit show after category filer ? This is urgent!

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on January 18, 2023, 14:49
Hello
Plugin manages pagination only in ajax mode
Remove pagination for search results: use woocommerce hooks that pass arguments to wp_query( woocommerce_product_query, woocommerce_shortcode_products_query ). Check if there is a request for a category in tax_query and change per_page ('nopaging' => true)
Hello
Plugin manages pagination only in ajax mode
Remove pagination for search results: use woocommerce hooks that pass arguments to wp_query( woocommerce_product_query, woocommerce_shortcode_products_query ). Check if there is a request for a category in tax_query and change per_page ('nopaging' => true)

spasupplysolutions(@spasupplysolutions)
21 PostsTopic Author
Customers
Quote from spasupplysolutions on January 20, 2023, 07:32
We can use this action for remove pagination. pagination are removed but after category filter product per page show only 10 . can you please advice how i can increase the limit of products per page.
remove_action( 'woocommerce_after_shop_loop', 'woocommerce_pagination', 10 );
We can use this action for remove pagination. pagination are removed but after category filter product per page show only 10 . can you please advice how i can increase the limit of products per page.
remove_action( 'woocommerce_after_shop_loop', 'woocommerce_pagination', 10 );

spasupplysolutions(@spasupplysolutions)
21 PostsTopic Author
Customers
Quote from spasupplysolutions on January 20, 2023, 09:38
We have also use YITH Infinite Scrolling Plugin as per your documentation follow but after loader product not fetch or append . it's not working properly. can you please help me . It's too urgent.
We have also use YITH Infinite Scrolling Plugin as per your documentation follow but after loader product not fetch or append . it's not working properly. can you please help me . It's too urgent.

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on January 20, 2023, 11:50
Hello
oK! If you use ajax OR shortcode [woof_products] - https://share.pluginus.net/image/i20230120094829.png
Drop me exact link to the issue
Hello
oK! If you use ajax OR shortcode [woof_products] - https://share.pluginus.net/image/i20230120094829.png
Drop me exact link to the issue