aandrade Posted March 27, 2016 Share Posted March 27, 2016 I've just recently purchased a Theme (KettyStore) and the TM Mega Menu Module isn't letting me add rows! I'm able to use the simple menu function, but need to use the Mega Menu option and have the bells and whistles. Is there something I have missed or need to select? I've followed the online video tutorial and have read the directions on how to, but the add rows button doesn't seem to go any further once selected. I've contacted the devloper 3 times but haven't heard back from them. I've reset the module also. Does anyone have any suggestions on what this issue may be? Thanks Link to comment Share on other sites More sharing options...
Simonas Invertus Posted March 29, 2016 Share Posted March 29, 2016 If you are using Chrome press F12 to see if there are javascript errors in console. Link to comment Share on other sites More sharing options...
interster Posted April 10, 2016 Share Posted April 10, 2016 Same problem here. It seems to be generating this error: ReferenceError: add_megamenu_column is not defined back.js:300:5 megamenuRowConstruct() back.js:300 megamenuConstructor/<() back.js:154 n.event.dispatch() jquery-1.11.0.min.js:3 n.event.add/r.handle() jquery-1.11.0.min.js:3 Link to comment Share on other sites More sharing options...
natachaC Posted May 3, 2016 Share Posted May 3, 2016 Hello i am the same bug with Presta 1.6.1.4 and TM Megamenu the javascript file back.js is loaded before jquery !!How i can fix this ?thanks ReferenceError: $ is not defined $(document).ready(function(e) { back.js (ligne 1, col. 1) Link to comment Share on other sites More sharing options...
natachaC Posted May 4, 2016 Share Posted May 4, 2016 speed solution !! override is best in file tmmegamenu.php line 1411 comment addJS //$this->context->controller->addJS($this->_path.'views/js/back.js'); add in file admin/theme/default/template/header.tpl just before the end of head <script type="text/javascript" src="../modules/tmmegamenu/views/js/back.js"></script> </head> 1 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now