Jump to content

TM Mega Menu Module not adding rows


Recommended Posts

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

 

post-866025-0-15127900-1459066527_thumb.jpg

Link to comment
Share on other sites

  • 2 weeks later...

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
 

post-1233170-0-29227500-1460308894_thumb.png

Link to comment
Share on other sites

  • 4 weeks later...

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

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>
  • Like 1
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...