I am trying to: save multiple WYSIWYG fields (classic editor) when updating a CPT.
Link to a page where the issue can be seen: See this issue discussion https://toolset.com/errata/content-of-wysiwyg-field-lost-when-updating-posts/
You can see a video recording I made in action here: hidden link
I expected to see: all content saved
Instead, I got: second field (wysiwyg classic editor) is empty
I tried switching to "text" before saving. That does actually work, but it doesn't display in the front-end (view)
I tried to check if views can see the data but with both conditionals below, it evaluated to empty
[wpv-if short-desc="wpcf-date-time-and-location" evaluate="!empty($short-desc)"]field has some values[/wpv-if]
[wpv-conditional if="( $(wpcf-date-time-and-location) ne '' )"]field has some value[/wpv-conditional]
I tried saving as text. This worked. Then I switched to visual (classic editor). The content was being saved as well.
It still doesn't appear on the front-end in the view though. I have tried all of these:
[types field='date-time-and-location'][/types]
[types field='date-time-and-location' output='raw' suppress_filters='true'][/types]
[types field='date-time-and-location' suppress_filters='true'][/types]
Hello and thank you for contacting the Toolset support.
Have you enabled the editor option for the custom post type as suggested in the errata?
If yes, would it be possible to take a copy of your website for further debugging? I'll set your next reply to be private to share credentials for your website safely. ** Make a database backup before sharing credentials. **
I'll log in and take the copy using the Duplicator or the All In One Migration plugin.