Skip Navigation

[Resolved] Conditional Fields based on Taxonomy not showing anything

This support ticket is created 4 years, 11 months 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.

No supporters are available to work today on Toolset forum. Feel free to create tickets and we will handle it as soon as we are online. Thank you for your understanding.

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)

This topic contains 2 replies, has 2 voices.

Last updated by MargeP6083 4 years, 11 months ago.

Assisted by: Minesh.

Author
Posts
#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: hidden 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

Languages: English (English )

Timezone: 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: hidden link

#1415285

Works great!

My issue is resolved now. Thank you!