• Resolved bbtwest

    (@bbtwest)


    I recently updated to the newest version of CKEditor and the Visual tab is there but the screen image shows only the basic HTML code with no advanced editing features like before.

    Reloaded the new update to make sure and still only see the basic HTML text code and not the WYSIWYG interface. Anyone else had this happen with recent update to CKEditor?

    https://wordpress.org/plugins/ckeditor-for-wordpress/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter bbtwest

    (@bbtwest)

    Found code update in other CKEditor forum from very smart members

    // Deregister editor-expand as it breaks CKEditor integration
    function custom_deregister_editor_expand() {
    wp_deregister_script(‘editor-expand’);
    }
    add_action( ‘admin_init’, ‘custom_deregister_editor_expand’ );

    Paste into your theme function before the final php tag and it returns the editor window

    Plugin Author wiktor

    (@wiktor)

    The compatibility with WordPress 4.0 has been fixed in CKEditor for WordPress 4.4.4.

    We actually used a similar code to deal with the issue.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Visual screen is no longer visible after latest CKEditor update’ is closed to new replies.