JM mega menu not working. V1.2.4 on your demo site

I recently upgraded the megamenu module, and now the offscreen canvas is not working. Please take a look at your demo site.

http://jm-hawkstore.demo.joomlart.com/

Please fix this ASAP.

5 answers

Profile photo of Seoki Lee 1510.00 $tone March 24, 2014
Public

On JM hawkstore, off-canvas doesn’t work due to a JS bug from our theme, not Mega menu.

To get this fixed, please open the file ..\skin\frontend\default\jm_hawkstore\js\jm.script .js:

At line 126, replace this code:

Code:

jQuery(".btn-toggle").live("click",function () {

With:

Code:

jQuery("#ja-quickaccess .btn-toggle,#ja-search .btn-toggle,#ja-mycart .btn-toggle").on("click",function () {

Let me know how it goes.

#4

This question is now closed

Written By

Comments