Theme Author
heatmap
(@stuartwider)
Just assign the menu to the secondary menu bar
through appearance > menus
and edit header.php if you want to eliminate a menu bar.
There’s a tick box for removing each menu bar in the pro version.
Hi heatmap I am having a similar problem with a site for a client. They switched from another theme to Heatmap Adaptive (free) and when they did that all of the categories appeared as a menu below the header. I can’t find any tick box as you mention above (probably because it’s the free version) but how did they get there in the first place? How do I eliminate them? I use your theme on other and have never seen this before and can’t figure out how to fix it.
One more thing heatmap – here is the code that it shows:
<div id=”heatmapthemead-secondary-menu” class=”heatmapthemead-menu”>
<nav role=”navigation” class=”site-navigation secondary-navigation”>
<p class=”secondary-small-nav-text”>
But I can’t locate anywhere to control the secondary navigation. Help.
Thread Starter
Rachel
(@xxrayray)
I didn’t see Heatmap’s post so I went into header.php and switched:
add_action('heatmapthemead_header_hook', 'heatmapthemead_primary_menu');
add_action('heatmapthemead_header_hook', 'heatmapthemead_secondary_menu');
to
add_action('heatmapthemead_header_hook', 'heatmapthemead_secondary_menu');
add_action('heatmapthemead_header_hook', 'heatmapthemead_primary_menu');
It worked.
Hello,
I have deleted primary menu. And added pages and categories in secondary menu. But it’s not showing the sub menu item under sub-menu.
for example –
‘Duas & Wazaif’-main menu item [visible after hover]
‘Worldly Problems’-sub-menu item[visible after hover]
‘Homely Issues’-sub-sub menu [visible after hover]
???-sub-sub-sub menu [not visible after hover]. There are 4-5 items here but it’s not showing.
Please refer to this link- http://yaallah.in/ go to Duas & Wazaif>Worldly Problems>Homely Issues>
Please let me know how to resolve this.
Quick answers would be highly appreciated.
Thanks