Home Forums WoodMart support forum Disabled Swatches in filters?

Disabled Swatches in filters?

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #717821

    vini
    Participant

    Hi!
    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?

    #717847

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    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

    #717848

    vini
    Participant

    Ok.
    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.
    #717866

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    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

    #717876

    vini
    Participant

    Hi!
    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.
    #717914

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    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

    #718271

    vini
    Participant

    Hi,
    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.
    #718326

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    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

    #718343

    vini
    Participant

    Works great! Maybe it’s good idea in future add possibility to disable it direct in filter settings.

    #718383

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    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

Viewing 10 posts - 1 through 10 (of 10 total)