Off-Canvas menu not showing

if I use a tablet to broswer on my site canvas menu is not showing on all pages. Only on front page is works fine but when I browser to a subpage there is no mobile menu anymore. Also on pages and cms static pages.

12 answers

Profile photo of Sherlock 0.00 $tone February 25, 2014
Public

I have checked and saw a javascript error occurred from the frontend/default/default/js/mgt_lazy_image_loader/common.js file. I have no idea where that file came from, I need to debug directly on your site, please pm me ftp credentials.

#3
Profile photo of Sherlock 0.00 $tone March 10, 2014
Public

I modified the skin/frontend/default/jm_megamall/js/off-canvas.js file by changing:

HTML Code:

 $("#jm-megamenu ul.level0").clone().appendTo($nav);

To

HTML Code:

 if($("#jm-megamenu ul.level0").length > 0){
               $("#jm-megamenu ul.level0").clone().appendTo($nav);
            }else{
               $("#jm-mnutop .jm-megamenu ul").clone().appendTo($nav); 
            }

Please help to check again.

#11

This question is now closed

Written By

Comments