• Love the plugin, much easier than the other I tried, but I discovered that it causes a conflict with my forum plugin Simple Press

    Simple Press uses \n characters at the end of some html so that it is readable and not all on one line

    They suggested I look for plugin amending wp filters wpautop or wptexturize

    In qoate-scs-script.php

    remove_filter('the_content','wpautop');
    add_filter('the_content','wpautop',99);

    My WP install is built around the Simple Press plugin.. can you recommend a code fix for this problem?

    http://wordpress.org/extend/plugins/qoate-simple-code-snippets/

Viewing 1 replies (of 1 total)
  • Just remove the remove and adding of the filter in qoate-scs-script.php. This causes your code snippets to have a LOT of line breaks but as long as you use soft enters (shift + enter) you shouldn’t notice any difference.

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: Qoate Simple Code Snippets] conflict with simple press forum plugin’ is closed to new replies.