Skip Navigation

[Resolved] Filter design bug

This support ticket is created 2 years, 6 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 – 12:00 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 -
- 13:00 – 18:00 13:00 – 18:00 13:00 – 18:00 14:00 – 18:00 13:00 – 18:00 -

Supporter timezone: America/Jamaica (GMT-05:00)

This topic contains 4 replies, has 2 voices.

Last updated by miroslavI 2 years, 5 months ago.

Assisted by: Shane.

Author
Posts
#2372649
Screenshot3.png
Screenshot2.png
Screenshot1.png

Hello, just wondering if its toolset bug, see attached image. After change value in filtration, dropdowns stick together :-O

#2372801

Shane
Supporter

Languages: English (English )

Timezone: America/Jamaica (GMT-05:00)

Hello,

Thank you for getting in touch.

I don't believe this one is a but but more a css conflict with another plugin/theme.

Can you confirm this by temporarily disabling all your non-toolset plugins and possibly switching to a wordpress default theme and let me know if the problem still persists?

If it does can you provide me with a link to the search page so that I can provide you with some css to resolve this issue ?

Thanks,
Shane

#2379483

Disabling plugins didnt helps. I think is was bug between gutenberg and toolset dropdowns:
hidden link

#2379579

Shane
Supporter

Languages: English (English )

Timezone: America/Jamaica (GMT-05:00)

Hello,

A bug will need to be replicable on fresh install. In this case it wasn't.

I found the issue is that the gap css is being removed when the search is being performed. You can overwrite this by manually setting the gap for it with the css below.

.wp-block-columns{
gap:2em;
}

Please add this css to your views css section and let me know if it helps.
Thanks,
Shane

#2380153

My issue is resolved now. Thank you!