Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Contributor richardgabriel

    (@richardgabriel)

    Thanks for the report, John, we will patch this.

    Thread Starter John Turner

    (@johnnytee)

    no problem, let me know if you need any more info. cheers!

    Plugin Contributor richardgabriel

    (@richardgabriel)

    Hey John –

    Is there a way I can send you a patched file to test? Or, are you willing to edit some lines to let me know if it addresses your issue?

    I see the bug you have, and it happens when jQuery is in noConflict mode (which it is on the wp-admin, by default.) The 3 lines above that, in your screenshot, are there to address this issue – for some reason they don’t appear to work for you.

    I would like to replace them with this:

    (function ($) {
       $(document);
    }(jQuery));

    It should fix your issue.

    If for some reason you have $ mapped to something else and this isn’t a doable option, you can try replacing all the $ signs with jQuery.

    If either way works please let me know!

    Best,
    Richard

    Thread Starter John Turner

    (@johnnytee)

    Yep send it to john at seed prod dot com and I can test it!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Javascript issue breaks other plugins’ is closed to new replies.