• Resolved hrottmann

    (@hrottmann)


    As soon as I activate the TeachPress plugin the visiual wordpress editor does not start up anymore.
    We are usin:
    WP: 4.1.26
    TeachPress: 6.2.5

    When deactivating the TeachPress Plugin things work normally again.

    Any ideas what could be causing this?

    Many thanks,
    Helge

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author winkm89

    (@winkm89)

    I think it’s an issue with the tinyMCE 4 add-on from teachPress. It’s working with later WordPress versions ( like 5.2 with classic editor plugin), but not with 4.1.

    You can deactivate it manually:
    There is a function called tp_add_tinymce_button() in the file teachpress.php.
    Change the last 2 lines in this function from:

    add_filter('mce_buttons', 'tp_register_tinymce_buttons');
    add_filter('mce_external_plugins', 'tp_register_tinymce_js');
    

    to

    
    //add_filter('mce_buttons', 'tp_register_tinymce_buttons');
    //add_filter('mce_external_plugins', 'tp_register_tinymce_js');
    
    Thread Starter hrottmann

    (@hrottmann)

    That has worked!
    Thanks for the info

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Visual Editor disappearing’ is closed to new replies.