• mickykkp

    (@mickykkp)


    Hi,

    Thanks for this plugin. It works good except one thing. On my shop page, every select (drop-down) filter is showing two times. one is showing with search text in which you can select anything by typing text in textbox and other one is showing without search option but you can select through mouse only. Strange thing is when I am selecting any value from filter, then one dropdown disappear. How I can keep the dropdown having search by text feature? Thanks in advance.

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter mickykkp

    (@mickykkp)

    Plugin Support Giuseppe Madaudo

    (@askmagic)

    Hi there,

    could you please share with us the link of the website where you have the issue?

    Thread Starter mickykkp

    (@mickykkp)

    Hi ,

    Website page link is given below : https://p95.f0e.myftpupload.com/shop-products/

    Thankd for your help

    Facundo A.

    (@aranofacundo)

    Hi there,

    Thanks for the link. I checked the site, and it seems the theme is the one adding the select2 field with search box to the dropdown filter of our plugin.

    To solve the issue, you will need to add the following CSS code in Appearance > Customize > Additional CSS:

    .yith-wcan-filters .filter-content > .select2 {
      display: none !important;
    }

    Let us know if this helped you.

    Thread Starter mickykkp

    (@mickykkp)

    Hi there,

    Thanks for your message. I have tried this before but then I can not search by typing text and if I am pressing any word from keyboard it does not make any changes to dropdown selection.

    Thanks

    Facundo A.

    (@aranofacundo)

    Hi there,

    Like I mentioned before, the search box isn’t a feature of our plugin but from your theme.

    Since the plugin doesn’t support this field, you should instead hide it.

    Let us know if you need more help.

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘two dropdowns showing for one filter’ is closed to new replies.