Menu Items won’t drag — code errors
-
Hi,
I’m trying to drag my menu items but it won’t work. The cursor just selects page content, doesn’t grab onto the menu items.I can see in the debug console that there are errors on the page. Unfortunately, I don’t have permission to get to the files to try SCRIPT_DEBUG. ??
It’s happening in both Chrome and MS Edge. Same errors in console.
Here are the errors:
jquery.min.js?ver-3.5.1:2
Uncaught TypeError: this._addClass is not a function
at $.<computed>.<computed>._create (sortable.min.js?ver=1.12.1:9)
at $.<computed>.<computed>._create (jquery-ui.js?ver=5.6:406)
at $.<computed>.<computed>._createWidget (jquery-ui.js?ver=5.6:565)
at new $.<computed>.<computed> (jquery-ui.js?ver=5.6:367)
at HTMLUListElement.<anonymous> (jquery-ui.js?ver=5.6:512)
at Function.each (jquery.min.js?ver=3.5.1:2)
at s.fn.init.each (jquery.min.js?ver=3.5.1:2)
at s.fn.init.$.fn.<computed> [as sortable] (jquery-ui.js?ver=5.6:507)
at Object.initSortables (nav-menu.min.js?ver=5.6:2)
at Object.init (nav-menu.min.js?ver=5.6:2)
3public-api.wordpress.com/:6There are also a bunch of warnings:
nav-menus.php:1 [DOM] Found 12 elements with non-unique id #pum-menu-editor-nonce: (More info: https://goo.gl/9p2vKqjquery.min.js?ver=3.5.1:2 jQuery.Deferred exception: this._addClass is not a function TypeError: this._addClass is not a function
The site is at WordPress v. 5.6
I’m also getting a message, BTW, that PHP needs to be upgraded. That wouldn’t be it, would it?
I appreciate any insight into what might be causing this! Thanks in advance!
- The topic ‘Menu Items won’t drag — code errors’ is closed to new replies.