Skip Navigation

[Resolved] Search dropdown disappears after search

This support ticket is created 4 years, 10 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Karachi (GMT+05:00)

This topic contains 1 replies, has 2 voices.

Last updated by Waqar 4 years, 10 months ago.

Assisted by: Waqar.

Author
Posts
#1815769

Hi i have a problem with my website, when i create a dropdown (select) field for a search bar filter
The select is a custom field for post created before.
So everything in place works but when i click in an item the dropdown it disapear and i dont know what to do

#1815779

Hi,

Your connection seemed quite unstable for the chat, so I've moved the conversation to a support ticket.

During troubleshooting, I noticed that theme's styles are forcing the select dropdown to hide in the search form.

To avoid this, you can include the following code in the View's custom CSS field:


.wpv-filter-form .js-wpv-filter-trigger {
visibility: visible !important;
}

I hope this helps.

regards,
Waqar