Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author AntoineH

    (@antoineh)

    That is correct. I also noticed it last night. The plugin is not compatible with WP3.9 on that part.

    Solution is simple though and will be part of the v2.4.0 release. If you can’t wait, then open /assets/admin/admin.min.js in the plugin directory in a texteditor, search for the text

    window.tinyMCE.execInstanceCommand("content","mceInsertContent",!1,e)

    and change it to:

    window.tinyMCE.execCommand("mceInsertContent",!1,e)

    Clear your browser cache after the change to be sure you have the correct js loaded.

    If this doesn’t work, please let me know.

    do we know how long before the release I have over 15 clients running WP and this is a major issue

    sorry this wasn’t for this plugin… I am having this issue with all plug-ins at this time

    Thread Starter the0bone

    (@the0bone)

    working again with the new version!
    Thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Shortcodes insert not working with Version 3.9 "Smith"’ is closed to new replies.