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

jarek foksa’s picture

Status: Active » Fixed

Go to /admin/structure/menu/settings and make sure that "Main menu" is set as "Source for the Main links", then go to /admin/structure/menu and check whether there are any links assigned to that menu.

Please reopen this issue if this does not solve the problem.

alarfaj’s picture

The main menu was indeed assigned to the Main links. However, when I clicked save configuration, it appeared..

Thank you Jarek, that solved it.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

silicarich’s picture

Issue summary: View changes

I 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 :)

zam_zimbo’s picture

If 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