NO TOP "SHOP FILTERS" BUT FILTERS STILL SHOWN IN SHOP PAGE
-
Oops sorry. I just made it public
Hello,
I am checking the filters http://prntscr.com/lgmffd They work tps://gyazo.com/580886c61db9a610c13b6814966474a5
Best Regards
CHECK THE VIDEO PROPERLY and make an effort understanding
I deleted all the filters from the widget area, and yet we still find some filters in that area. Why is it the case?
I do not want them to appear, since I deleted them
Add the following code snippet to the functions.php file in your child theme to remove default sorting and price filters
add_filter( 'basel_use_custom_price_widget', '__return_false', 10 );
add_filter( 'basel_use_custom_order_widget', '__return_false', 10 );
Good thanks. Two points still.
1) When applying the code, at the beginning, it was giving error as per image 1.
2) Afterwards, the error didn’t appear but there is still an issue. The button “Filter” is still getting show altough it is empty now. See red rectangle in Image 2. The button “Filter” should then also be hidden. Which code is it for this?
Thanks
Attachments:
You must be
logged in to view attached files.
You just need to disable filters area completely via Theme Settings -> Shop.
Regards
Great. I changed the setting in shop parameters.
Issue can be marked as solved.
The topic ‘NO TOP "SHOP FILTERS" BUT FILTERS STILL SHOWN IN SHOP PAGE’ is closed to new replies.