Skip Navigation

[Resolved] Display taxonomies in column in form

This support ticket is created 3 years, 8 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.

Our next available supporter will start replying to tickets in about 1.88 hours from now. Thank you for your understanding.

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)

Author
Posts
#1988269

Hi,

I have a lot of taxonomies because we have a lot of different age groups. I need them to be in my post form but right now they are displaying in 1 column and it takes up a loooot of space in the frontend form.

Is there any way to display them in 4 columns in the form in the frontend? I really hope you can help, or maybe have a plugin for it?

Thanks

#1988523

Hi Mai,

Assuming you're referring to the "Alder og Niveau" field in the "Create camp" form, you can include the following custom CSS code in the form's "CSS editor"
( screenshot: hidden link )


ul.wpt-form-set-checkboxes-alder-og-niveau {overflow: hidden; display: block; clear: both;}

ul.wpt-form-set-checkboxes-alder-og-niveau li.checkbox {width: 25%; float: left;}

This will make the list of available checkboxes for the age groups, show in 4 columns.

regards,
Waqar

#1992335

Wow, thank you Waqar! It works!

#1992337

Is there a way to re-arrange the taxonomies so that they appear in the order that i wish for?

#1993131

Thanks for the update and glad that it works.

The taxonomy term options are shown in alphabetical order and I'm afraid, there is no option available to set a custom order for them.

#1995335

ah okay, i just need the U9D to be right after "Alle"and not as the last taxonomy - that is basically the only one who needs to change.

#1995801

The only way I can think of moving the 'U9D' option after the 'Alle' option, is to rename the 'U9D' term's title to 'U-9D'.

#1995843

Thank you Waqar

#1995999

You're very welcome.

Please feel free to mark this ticket as resolved and start a new one, for each new question or concern.