Skip Navigation

[Resolved] How to hide selection of parent taxonomy when adding new taxonomy

This support ticket is created 8 years 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 – 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/Hong_Kong (GMT+08:00)

This topic contains 2 replies, has 2 voices.

Last updated by Ferdinand 8 years ago.

Assisted by: Luo Yang.

Author
Posts
#389621
hide taxonomy parent choice.png

I am trying to: Hide the select taxonomy parent field in a CRED form when adding a new taxonomy,

I visited this URL: Support Forum, multiple google searches

I expected to see: How to hide the select taxonomy parent in a CRED form

Instead, I got: Different things about filling in the parent, etc...

#389870

Dear Ferdinand,

I assume we are talking about a custom Hierarchical taxonomy, that's a build-in feature of wordpress, if still need hide it, please try with some custom CSS codes, for example, edit your CRED form, in section "CSS", add below codes:

select.js-taxonomy-parent{
  display:none!important;
}
#389933

Thank you very much! This is exactly it!

This ticket is now closed. If you're a WPML client and need related help, please open a new support ticket.