In Blocks, the Main menu is in the "disabled" section here: admin/structure/block (ZURB Foundation's tab)
In Appearance, the Main menu is Unchecked here: admin/appearance/settings/zurb_foundation AND Also here: admin/appearance/settings

Even after I deleted all the "Main Menu" links, they gray bar of a menu still persists.
Localhost. I have flushed all caches. The theme registry is being rebuilt every time. I am using Safari with caching disabled and empty.
The Main menu does not appear in the default Bartik theme.

Apologies if I'm missing something obvious. Am I missing another admin tool to turn off the menu?

CommentFileSizeAuthor
Screen Shot 2013-05-06 at 12.19.59 PM.png145.71 KBfirelf15

Comments

Linc’s picture

I am having the same issue. Switching to another theme removed menus.

kevinquillen’s picture

I believe in template.php and in page.tpl.php the Main Menu is being output because no other menu is set in the Navigation region.

firelf15’s picture

Is that working as intended then? e.g. Maybe the Bartik theme is generating a an invisible empty menu?

kevinquillen’s picture

It's totally dependent on what the theme does in template.php. The provided variable (usually it is $primary_links) is generated and fed to page.tpl or any template the developer wishes to display it in.

If you still have alpha1, it would be page.tpl.php - look for where the main navigation is put in the template. I am almost certain it displays primary links by default if no block is passed to the region - and you can find that in includes/menu.inc of the theme I believe.

kevinquillen’s picture

Status: Active » Closed (works as designed)

In your starter template.php, you can unset $main_menu_links and remove any menu from that region in the block admin to totally disable it.