• Resolved Bas Schuiling

    (@basszje)


    Hello,

    I’m the developer of MaxButtons. One of our customers brought me to the attention that your plugin is creating a conflict in our button editor section.

    The probleem seems related to the theplus-admin.js script. When it’s active certain jQuery is not available (via the $ shorthand) on our pages.

    The issue is that the script is overwriting the $ with a noConflict around line 372 :
    $ = $.noConflict();

    This might cause issues with other plugins as well.

    My request would be :

    – To remove the issue in upcoming versions

    – Only load plugin javascript on pages where it’s needed / where your plugin has functionality, and not in pages created by other plugin.

    Thanks in advance!

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Plugin creates conflict’ is closed to new replies.