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> </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
Please try the steps in this documentation http://www.joomlart.com/documentatio…ns/jm-megamenu
this should help you
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> </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 !!
What else would I need to check ??
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).
Thanks Chavan,
I’ve sent you the FTP details by PM as requested. I am very curious to understand the problem.
Cheers,
Pierre
I help to fix directly on your site, please check again.
I help to fix directly on your site, please check again.
Fantastic, it works. Thank you !!
Now can you please tell me what / where was my problem ??
Great to hear that.
Maybe when you create store view, it has problem. I re-create store view and menu group, then it works fine.