Home › Forums › Basel support forum › Shop filter widgets area › Reply To: Shop filter widgets area
November 17, 2016 at 6:07 pm
#6836
Artem Temos
Keymaster
Hello,
Thank you for using our theme.
These widgets are added to the filters area automatically and you can’t manage them from Appearance -> Widgets. But you can disable them easily by putting this code snippet to the functions.php file in your child theme
add_filter( 'basel_use_custom_price_widget', '__return_false', 10 );
add_filter( 'basel_use_custom_order_widget', '__return_false', 10 );
Just checked your website and it seems that all filters work correctly
Regards