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
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
Wow, thank you Waqar! It works!
Is there a way to re-arrange the taxonomies so that they appear in the order that i wish for?
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.
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.
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'.
You're very welcome.
Please feel free to mark this ticket as resolved and start a new one, for each new question or concern.