Off-canvas Menu is Empty (and Link Shown Twice) - Question | JoomShaper

Off-canvas Menu is Empty (and Link Shown Twice)

C

clausjepsen

Helix Framework 2 years ago

Please look into this - newer versions of Helix has not fixed it.

I have selected main menu to be displayed in off-canvas menu only. I gives two errors:

  1. "MENU" link is displayed twice
  2. When clicking either of them, the screen blurs, but no menu is shown - making it impossible to nagivate.

Please help as this is the live production site..

1
7 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 2 years ago #38775

I added a single line of custom CSS inside your custom.css - to hide the first menu. Check at the beginning line with display: none.

By now it was all I could do. I have to play on my demo and next week talk with developer.

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 2 years ago #47428

Hoi Jerry,

In your template custom.css I used:

#offcanvas-toggler.offcanvas-toggler-secondary {
    display: none !important;
}

And should be OK now. I hope next update will fix it.

0
Jerry Tonneman
Jerry Tonneman
Accepted Answer
2 years ago #47412

I'm wondering about the same issue:

The hamburger icon is shown twice when I align it to the right. When I align the menu tot the left only one icon is shown.

I have enabled the 'compress css and Javascript files' which resulted in a not working front editor. Therefore I reversed that action.

0
C
clausjepsen
Accepted Answer
2 years ago #38766

Thanks a ton.

As this came out of nowhere with the latest updates, could you explain what you did to fix it? I am working on migrating the site to Joomla4 and see same problem in my sandbox.

/Claus

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 2 years ago #38759

Oh, ok. Fixed.

But clear the browser cache deeply to reload custom.css.

0
C
clausjepsen
Accepted Answer
2 years ago #38755

Hi,

Unfortunately, it is still not solved, as I do not want the MegaMenu shown. I only want off-canvas on both PC and other devices.

When I set Menu-type to: Off-canvas in the menu, two off-canvas menus are displayed.

How do I get rid of one of them?

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 2 years ago #38752

Hi, Point 1& 2 fixed.

All problems were caused by wrong template & menu module settings - nothing wrong with template.

foto_6902_2021.jpg

BTW

I only made mobile menu [=] icon white by custom CSS.

foto_6903_2021.jpg

0