Home › Forums › WoodMart support forum › Product Filters Visual Compose Element
Product Filters Visual Compose Element
- This topic has 8 replies, 2 voices, and was last updated 4 years, 9 months ago by
Elise Noromit.
-
AuthorPosts
-
May 25, 2020 at 12:18 pm #197712
olgaonline2020ParticipantHi,
In the widget area above product grid on product page I am using ‘custom content’ setting with an HTML block.
I would like to use a product Filters visual composer element to display attribute terms as a list and not as a dropdown.
Is this possible?
Thank you
May 25, 2020 at 12:59 pm #197736
olgaonline2020ParticipantAlso,
When I use the widget type for the space above product grid there is a bug.
Within the widget area, when I click ‘x’ of some attribute terms in the list in order to clear them, they do not clear out.
Please check on your side.
Thank youMay 25, 2020 at 1:17 pm #197744
Elise NoromitMemberHello,
No, it is not possible. The custom filters are only drop-down. You can disable ‘custom content’, remove the default widgets with custom CSS provided below, then add and configure the WOODMART WooCommerce Layered Nav to get what you want.
Please add this code to the Theme Settings > Custom CSS > Global:
#WOODMART_Widget_Price_Filter, #WOODMART_Widget_Sorting{ display:none; }
Best Regards
May 25, 2020 at 1:35 pm #197745
olgaonline2020ParticipantOk I am using widget WOODMART WooCommerce Layered Nav now.
I have noticed two issues:
1) I have set query type ‘OR’ for widget WOODMART WooCommerce Layered Nav, but more than one attribute term can be selected. I have cleared browser cache and Generated CSS. Normally ‘OR’ query clears current attribute term and newly selected attribute term is picked only. Correct?
2) Within the widget area, when I click ‘x’ of some attribute terms in the list in order to clear them, they do not clear out.
Thank you
May 25, 2020 at 9:02 pm #197818
Elise NoromitMemberHello,
Please deactivate all the plugins not related to the theme and I will check if it works correctly.
Best Regards
May 25, 2020 at 9:45 pm #197830
olgaonline2020ParticipantHello,
I have deactivated the plugins not related to theme.
Both issues (1) and (2) still occur!May 26, 2020 at 10:11 am #197963
Elise NoromitMemberHello,
Please check how the default Wooocoommerce filters with OR/AND work on the Storefront theme.
Best Regards
May 26, 2020 at 12:03 pm #197996
olgaonline2020ParticipantHi!
(1)
I installed woocommerce’s storefront theme.
I checked how OR/AND functionality works with it and also with woodmart.
OR = leaves all attribute terms of an attribute visible, even if one or more terms are selected.
AND = hides all other attribute terms of an attribute visible, when one term is selected.Strange functionality. I guess I will understand it when I add real products.
(2) I guess this ‘issue’ has to do with the functionality described above.
Thank you!
May 26, 2020 at 9:21 pm #198125
Elise NoromitMemberHello,
OR – if you have selected red and black, and there are two products: one with red and one with black color, you will get both of them.
AND – if you have selected red and black, you will get the product which has both red and black colors.
This cannot be changed by our theme.
Best Regards
-
AuthorPosts
- You must be logged in to create new topics. Login / Register