Not able to display JM Megamenu

I can’t seem to be able to display the Megamenu.

I double checked the xml files, the html files, checked the DB, and anything I could think of, but of course not everything otherwise it would work !!

I’m looking for clues I guess !?

My greatest issue at the moment is that I still don’t understand where/how the megamenu "injects" it’s code on the page (or doesn’t)…

The only thing I’m getting is:

Code:

<div id="ja-mainnav" class="has-toggle">
	<div class="btn-toggle menu-toggle" data-target="#jm-megamenu ul.level0" >
		<span>&nbsp;</span><strong>Menu</strong>
	</div>
	<div class="inner-toggle clearfix" id="ja-mainnav-inner">
		<span class="arrow"></span>
	</div>
</div>

And a link to the CSS (…..jmmegamenu/css/jmmegamenu.css), no JS or anything I can see…

Cheers anyone

8 answers

Profile photo of Pierre Christen 0.00 $tone April 11, 2014
Public

Thanks Chavan,

I have read that documentation, from top to bottom, and from every other angle possible many times before posting my request…
Unfortunately, the documentation is rather simplistic. There are no details on html blocks to be used if any, etc …

My page.xml contains the following:

Code:

<block type="page/html_topmenu" name="catalog.topnav" template="page/html/topmenu.phtml"/>

My header.phtml contains:

Code:

<div id="ja-mainnav" class="has-toggle">
	<div class="btn-toggle menu-toggle" data-target="#jm-megamenu ul.level0" >
		<span>&nbsp;</span><strong><?php echo $this->__('Menu') ?></strong>
	</div>
	<div class="inner-toggle clearfix" id="ja-mainnav-inner">
		<span class="arrow"></span>
		<?php echo $this->getChildHtml('topMenu') ?>
	</div>
</div>

Oh, and I have menu data in the database. I copied exactly the example many times…
Attachment 35807
Attachment 35808
Attachment 35809

But still no go !!

#2
Profile photo of chavan 100.00 $tone April 11, 2014
Public

Did you clear your Magento cache in cache Management and browser cache, If not do that and check. Even after clearing you did not get that working. send me the ftp details in PM (private message).

#4

Please login or Register to Submit Answer

Written By

Comments