I can't show the Main Menu neither on IE nor on Firefox! It shows correctly on other themes! I reviewed all the settings, disabled showing the main menu and enabled it again with no luck!! is there something specific that I need to do to show the Main Menu?
Regards,
Malik
Comments
Comment #1
jarek foksa commentedGo to
/admin/structure/menu/settingsand make sure that "Main menu" is set as "Source for the Main links", then go to/admin/structure/menuand check whether there are any links assigned to that menu.Please reopen this issue if this does not solve the problem.
Comment #2
alarfaj commentedThe main menu was indeed assigned to the Main links. However, when I clicked save configuration, it appeared..
Thank you Jarek, that solved it.
Comment #4
silicarich commentedI had this exact problem, though my links were assigned and "Main Menu" was set as "Source for the Main links", but it turns out that I didn't have it enabled anywhere in /admin/structure/block
Hope this helps anyone in the future :)
Comment #5
zam_zimbo commentedIf you are on drupal 7 this worked for me.
In your htaccess file find the section below
# Modify the RewriteBase if you are using Drupal in a subdirectory or in a
# VirtualDocumentRoot and the rewrite rules are not working properly.
# For example if your site is at http://example.com/drupal uncomment and
# modify the following line:
# RewriteBase / drupal
The solution that worked for me was to remove the # and drupal after the / from the last line above see example below:
Rewritedbase /
This resolved the issue. Tested in chrome, IE and FF