Off-canvas Gone Since Helix Ultimate 2.0.12 !! URGENT! - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Off-canvas Gone Since Helix Ultimate 2.0.12 !! URGENT!

PK

Peter Klinke

Helix Framework 2 years ago

Since Update of Helix Ultimate 2.0.12 the Off Canvas icon of burger menu is gone on mobiles and tablet, background of opened menu is transparent.

Several customer sites are affected! This is bad for business!

I now was able to help myself: Changing menu type megamenu and back. But such issue may not be happen!

0
10 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 2 years ago #111173
0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 2 years ago #110860

Hi Peter,

watch my video first: https://www.youtube.com/watch?v=OFgIgCB8e1Q

you can also read topic with CSS fix: https://www.joomshaper.com/forum/question/23680

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

https://www.joomshaper.com/documentation/helix-framework/helix-ultimate-2/troubleshooting-faq


J! Admin access do not work

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

You may need only that line:

.offcanvas-menu {background-color: white;}

becuase right now on your site mobile menu background is light grey.

0
PK
Peter Klinke
Accepted Answer
2 years ago #110926

Hi Paul,

the background-colour should be set by setting 'Off-canvas Menu Background Color'!?

But another problem is, that submenuitems are not available.

For example: Below "Das Team" are 2 submenu items which are not available. Maximum level is set to all.

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

In general yes. But if you will enable Color Profile edition there are settings for it.


I will check, sure.

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

You made small mistake here

info_814_2023.png

Yes, I already fixed it. And submenu items are visible now. Use this same rule for all helix projects.

we informed about that in Helix documenation, but many webmaster forget to check/read it.

0
PK
Peter Klinke
Accepted Answer
2 years ago #110993

Thank you, Paul. Indeed, I did not know this or perhaps I forgot. But I am wondering why joomshaper does not use J! standard functionaltity ...

What's about off-canvas colour settings like background-color, icon-colour, ...: Why can't I set the color in settings and must code which I must search some time later wondering why the setting is different from reality?

what I'm interested in: Which tool do you use for annotating images like above?

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 2 years ago #111002
  1. I do not know the answer to why such and not other method were used
  2. FastStone Capture (PC)
0
PK
Peter Klinke
Accepted Answer
2 years ago #111016

What's about off-canvas colour settings like background-color, icon-colour, ...: Why can't I set the color in settings and must code which I must search some time later wondering why the setting is different from reality?

why are the available colour settings for off canvas menu not used?thethe the

0
PK
Peter Klinke
Accepted Answer
2 years ago #111235

background-color did not change, seems to be cache problem

0