Sauter la navigation

[Résolu] conditional date not working

This support ticket is created Il y a 5 années et 5 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.

Ce sujet contient 1 réponse, a 1 voix.

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

Auteur
Publications
#1406675

hey,
I have this conditional to display a view if the date set in the custom field is greater than today, and if the date has passed - hide the elements:

[wpv-conditional if="( $(wpcf-final-date) gt ('TODAY()') )"]
sale still on
[/wpv-conditional]
[wpv-conditional if="( $(wpcf-final-date) lte ('TODAY()') )"]
sale closed
[/wpv-conditional]

But it isn't working. Is there something I'm doing wrong?
thanks!

#1406697

My issue is resolved now. Thank you!