Skip Navigation

[Resolved] Appearence of Parent Selector

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

Problem: Why are some parent selectors formatted like a standard select field while others include a typeahead feature?

Solution: It depends on the number of options displayed in the field. Larger fields offer the typeahead feature.

This support ticket is created 6 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
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 2 replies, has 2 voices.

Last updated by toolset-dave 6 years, 10 months ago.

Assisted by: Christian Cox.

Author
Posts
#602032
parent-select-second.png
parent-select.png

Hi, how to change the appearance of Parent Selector?

I have two CRED forms and each Selector is different, but the code is the same and I don´t know why:

[cred_field field='_wpcf_belongs_zazitek_id' value='' select_text='--- Vyberte ---' class='form-control' output='bootstrap' required='true']

See image paret-select.png
and

[cred_field field='_wpcf_belongs_poskytovatel_id' value='' select_text='--- Vyberte ---' class='form-control' output='bootstrap' required='true']

See image paret-select-second.png

And I want to style the wpcf_belongs_zazitek_id as wpcf_belongs_poskytovatel_id

#602059

Hi, the select field changes automatically depending on the number of options available. I believe 15 or 16 is the minimum number of parent posts required to show the typeahead select field.

#602141

Thank you, Christian, for the information. I couldn´t find how it works.