Hi.
I have a problem showing a view of repeteable fields with a conditional output.
If the view have posts I want to show that view. If the views haven't post I want to hide it.
The view of repetable fields is [wpv-view name="vista-serveis"] and works fine
This repetable fields have 2 custom fields
wpcf-servei-del-negoci
wpcf-descripcio-servei-negoci
If I insert this conditional it doesn't show anything:
[wpv-conditional if="( $(wpcf-servei-del-negoci) ne '' )"][wpv-view name="vista-serveis"][/wpv-conditional]
The other conditional outputs with custom fields works fine, but not for views of repeteable fields.
Thanks in advanced.
My issue is resolved now. Thank you!