• 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 to see the link]

Viewing 1 replies (of 1 total)
  • 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.