Navigation überspringen

[Gelöst] Conditional Fields based on Taxonomy not showing anything

This support ticket is created vor 5 Jahren, 1 Monat. 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)

Dieses Thema enthält 2 Antworten, hat 2 Stimmen.

Zuletzt aktualisiert von MargeP6083 vor 5 Jahren, 1 Monat.

Assistiert von: Minesh.

Author
Artikel
#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: versteckter Link

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

Sprachen: Englisch (English )

Zeitzone: 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: versteckter Link

#1415285

Works great!

My issue is resolved now. Thank you!