• I am trying to use the TinyMCE Template plugin on a website which use the Bootstrap 3 Shortcode plugin. When I have both plugins enabled, clicking on the “Insert Template” button above the editor results in a grayed out screen but no pop-up content. Disabling the Bootstrap 3 Shortcode plugin fixes the issue but breaks my site as I use the BS3 shortcodes extensively. Is there any chance you could see what is causing the conflict? I am not seeing any errors when I check out the editor using Firebug.

    Thanks for your time.

Viewing 1 replies (of 1 total)
  • fix is very easy to do also in WordPress admin panel:

    1. go to Plugins->Editor and select TinyMCE Templates in dropdown
    2. in file tinymce-templates.php search for “modal” and replace it with “tinymce-templates-modal” and save file changes
    3. in css file tinymce-templates.css also search for all occucences of “modal” and replace it with “tinymce-templates-modal” and save file changes
    4. in css file tinymce-templates.less also search for all occucences of “modal” and replace it with “tinymce-templates-modal” and save file changes
Viewing 1 replies (of 1 total)
  • The topic ‘Bootstrap 3 Plugin Conflict’ is closed to new replies.