Hello,
I have custom fields assigned to pages with a certain template. So far Gutenburg seems to work fine but I have noticed it is not working with any custom fields assign to pages. When I update custom fields for custom post types it works fine but not with pages. Is there a version I am supposed to be using? I cannot find the beta 2.3 b3 anywhere as listed in the documentation.
UPDATE: Any custom field that uses the "Visual Editor" field does not save. All others save.
Hi, you should be using the latest stable Toolset plugins and the latest stable Gutenberg plugin:
Types 3.0.7
Views 2.6.3
Toolset WooCommerce Views 2.7.7
Gutenberg 3.6.2
I'm able to replicate this issue myself with any post type, so I think we have a glitch in the Gutenberg integration. The text tab seems to have some issues as well, especially when more than one WYSIWYG field is on the page. I will escalate this to my 2nd tier support team for further investigation and let you know what I find out.
Okay it looks like our team is aware of the compatibility issue between Gutenberg and WYSIWYG custom fields, and we have an internal ticket in place to solve this problem. I will continue to update this ticket as I receive more information. Thanks for the early testing report!
Our developers have let me know this issue will be resolved in the next release of the Types plugin. I'll keep you posted here as I receive more information.
Hi, Types 3.1 is now available for download on our site and will soon be available for automatic update. Please update to Types 3.1 and let me know if you continue to experience this Gutenberg compatibility problem.
So I am using version 3.1.2 and the WYSIWYG field is still not showing in my PHP template using
<?php echo types_render_field('services-text'); ?>