Hi
Tested Samara out on my dev website, I can't seem to get the Main Menu and or secodary menu to display. I am using ie9, tried to use compatibilty mode as well.
Can someone confirm that the menus work as per the screenshot ?
thanks
| Comment | File | Size | Author |
|---|---|---|---|
| #7 | no-menu-1059618.patch | 500 bytes | bhosmer |
Comments
Comment #1
chi commentedDoes the menu not appear only in ie9 ?
Comment #2
JoshOrndorff commentedI also cannot get the menus to display using firefox 4.0 or Chromium 11. I am testing on a site that was upgraded from drupal 6.20. I tried running cron and clearing all caches.
-Josh
Comment #3
aathewise commentedThe menu links are pulled from the 'Main menu' menu.
Are you putting your links there?
Comment #4
bhosmer commentedI've got this same issue. I have items in the main menu, but the main menu does not appear. If I activate the block it appears, but it isn't styled properly obviously.
I don't see a $main_menu in the page.tpl.php
Comment #5
bhosmer commentedI've got this same issue. I have items in the main menu, but the main menu does not appear. If I activate the block it appears, but it isn't styled properly obviously.
I don't see a $main_menu in the page.tpl.php
Comment #6
bhosmer commentedAdding this
if ($navigation):print $navigation;if ($main_menu):print theme('links__system_main_menu');endif;to page.tpl.php creates the menu.
?>
I'll work on a patch
Comment #7
bhosmer commentedComment #8
chi commentedThanks and sorry for my belated reply.