Home › Forums › WoodMart support forum › WooCommerce Filters
WooCommerce Filters
- This topic has 7 replies, 2 voices, and was last updated 5 years ago by Elise Noromit.
-
AuthorPosts
-
December 27, 2019 at 5:03 pm #165256
brandonmkeParticipantHello,
We have some questions about the Woodmart WooCommerce Product Filter and are hoping you can help.
– We would like our WooCommerce product filter to be above the products (not in a sidebar).
– We would like our WooCommerce product filters to be dropdown menus
– We would like them to be auto-submit / AJAX.
– We would like this filter to be visible on EVERY shop page, except for individual product pages.Is there a way to accomplish this within the Woodmart Theme? Or is there a way to do something similar? Or can you recommend a solution?
I’ve attached an example for your reference.
Thank you for your time and assistance.
Attachments:
You must be logged in to view attached files.December 27, 2019 at 10:21 pm #165264
Elise NoromitMemberHello,
Please enable the filters in the top of the shopping page: https://prnt.sc/qglwvm
Then add the widgets to the Shop filters area https://prnt.sc/qglx58
Add Woodmart Woocomerce layered nav filters and chose “Dropdown” https://prnt.sc/qglxu7
Shop page, as well as all the categories pages, would have the view and functionality you describe
Best Regards
December 28, 2019 at 8:07 pm #165311
brandonmkeParticipantThank you.
How do we hide the default ‘SORT BY’ and ‘PRICE FILTER’? (see screenshot)
How do we remove the ‘APPLY’ button for the dropdowns? We would like these to auto-submit once a variable is selected.
Thanks again.
Attachments:
You must be logged in to view attached files.December 28, 2019 at 9:59 pm #165318
Elise NoromitMemberHello,
As soon as you enable the filter in the Theme Settings, you will find Shop filters content type, you need to set “Custom content”
Best Regards
December 28, 2019 at 10:32 pm #165319
brandonmkeParticipantWhen I enable ‘CUSTOM CONTENT’ it disables ‘WIDGETS’…
How do I get the drop-down widget-based filters within ‘CUSTOM CONTENT’?
Thank you for your time and assistance
December 28, 2019 at 10:43 pm #165320
brandonmkeParticipantHi. I was able to figure it out. I used the HTML Blocks and Filter Attributes.
I do have two additional questions…
1) Is there a way for the filters to auto-submit without having to push the ‘FILTER’ button?
2) How do we remove the sort by dropdown? ‘
Screenshots attached. Thank you
Attachments:
You must be logged in to view attached files.December 28, 2019 at 11:59 pm #165326
brandonmkeParticipantI figured out the answer to Question #2… How do we remove the sort by dropdown?
I added the following lines to Global Custom CS
.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
display: none;
}December 29, 2019 at 7:41 am #165366
Elise NoromitMemberHello,
Yes, the sort by dropdown is removed by means of custom CSS.
Please add this code to the Theme Settings > Custom CSS > Global:
body .woocommerce-ordering { display: none; }
Best Regards
-
AuthorPosts
- You must be logged in to create new topics. Login / Register