Title: Javascript issue breaks other plugins
Last modified: August 22, 2016

---

# Javascript issue breaks other plugins

 *  Resolved [John Turner](https://wordpress.org/support/users/johnnytee/)
 * (@johnnytee)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/javascript-issue-breaks-other-plugins/)
 * You are loading your admin js across all the pages in the WordPress admin and
   your script has an error on it that causes plugin that use the redux framework
   to break. here’s the error:
    [http://goo.gl/1hibyR](http://goo.gl/1hibyR) [http://goo.gl/1pFVwm](http://goo.gl/1pFVwm)
 * thanks
 * [https://wordpress.org/plugins/easy-testimonials/](https://wordpress.org/plugins/easy-testimonials/)

Viewing 4 replies - 1 through 4 (of 4 total)

 *  Plugin Contributor [richardgabriel](https://wordpress.org/support/users/richardgabriel/)
 * (@richardgabriel)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/javascript-issue-breaks-other-plugins/#post-5370071)
 * Thanks for the report, John, we will patch this.
 *  Thread Starter [John Turner](https://wordpress.org/support/users/johnnytee/)
 * (@johnnytee)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/javascript-issue-breaks-other-plugins/#post-5370073)
 * no problem, let me know if you need any more info. cheers!
 *  Plugin Contributor [richardgabriel](https://wordpress.org/support/users/richardgabriel/)
 * (@richardgabriel)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/javascript-issue-breaks-other-plugins/#post-5370081)
 * 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](https://wordpress.org/support/users/johnnytee/)
 * (@johnnytee)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/javascript-issue-breaks-other-plugins/#post-5370132)
 * 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.

 * ![](https://s.w.org/plugins/geopattern-icon/easy-testimonials.svg)
 * [Easy Testimonials](https://wordpress.org/plugins/easy-testimonials/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/easy-testimonials/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/easy-testimonials/)
 * [Active Topics](https://wordpress.org/support/plugin/easy-testimonials/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/easy-testimonials/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/easy-testimonials/reviews/)

 * 4 replies
 * 2 participants
 * Last reply from: [John Turner](https://wordpress.org/support/users/johnnytee/)
 * Last activity: [11 years, 8 months ago](https://wordpress.org/support/topic/javascript-issue-breaks-other-plugins/#post-5370132)
 * Status: resolved