Passer la navigation

[Résolu] Another question I came over

This support ticket is created Il y a 3 years, 7 months. 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 -

Fuseau horaire du supporter : Asia/Hong_Kong (GMT+08:00)

Ce sujet contient 4 réponses, a 2 voix.

Dernière mise à jour par benjaminH-7 Il y a 3 years, 7 months.

Assisté par: Luo Yang.

Auteur
Publications
#2488471

Thanks, I could solve the missing image problem at the user frontend form and I could solve the featured image lightbox.

I think, the author archive I can fix also - I need some time.

Another question I came over: can I limit / select, which categories are selectable at the user post form?

#2488477

Hello,

There isn't such kind of built-in feature within Toolset Forms plugin, you might consider to use custom CSS/JS codes to hide/display those specific terms.

#2488479

OK, is there any kind of example js code?

#2488513

See the same test site:
lien caché

There are three terms in taxonomy "category":
lien caché

In post form:
lien caché
section "CSS editor", you an use below CSS codes to hide the specific term "Term A":

li.tax-term-a {
display: none;
}

See the result here:
lien caché

For your reference.

#2488533

My issue is resolved now. Thank you!