Skip Navigation

[Resolved] Most used terms and term suggestions in Forms

This thread is resolved. Here is a description of the problem and solution.

Problem: I have a term input field in Forms that offers suggestions as the User types. However, the suggestions are hidden behind a button that appears below the input.

Solution: Use custom CSS to ensure the autosuggest dropdown is pushed forward using z-index.

This support ticket is created 5 years, 2 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
8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 - -
13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 - -

Supporter timezone: America/New_York (GMT-04:00)

This topic contains 4 replies, has 2 voices.

Last updated by Daniel Stadeli 5 years, 2 months ago.

Assisted by: Christian Cox.

Author
Posts
#1376315

Thanks Christian, now it works!

But I have another issue: On the upload form I have a field to enter tags, when I start typing I think there are suggestions hidden behind the blue Add Button (Hinzufügen). Is there a way to show these terms?
Also, why are the terms I entered not being shown under the red most used terms? How many times does a term have to be used to be seen here?

#1376321

Try adding this custom CSS to bring the suggestions to the front:

.wpt-suggest-taxonomy-term {
  z-index:10;
}

From what I understand about the WordPress tag cloud, the most used tags from the last 30 days are displayed here. So it's relative, depending on your site's recent content.

#1376417
Post tags on front end form are not being shown. 011.jpg
Toolset suggested terms dropdown hidden - fixed.jpg

Thank you Christian, your CSS code worked. It's greatly appreciated. I uploaded a screenshot before/after so it may help someone else who comes across the same problem in the future.

#1376435

Great, thanks for sharing this.

#1376437

My issue is resolved now. Thank you Christian, very professional!