I am trying to hide a field label when there is no data in the respective field
Link to a page where the issue can be seen: hidden link
I expected to see: On this page, the label "Implications et reconnaissance" should be invisible as nothing is in this CPT field
There is already a conditional string for the "Télécharger le Curriculum Vitæ de René Bégin" field just underneath the picture. This conditonal string is working when there is nothing in this field.
Here's the code I have used for the "Télécharger ..." field :
[wpv-conditional if="( $(wpcf-c-v) ne '' )"]
... html...
[/wpv-conditional]
I have tried the same code for the "Implications ..." field, changing the name of the field and it's not working.
I did try doing with the GUI and also variants suggested in forums and support threads, Nothing will work.
I'm using this code in a content template called "Modèle pour Équipe" made with Visual Composer.