Tell us what you are trying to do?
Hello my view loop works fine expect that I can't get spaces inside my conditionals. I tried a space as normal, and   but it always gets lost. Outside of the conditional space works without issues.
[types field="broadcast-author"][wpv-conditional if="( $(wpcf-broadcast-author) ne '' )"]. [/wpv-conditional][/types][wpv-post-title][wpv-conditional if="( $(wpcf-post-title) ne '' )"]. [/wpv-conditional][types field="broadcast-publication-title"][/types][wpv-conditional if="( $(wpcf-broadcast-publication-title) ne '' )"], [/wpv-conditional][types field="broadcast-legacy-date"][wpv-conditional if="( $(wpcf-broadcast-legacy-date) ne '' )"]. [/wpv-conditional][/types][types field='broadcast-date' style='text' format='F j, Y'][/types][wpv-conditional if="( $(wpcf-broadcast-date) ne '' )"]. [/wpv-conditional] [shorturl append="/..." prepend="" target="_blank"]
[wpv-post-body view_template="None"]
My issue is resolved now. Thank you!
Sorry a shortcode was open that caused the issue.