Have everything enabled on Drupal 8.1.7 for Zircon 8.x.0.2 as well, and the navigation is not showing on the home page, nor the basic page about that I created. After reading through the documentation I have tried all the trouble shooting for drupal. Not sure where to go from here. Screen grabs attached.

Comments

jkvierra created an issue. See original summary.

jjgw’s picture

Your picture Block_page.png does not show the settings for Main menu.
Are there blocks added to Structure/Block Layout/Main menu?
You should have block "Main navigation" linked to region "Main Menu" over there.

vinoth m’s picture

Category: Bug report » Support request
StatusFileSize
new44.49 KB

Navigation is working fine after enabling Zircon. This issue not because of Zircon. You might add more modules for other functionalities. Because of those modules, only you faced this issue. Please share what are all the modules you added.

sylvainar’s picture

Hey !

I had the same issue, I finally attempted to solve it. Actually, when you just activate the theme, it put all the blocks in the header. You have to go in structure -> Block Layout and drag & drop the "Main navigation" in the "Main menu" area, don't forget to save.

Great theme, but I was really close to just throw it away just because of this "bug". Hope this is gonna be useful for someone.

Kalorlo’s picture

I was having the same problem with 8.x-1.0-rc1 (which https://www.drupal.org/project/zircon still has as the only D8 release, meaning you can't upgrade further from inside Drupal). I had no main menu visible despite putting the main menu in the main menu block (it was in Primary Menu by default). I tried inspecting in Chrome and the only menu-related thing was a three-line toggle element set to be before the site logo that was set to not be toggled. That wasn't visible at all in the inspector and I assume it was supposed to be for mobile only.

I deleted the theme entirely as uninstalling from within the interface wouldn't let me install 8.x-0.2 - it just said I already had Zircon installed, and no updates were found.

I then installed 8.x-0.2 and moved the main menu block from primary menu to main menu, and now it was visible.

vidit.anjaria’s picture

Status: Active » Needs review
StatusFileSize
new360 bytes

navigation block is placed under primary_region but primary region has not been added in the page.html.twig file. I have added it and providing patch for the same. please review.

navneet0693’s picture

Status: Needs review » Reviewed & tested by the community

Simple and straight forward.

  • Gauravmahlawat committed 30d32bc on 8.x-2.x
    Issue #2778595 by vidit.anjaria, jkvierra, Vinoth M: Navigation menu not...
gauravvvv’s picture

Status: Reviewed & tested by the community » Fixed

Thanks for working on this issue.

Status: Fixed » Closed (fixed)

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