I am trying to: display text content from a WYSIWYG custom field in a content template using Kadence Blocks
Link to a page where the issue can be seen: hidden link
I expected to see: text content displayed in the description field
Instead, I got: no text content displayed
Loom video of issue: hidden link
Hello,
I have tried these in your website:
1) Edit the content template "Template for Portfolio Single":
hidden link
Just below "Story", add a Toolset Single field block, choose the Custom field "Description", enable option "Do not apply third party filters to the output", see my screenshot third-party-filters.JPG
2) Clear the "WP Rocket" caches, test it in frontend:
hidden link
I can see it works fine, please check it if it is fixed, thanks
More help:
https://toolset.com/documentation/customizing-sites-using-php/functions/#wysiwyg
suppress_filters:
'true' | 'false' (default)
If suppress_filters=’true’, all third party (non WordPress) filters hooked into the_content filter will be removed, when retrieving the WYSIWYG content.
My issue is resolved now. Thank you!