Home › Forums › Basel support forum › Filter Product
Filter Product
- This topic has 7 replies, 2 voices, and was last updated 7 years ago by
Artem Temos.
-
AuthorPosts
-
February 21, 2018 at 12:56 pm #41440
RobertoParticipantGood morning I would need help with the product filters.
In particular I would like browsing in the product categories, the filters that imposed by widgets are only two:
Color, Material
I tried to delete from the widgets all the other filters as filtered by price, and sort by, but I still see the widgets while browsing.
How can I solve this problem?
https://antoninodelfino.it/categoria-prodotto/uomo/scarpe-uomo/
thank you
February 21, 2018 at 2:36 pm #41461
Artem TemosKeymasterHi,
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 );
Regards
February 21, 2018 at 4:06 pm #41480
RobertoParticipantI created the child theme folder, and I renamed my theme folder that I had called basel3-9 in basel, but for some reason the theme no longer works, I can not activate it again, nor does the child theme seem to work. Please help me, I would not want to lose all the changes and the work done so far.
February 21, 2018 at 4:14 pm #41484
RobertoParticipantWhen I try to reactivate your theme, I am returned to this page that I attach to you. Please help me to restore the theme as before the change and the creation of the child theme, if you can or if I was wrong to create the child theme help me to create it correctly. thank you very much for your patience
Attachments:
You must be logged in to view attached files.February 21, 2018 at 5:06 pm #41492
RobertoParticipantWhen I resumed the basel 3.9 theme, I left the child theme folder in the theme folder, but I did not see any changes in the filters, I also disabled the siteground hosting service cache function to check the filters’ functioning, but without results. can you check if I modified the functions.php file correctly?
February 21, 2018 at 6:07 pm #41503
Artem TemosKeymasterThe code is added correctly but you need to activate the child theme in Appearance -> Themes.
February 21, 2018 at 7:46 pm #41516
RobertoParticipantGood evening I have activated your child theme, but I noticed a huge slowdown in the site, for this reason deactivated and deleted, and reactivated the complete theme, updated the woocommerce plugin to the latest version, but the product and site miniatures have disappeared is very slow. can you re-establish my theme so you can continue the work? thank you
February 22, 2018 at 7:54 am #41558
Artem TemosKeymasterWe just checked your shop page and see that images are there and there are no any issues with them.
As for the website speed, could you please test how it works with default WordPress theme comparing to Basel?
-
AuthorPosts
Tagged: filter product
- You must be logged in to create new topics. Login / Register