Saltar navegación

[Resuelto] Conditional Fields based on Taxonomy not showing anything

This support ticket is created hace 5 años. 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)

Este tema contiene 2 respuestas, tiene 2 mensajes.

Última actualización por MargeP6083 hace 5 años.

Asistido por: Minesh.

Autor
Mensajes
#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: enlace oculto

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

Idiomas: Inglés (English )

Zona horaria: 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: enlace oculto

#1415285

Works great!

My issue is resolved now. Thank you!