• Resolved ccip

    (@ccip)


    When i am in a category (in my example it’s Armchairs) – the option to untick Armchairs is greyed out. This means if a user wants to untick that option and choose another category they can’t

    All that happens is selecting another option adds to the selection.

    Any idea how i can get the option to untick and then display all the products?

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author themifyme

    (@themifyme)

    Hi,

    This feature was well-requested by other users, because on the active Category page if you uncheck the active category filter option, then it will load all products, to avoid this we must disable the option to uncheck the active Category, so as long as somebody is on the Category 1 the Category 1 is selected and disabled for unchecking on that page, so all additional filters will related to the selected / active Category ( as long as the Logic is set to AND, in case of OR logic it will still show the active Category + the additionally selected filters ).

    Thread Starter ccip

    (@ccip)

    Oh ok

    Is there any custom code we can use to disable this feature?

    It doesn’t work for us as we have customers landing on category pages and with the filter, it’s only top-level so if they select another category (say Sofas) they would then expect to be able to deselect the current category they are on and just see products of their choice without having to scroll through 10 pages of Armchairs as well.

    Plugin Author themifyme

    (@themifyme)

    Hi,

    Yes, it can be disabled ( to be able to uncheck the active Category ) by adding this CSS to wp-admin > Appearance => Customize > Additional CSS:

    .wpf_disabled, .wpf_item input[readonly], .wpf_item input[readonly]+label {
        pointer-events: all !important;
        opacity: 1 !important;
    }

    Please let us know how it works.

    Thanks! @themifyme … I was looking for this too!

    Plugin Author themifyme

    (@themifyme)

    Hi @digiscrap

    I’m happy you found it useful. If you need help with anything else, please open a new topic, so we can help you there.

    Have a good day!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Unable to deselect option in filter’ is closed to new replies.