Mobile Menu Not Opening - Question | JoomShaper

Mobile Menu Not Opening

MH

Matthias Heymann

Template 1 week ago

Hi all, Helix Ultimate, SP Pagebuilder on a Joomla 6.0.2. On Firefox in simulated mobile view, the mobile menu works fine. On my smartphone there's just the burger icon, but it doesn't open the menu. Strange, it works on any other smartphones, not on my Redmi 14C. Anyone had similar experiences? Thanks and greetings Matthias

Website: https://agentur.bayerischerwald.online/

0
2 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 1 week ago #217968

Hi Matthias,

On my Android phone (also made in China) your [=] works totally OK. I don't have Redmi 14 to check, but you can install a few other mobile browsers (Firefox, Opera, etc.) and re-check site on them too. It will tell you more. Probably you used native browser, right.

For sure, the mobile menu code is the same for all browsers/devices, so if your friends iPhone or Samsung can open it, problem can be related with something else.

0
MH
Matthias Heymann
Accepted Answer
1 week ago #218337

Ok, I have got a solution from Leo, that worked perfect. I quote his message to me:

*I had the same issue on some phones in certain browsers. The cause is the background blur when the menu opens. Remove the blur, keep only the dimming. Add this code to your custom.css file:

.offcanvas-overlay { backdrop-filter: none !important; -webkit-backdrop-filter: none !important; }*

0