• Good plugin, and it works great up until 4.2.X.

    Unfortunately after upgrading to 4.3 the “Visual” tab is not accessible anymore. You have to disable the plugin to get the Visual tab mode to work again.

    Please update to support 4.3!

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • I have the same problem here. Can we have a fix ?

    Thread Starter jpm1234

    (@jpm1234)

    I disabled the plugin for now and added the following to my theme’s functions.php:

    //remove auto adding <p> and <br> in text edit mode.
    remove_filter( 'the_content', 'wpautop' );
    remove_filter( 'the_excerpt', 'wpautop' );

    That helped to stop most of the auto formatting aggravation for me..

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Good plugin, worked up till 4.2.X’ is closed to new replies.