Hi, EightTheme.
Try to use filter plugins like YITH WooCommerce Ajax Product Filter 3.3.2
https://uk.wordpress.org/plugins/yith-woocommerce-ajax-navigation/
but plugins don’t working. Try to add code to theme get same result.
if( ! function_exists( 'yith_wcan_frontend_classes' ) ){
function yith_wcan_frontend_classes(){
return array(
'container' => 'YOUR_SHOP_CONTAINER',
'pagination' => 'YOUR_PAGINATION_CONTAINER',
'result_count' => 'YOUR_RESULT_COUNT_CONTAINER'
);
}
}
add_filter( 'yith_wcan_ajax_frontend_classes', 'yith_wcan_frontend_classes' );
What filter plugins compatible with latest theme update?