This topic has 5 replies, 3 voices, and was last updated 7 years, 5 months ago ago by Olga Barlow
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?
Hello,
I have added correct classes into plugin settings. Check now, please.
Regards
Hello Olga,
I need the same information. Could you please kindly provide me, too?
Thanks and kind regards,
Mehmet
OK. I got that. Thanks to forum 🙂
I’m glad that you sorted out.
Regards
Tagged: 3.3.2, ajax, compatibility, json array, product filter, theme, woocommerce, woocommerce templates, wordpress, yith
You must be logged in to reply to this topic.Log in/Sign up