Sauter la navigation

[Résolu] Conditional Fields based on Taxonomy not showing anything

This support ticket is created Il y a 5 années et 1 mois. 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
- 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10: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/Kolkata (GMT+05:30)

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

Dernière mise à jour par MargeP6083 Il y a 5 années et 1 mois.

Assisté par: Minesh.

Auteur
Publications
#1414071

I am trying to: https://toolset.com/forums/topic/conditional-fields-based-on-taxonomy/

Link to a page where the issue can be seen: lien caché

Using this:
[cred_show_group if="($(rep-view) eq '17' )" mode='fade-slide']
some fields to show
[/cred_show_group]

When selecting the correct Rep View (has-rep) with the id of '17', nothing shows.

#1414229

Minesh
Supporter

Les langues: Anglais (English )

Fuseau horaire: Asia/Kolkata (GMT+05:30)

Hello. Thank you for contacting the Toolset support.

I've changed the cred_show_group conditional statement as given under:

[cred_show_group if="($(rep-view) eq 'I have an Agent/Manager' )" mode='fade-slide']
some fields to show
[/cred_show_group]

Can you please confirm it works at your end: lien caché

#1415285

Works great!

My issue is resolved now. Thank you!