Title: dazbot's Replies | WordPress.org

---

# dazbot

  [  ](https://wordpress.org/support/users/dazbot/)

 *   [Profile](https://wordpress.org/support/users/dazbot/)
 *   [Topics Started](https://wordpress.org/support/users/dazbot/topics/)
 *   [Replies Created](https://wordpress.org/support/users/dazbot/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/dazbot/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/dazbot/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/dazbot/engagements/)
 *   [Favorites](https://wordpress.org/support/users/dazbot/favorites/)

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Shortcodes Pro] Shortcodes with Select attribute no longer working with 3.9?](https://wordpress.org/support/topic/shortcodes-with-select-attribute-no-longer-working-with-39/)
 *  [dazbot](https://wordpress.org/support/users/dazbot/)
 * (@dazbot)
 * [12 years ago](https://wordpress.org/support/topic/shortcodes-with-select-attribute-no-longer-working-with-39/#post-4824023)
 * It’s a very simple fix. Version 3.9 of WordPress incorporates a new version of
   TinyMCE. This new version (TinyMCE 4) no longer includes one of the functions
   required by Shortcodes Pro.
 * You simply need to edit the following file:
    `shortcodes-pro/inc/shortcodespro-
   overlay.php`
 * And replace the following line:
    `window.tinyMCE.execInstanceCommand('content','
   mceInsertContent', false, shortcodeContent);`
 * With this:
    `window.tinyMCE.execCommand('mceInsertContent', false, shortcodeContent);`
 * I couldn’t understand why cdoo didn’t just post the solution to this thread. 
   But then I found out he was asking for donations for this very simple fix.

Viewing 1 replies (of 1 total)