Okay
  Public Ticket #2859240
Store filters
Closed

Comments

  • demonawake started the conversation

    Hello there

    You can help me by telling me how I do so that my filters are hidden or shown individually as it appears in this demo (https://hn.arrowpress.net/lusion/product-category/fashion/clothing/clothes-men/) since on my page when I show a filter all are displayed (except the price, I don't know why)

    4176463647.png


    I look forward to your help

    Thanks

  •  608
    WordPress replied

    Hello,

    You can go to Edit Filter -> Choose disabled option

    6011763594.png


  • demonawake replied

    Activate or deactivate the option to hide the filters still does not work correctly.

    I explain:

    If I want to show 1 filter, ALL except the price one are shown.
    If I want to hide 1 filter, ALL less price is hidden.

    I would like the option to hide / show the filters to work individually as it works with the price filter


    Thanks for the help

  •  608
    WordPress replied

    Hello,

    You can check again. I have add custom style css

    .bapf_sfilter .bapf_hascolarr, .bapf_sfilter .bapf_hasdesc {
        pointer-events: none;
    }