Off Canvas Menu Don't Disappear When Disabled - Question | JoomShaper

Off Canvas Menu Don't Disappear When Disabled

hughes

hughes

Helix Framework 2 years ago

I removed the offcanvas menu to insert a third-party vertical menu in its place. However, it happens that the helix ultimate offcanvas menu continues to be present in mobile mode, as if I hadn't disabled it. Suggestions to workaround?

0
7 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 2 years ago #124050

Hi Hughes,

I would use those tips:

  1. If you have Custom made header you can just hide "menu" column in mobile view from settings
  2. If not and you have predefined header, use extra Custom CSS in Template Options
#sp-header nav.sp-megamenu-wrapper #offcanvas-toggler {
  display: none !important;
  visibility: hidden; }
0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 2 years ago #124060

BTW

Why you you think that extra installed Mobile Menu module is better than ours?

0
hughes
hughes
Accepted Answer
2 years ago #124063

more configurable... i like burger icon with name. nothing more

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

Name to you can add also inside our menu - but it request extra CSS line.

Thx

0
hughes
hughes
Accepted Answer
2 years ago #124069

no offence.. in general,and a  part of his issue of offcanvas, the additions of css code are starting to be too many for my tastes and for the promise of being a free code builder... tks

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

Sure, I understand.

Have a nice day.

0
Alex
Alex
Accepted Answer
1 year ago #157399

The approach of hiding the off-canvas menu using custom CSS is a literal cosmetic change rather than a proper solution. Disabling a feature by simply hiding it doesn't actually turn it off and might cause other issues down the line. Implementing a proper disable function would be a more robust and scalable solution. It would allow users to switch off the off-canvas menu completely without relying on custom CSS, which can be fragile and harder to maintain.

Would it be possible to add this as a feature request so that when you disable the off-canvas menu, it is actually disabled?

1