Hi there,
it looks like the filter is out of the container, try to put it inside the container where the products are.
Hi, thanks for reply. Sorry, how can i put the filter widget inside the correct container? i haven’t understand…i use the original WooCommerce view for product category. I can publish the filter in the top, bottom or sidebar. Do you want to be more specific? Thanks.
Hi there,
try to insert this code in functions.php of your theme:
if( ! function_exists( 'yith_wcan_content_selector' ) ){
function yith_wcan_content_selector( $selector ){
$selector = '#tm-page';
return $selector;
}
add_filter( 'yith_wcan_content_selector', 'yith_wcan_content_selector' );
}
Hi there,
I checked your site and it seems that something is preventing the plugin from loading its JavaScript files, which are needed for it to work correctly.
I recommend you disable all the plugins except for WooCommerce and our plugin, and then check if the issue is solved.
If so, you can then enable the rest of the plugins one by one until you find the one causing the issue.
We’ll remain at your disposal.