Hamburger (Mobile) Menu - Not Working Anymore - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Hamburger (Mobile) Menu - Not Working Anymore

Alexander Schuch

Alexander Schuch

Helix Framework 4 years ago

Hi, I have updated to Helix Ultimate 2.02, also latest SPPB 3.7.13 and Joomla is on 3.10.1

I am now having the issue that the mobile menu is not working anymore. When I click on it, then all content is getting foggy, but the mobile menu itself is not shown.

The site is www prop id - please try the Hamburger menu in mobile version.

I never experienced that issue before. Any idea, what it could be? Thanks.

0
6 Answers
Joomla! Man
Joomla! Man
Accepted Answer
4 years ago #31507

Select menu style and save. https://prnt.sc/1qxvkl0

Thx

0
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 4 years ago #31509

Hello Alex

Please follow Joomla! Man's shared screenshot. Go to Template Options -> Menu and toggle the offcanvas settings. Hopefully, it will be alright.

Best regards

0
Alexander Schuch
Alexander Schuch
Accepted Answer
4 years ago #31534

Thanks to you both - yes, that solved the issue!

One more issue occured: The logo, I am using, has the same color like the footer background. In the off-canvas menu, the background color is same as the footer color --> so the logo in the off-canvas menu is not seeable anymore.

  1. How can I use a different logo for the offcanvas menu? or
  2. Alternatively: How can I change the background color of the off-canvas menu?

Thanks!

0
Stefan Gagner
Stefan Gagner
Accepted Answer
4 years ago #31543

I have the same problem on https://www.odenplansskonhetscenter.se/ and it doesn't solve the menu problem. The offcanvas doesn't show what ever setting I select.

/Stefan Gagner - Web8 Universal

0
Joomla! Man
Joomla! Man
Accepted Answer
4 years ago #31552

Alternatively: How can I change the background color of the off-canvas menu?

Add here https://www.prop.id/templates/shaper_helixultimate/css/custom.css

.offcanvas-menu .logo-image {
    background: #fff;
}

Thanks

0
Alexander Schuch
Alexander Schuch
Accepted Answer
4 years ago #31557

Thank you Joomla! Man - I was hoping there is any setting for an individual off canvas logo, or individual coloring for the menu...

For the CSS, I used this, as I wanted to have the full background in a different color, now it works:

body.ltr.offcanvs-position-right.offcanvas-active .offcanvas-menu {
    background: #B6DCFA!important;
}
0