Title: javascript issues &#8211; plugin conflict
Last modified: August 17, 2020

---

# javascript issues – plugin conflict

 *  [pixelmorph](https://wordpress.org/support/users/pixelmorph/)
 * (@pixelmorph)
 * [5 years, 7 months ago](https://wordpress.org/support/topic/javascript-issues-plugin-conflict/)
 * hi – I’ve just updated to WordPress 5.5 but I’m having issues with the javascript
   conflicting with some core WordPress functionality ( cant open my widgets to 
   edit ) I can turn the plugin off for temporary acess but it would be great if
   there was an update ?
    heres the error message from chrome (mac)
 *  Uncaught TypeError: o.widget is not a function
    at menu.min.js?ver=1.11.4:11
   at menu.min.js?ver=1.11.4:11 at menu.min.js?ver=1.11.4:11 (index):1554 Uncaught
   SyntaxError: missing ) after argument list (index):1562 Uncaught ReferenceError:
   wp is not defined at (index):1562 at (index):1563
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fjavascript-issues-plugin-conflict%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  [brit77](https://wordpress.org/support/users/brit77/)
 * (@brit77)
 * [5 years, 5 months ago](https://wordpress.org/support/topic/javascript-issues-plugin-conflict/#post-13531520)
 * I was having the same issue; and additionally, the customizer on the frontend
   wasn’t working (just showed a blank site).
 * I think I’ve found a fix but have only done minimal testing (so far so good!).
   In the jquery.dialog.js file in plugins>the_countdown>js I changed every instance
   of “live” to “on” inside _(function($) { totalDialog = {_ at line 7, like so:
   `
   $('ul.nav-tabs li').live("click", function(){` to `$('ul.nav-tabs li').on("click",
   function(){`
 * Hope this works for you too!

Viewing 1 replies (of 1 total)

The topic ‘javascript issues – plugin conflict’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/the-countdown_c9e0bf.svg)
 * [The Countdown - Block Countdown Timer](https://wordpress.org/plugins/the-countdown/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/the-countdown/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/the-countdown/)
 * [Active Topics](https://wordpress.org/support/plugin/the-countdown/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/the-countdown/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/the-countdown/reviews/)

## Tags

 * [conflict](https://wordpress.org/support/topic-tag/conflict/)
 * [java](https://wordpress.org/support/topic-tag/java/)
 * [troubleshoot](https://wordpress.org/support/topic-tag/troubleshoot/)

 * 1 reply
 * 2 participants
 * Last reply from: [brit77](https://wordpress.org/support/users/brit77/)
 * Last activity: [5 years, 5 months ago](https://wordpress.org/support/topic/javascript-issues-plugin-conflict/#post-13531520)
 * Status: not resolved