Navigation Menu not working in Admin
-
I just updated a site of mine in development to 3.7.1 and the navigation menu “drag & drop” isn’t working. Every time I try to drag and option, i get a shaded empty box below it that stacks as I move the mouse.
I’ve tried tracking down the issue in Fire bug and get the following error:
TypeError: $.ui.isOverAxis is not a function
The error references line 3566 in jQuery 1.9 which is being called remotely from JQuery’s repository:
var isOverElementHeight = (this.options.axis === 'x') || $.ui.isOverAxis(this.positionAbs.top + this.offset.click.top, item.top, item.height),
The theme is a custom theme with quite a bit of custom jquery functions (almost not plugins in use. The odd thing is that none of the custom jquery has been affected, this issue only happens in the Menus section.
Any ideas?
- The topic ‘Navigation Menu not working in Admin’ is closed to new replies.