No matter what I do, I cannot get the menu to show where it should on my site.
I have Jquery update turned on and set to 1.8.
I have the superfish module installed.
I am utilizing the "main menu" menu that comes already created in Drupal, not a custom created menu.
I have the main menu turned on inside the theme's settings page (see screenshot)
I have plenty of menu items turned on at admin/structure/menu/manage/main-menu (see screenshot)
This is all that shows in the source for the page:
<div class="col-sm-6 mainmenu">
<div class="mobilenavi"></div>
<nav id="navigation" role="navigation">
<div id="main-menu">
</div>
</nav>
</div>
</div>
As you can see, no menu items are rendered.
So what am I missing in order to get this working?
Comments
Comment #2
jsimonis commentedComment #3
nilesh.addweb commentedCan you please make sure that you have not made any changes in page.tpl.php for menu printing? Also, if you want to print superfish menu on page, you need to add superfish block.
Comment #4
jsimonis commentedWhen I was using this theme, it was without any changes at all to the template.
And the menu in the template is not in a region where I can add a block - it just says to render the menu. I have the menu turned on, but nothing. I finally gave up and moved to another theme.