Home / Forums / WoodMart support forum / Disabled Swatches in filters?
Home › Forums › WoodMart support forum › Disabled Swatches in filters?
Disabled Swatches in filters?
- This topic has 9 replies, 2 voices, and was last updated 1 month, 3 weeks ago by
Aizaz Imtiaz Awan.
-
AuthorPosts
-
May 7, 2026 at 10:33 am #717821
viniParticipantHi!
is it possible to disable swatches in filtres? we don’t have logo in all producers, and when swatches is added we lost alphabet sorting. I can display “none” but it’s not solve problem with sorting. Is any way to fix this?May 7, 2026 at 1:22 pm #717847Hello,
Could you please elaborate on your concern more with some useful screenshots so that we can better understand and reproduce this on your site and assist you accordingly with what you actually want?
Best Regards
May 7, 2026 at 1:41 pm #717848
viniParticipantOk.
1. Problem: we don’t want use swatches… but there is no option to hide / remove them? “don’t show swatches”? (on screen)
2. Sort By: i was thinking it’s A-Z but on scree i see it’s not. Can i set this?3. Another question, on widget panel we see error:
The “woodmart-woocommerce-layered-nav” block displays errors and doesn’t work properly. For more information, please see the developer tools.I’m not sure this is something to fix?
Attachments:
You must be logged in to view attached files.May 7, 2026 at 3:17 pm #717866Hello,
01. Navigate to Products > Attributes > Brands > Configure terms/settings
and disable the image/swatch type for that attribute, and enable the text swatch.
02. You can adjust the order of the attributes via Products > Attributes > Configure terms >> drag each attribute in the appropriate order. https://ibb.co/20zcS7K3
03. Please install this plugin https://wordpress.org/plugins/classic-widgets/, then you will see widgets and your issue will be solved.
Best Regards
May 7, 2026 at 4:10 pm #717876
viniParticipantHi!
1. I attach screen for Brand. But i don’t see option Disabled? only this what i have already “checked”.
I go to this producer and set text swatch, and it’s start sorting correct.2. But i don’t know how to hide Swatch in “Filters”?
3. All works fine now, but i just don’t know this error “do something” 😉 I tried to don’t install too much plugins.
Attachments:
You must be logged in to view attached files.May 8, 2026 at 9:30 am #717914Hello,
01. Could you please elaborate on your concern more with some useful screenshots so that we can better understand and reproduce this on your site and assist you accordingly with what you actually want?
02. To hide image swatch in filter only, Try to add this custom css code in Theme Settings > Custom CSS.
.wd-swatches-filter .wd-swatch-bg { display: none !important; }03. This looks like a WordPress core issue with the new block-based Widgets screen, not related to WoodMart. As a temporary fix, please install and activate the Classic Widgets plugin:
https://wordpress.org/plugins/classic-widgets/This will restore the legacy widgets interface and should remove those block errors.
Best Regards
May 12, 2026 at 2:22 pm #718271
viniParticipantHi,
2. If i set just display none. I achieve (screen display none).If i change here
.wd-swatches-filter.wd-swatches-brands.wd-size-small {
–wd-swatch-w: 0px;
}I still have problem like on swatch2.
Attachments:
You must be logged in to view attached files.May 13, 2026 at 9:04 am #718326Hello,
Please try this CSS instead in Theme Settings > Custom CSS and check how it works.
.wd-swatches-filter .wd-swatch { display: none !important; } .wd-swatches-filter .wd-filter-lable { margin-inline-start: 0 !important; }Best Regards
May 13, 2026 at 10:40 am #718343
viniParticipantWorks great! Maybe it’s good idea in future add possibility to disable it direct in filter settings.
May 13, 2026 at 2:52 pm #718383Hello,
If you want this direct option without css, you can create a feature request here – https://woodmart.userjot.com/ so our developers can take it into account.
Best Regards
-
AuthorPosts
- You must be logged in to create new topics. Login / Register