Skip Navigation

WYSIWYG fields revert to Visual tab upon updates

Resolved

Topic Tags: Types plugin

Symptoms

If you update a post that includes a Types WYSIWYG field where you were working in the Text tab, after updating the editor will flip to the Visual tab.

Workaround

Fixed in Types 3.4.17

2 thought on WYSIWYG fields revert to Visual tab upon updates

  • For anyone having an issue with this my temporary workaround is to add the following to a styling php function somewhere in your install or child theme’s functions.php file:

    .wp-editor-container textarea.wp-editor-area { visibility: visible !important; }

Comments are closed