Your question has been submitted and is awaiting moderation.
Thank you for reporting this content, moderators have been notified of your submission.
Hi all,After upgrading to 7.01 my menu drop downs fail to work. Inquired about this sometime ago but I have not had time to follow up on this to any extent.From memory it has some to do with the version of .js.This is the error I get when I inspect the element with developer tools.Uncaught TypeError: Object function ( selector, context ) { // The jQuery object is actually just the init constructor 'enhanced' return new jQuery.fn.init( selector, context, rootjQuery ); } has no method 'curCSS' DNNMenu.min.js:1DDR.Menu.getCSS DNNMenu.min.js:1a.fn.extend.getTop DNNMenu.min.js:1a.fn.extend.getBottom DNNMenu.min.js:1DDR.Menu.Providers.BaseRenderer.positionMenu DNNMenu.min.js:1e.showMenu DNNMenu.min.js:1(anonymous function) DNNMenu.min.js:1jQuery.extend.each jquery.js?cdv=109:648jQuery.fn.jQuery.each jquery.js?cdv=109:270(anonymous function) DNNMenu.min.js:1jQuery.event.special.(anonymous function).handle jquery.js?cdv=109:3431jQuery.event.dispatch jquery.js?cdv=109:3074elemData.handlefrom the dnnmenu.min.js file.
I am using a custom skin which was working fine until the the upgrade.
Fortunately I have not upgraded my production sites at this stage however I would like to resolve on my development site so I can go forward with the upgrades.I have tried using the hosted .js but it makes no difference. Also if I use the default Darknight skin the menu drop downs work fine.I have added these to the skin file:Namespace="DotNetNuke.Web.DDRMenu.TemplateEngine" Assembly="DotNetNuke.Web.DDRMenu"TagName="MENU" src="~/DesktopModules/DDRMenu/Menu.ascx"Any help would be greatly appreciated.Thanks in anticipationTrevor