I am trying to: Trying to use the Fields and Text block
Link to a page where the issue can be seen: hidden link, look under description and transcript tabs.
I expected to see: I expect to see the body and transcript
Instead, I got: the shortcodes
Note this was working, first [types field='transcript'][/types] stopped working and while editing to see if I could figure it out [wpv-post-body view_template="None"] stopped working.
The following is the contents of a fields and text block (html mode) in a reusable block which is used by 3 content type templates.
<ul class="nav nav-pills mb-3" role="tablist">
[wpv-conditional if="( NOT(has_post_type('heart-beats')) )"]
<li class="nav-item">Description
[/wpv-conditional]
[wpv-conditional if="( NOT(empty($(wpcf-transcript))) )"]
<li class="nav-item">Transcript
[/wpv-conditional]
[wpv-view name="things-to-do-tab"]
[wpv-view name="references-tab"]
[wpv-view name="credits-tab"]
I'm not seeing any issues displaying fields via shortcodes inside conditional statements inside a Fields and Text block in HTML mode on my own test site.
Could I take a look at your site and I may be able to spot what's going on.
I will mark your next reply as private so that I can get log-in credentials from you—you may want to create a temporary admin user for me to use that you can later delete. And be sure to have a current backup of your site.