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

    (@aragato)

    Solved: Conflict with plugin PS Disable Auto Formatting.

    Plugin Author Techspawn

    (@techspawn1)

    @aragato Glad to know you fixed the issue but alternatively you can fix this issue as below.

    This issue is due to WordPress’s auto formatting you can add below code to function.php file of your theme.

    remove_filter( ‘the_content’, ‘wpautop’ );
    remove_filter( ‘the_excerpt’, ‘wpautop’ );

    Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Tinymce conflict, templates not usable’ is closed to new replies.