I am trying to move main navigation on Header second region but it just disappear. Is it only visible at navbar region ?

Comments

Liakoni created an issue. See original summary.

Jeff Burnz’s picture

Category: Support request » Bug report

It will be there, the toggle icon is white and blending in with the background, I'll take a look, sounds like a CSS bug.

The responsive main menu can go in any region.

Liakoni’s picture

It's not only the responsive menu that disappears in a region other than navbar but the default menu also.
And how can i change the region of the responsive menu? Doesn't follow the region of the default menu?

Jeff Burnz’s picture

Do you mean the "default state" of the responsive menu? Have you made any CSS changes? What regions do you mean?

To change the region of the responsive menu use the block system, just move it.

To change WHICH menu is responsive use your theme settings, under Extensions look for Responsive Menus - there is a select list for choosing which menu you want to be responsive.

Liakoni’s picture

I am trying to move the "Main Navigation" menu on header second but it disappears. It only showing in Navbar region. I don't mean only responsive menu but the default state too.
I don't have change the css.

Liakoni’s picture

So, after a few tests i noticed that off-canvas menu doesn't appear because of the same background.
But the overlay toggle is positioned bottom right. Is there a possibility to move it to header second ?
I want to use the overlay style as a default state.

Jeff Burnz’s picture

OK, let me look into this a bit more.

It's possible to move the toggle with CSS, I can write something and post it here.

  • Jeff Burnz committed 83b6c8a on 8.x-1.x
    Issue #2721169: Main navigation region
    
    Add a background color to the...
Jeff Burnz’s picture

Status: Active » Fixed

I have added a background color to the responsive menu toggle, this will use the text color as the background and always highlight the button in any region.

I can't comment on an invisible menu at this stage, I'd really need to see your theme (attach as zip) to debug that, it's not something I get on a default install.

Status: Fixed » Closed (fixed)

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

Liakoni’s picture

Was there any change with the overlay button to move to up-right (now it is down-right)?

Jeff Burnz’s picture

I'm thinking about how to do it, e.g. how we can have the option to move the button top, bottom, left, right etc.