Skip to:
Content
Pages
Categories
Search
Top
Bottom

Minification breaks bbPress Visual Editor

  • @cwdnow

    Participant

    The “js minify” feature of performance plugins such as W3TC breaks the bbpress Visual editor. Which code can I add to the “exclude” list to make it work again? Ie. I’m looking for the bbPress TinyMCE/Visual editor js code to add to that list.

    WP 3.8
    bbPress 2.5.1

Viewing 3 replies - 1 through 3 (of 3 total)
  • @netweb

    Keymaster

    I’m not familiar with exactly what you need but bbPress JavaScript files typically live here:

    /wp-content/plugins/bbpress/templates/default/js for the following 5 files:
    editor.js, forum.js, topic.js, reply.js & user.js

    @jrevillini

    Participant

    @pyoil

    Participant

    In my case autooptimize was breaking both the tinymce visual editor and the tags in the text editor.

    To fix both, exclude the following scripts from your cache plugins:

    js/tinymce, js/backbone.min.js, js/underscore.min.js, js/comment-reply.min.js

    If you use Autooptimize then add the above piece of code here

    Settings > Autooptimize > JavaScript Options > Exclude scripts from Autoptimize:

Viewing 3 replies - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.
Skip to toolbar