Off Canvas Menu Not Showing Anymore After Update - Question | JoomShaper

Off Canvas Menu Not Showing Anymore After Update

G

Gijs

General 2 years ago

On 2 of our domains the off canvas is not showing anymore. After helix update to 2.0.12 https://autoverhuur-kreta.com

I Tried the tips which were given in this forum, but no result.

Header height is on 70 Changed the color as described Changed SCSS on and off

Any tips?

Helix 2.0.12 Joomla 3.10.11 SP Page builder latest version

0
8 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 2 years ago #110821

yes, in next Helix update it will be fixed, but you can keep my CSS. Those are only few lines.

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

Hi Gijs,

I will check, and make video to help you for other sites as well. OK?

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

Fixed.

In your case, to fix it fast I used:

.burger-icon > span {background-color: black; background: black;}
body.ltr.offcanvs-position-right.offcanvas-active .offcanvas-menu {background: white;}
.offcanvas-menu .offcanvas-inner ul.menu > li > a, 
.offcanvas-menu .offcanvas-inner ul.menu > li > span {color: black;}

inside custom.css file. Use it also for other websites, easy fix.

0
G
Gijs
Accepted Answer
2 years ago #111058

Goodmorning Paul,

thank you for the fix!

buyoliveoil.online I added the css rules to the custom.css file. The menu showed up on tablet but later disappeared again. On phone did not work at all. JCH is not on this site.

Any idea?

Thanks Gijs

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

Above fix was ONLY for Helix Ultimate, not Helix3 based template in case you have different one.

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

On Browser iPhone emulator it works info_830_2023.png

On Tablet as well

info_831_2023.png

Just reload browser cache 2x.


Yes, I added extra CSS lines to make two columns in one row, but that's all.

0
G
Gijs
Accepted Answer
2 years ago #111188

Ok, i see its working, good job, Thanks.

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

you're welcome

0