• I am the author of Black Studio TinyMCE Widget plugin and I would like to provide compatibility between our plugins. Actually cloning a BSTW widget doesn’t work because of the nature of TinyMCE editor, which does not “like” DOM cloning or drag & drop operations. In order to let it work it is necessary to temporary disable the tinymce instance before cloning, and re-enable it after.
    On your side it would be sufficient to trigger two js events before and after the cloning operation, I could take care of the rest. By the way, for the event triggered after cloning you may use the same event use by WP core when widgets are created (widget-added – take a look at WP widgets.js).

    Thank you.

    https://ww.wp.xz.cn/plugins/oomph-clone-widgets/

Viewing 1 replies (of 1 total)
  • I came here with exactly this issue. Glad to see you’re willing to work with them, I hope they respond!

Viewing 1 replies (of 1 total)

The topic ‘Compatibility with Black Studio TinyMCE Widget’ is closed to new replies.