OffCanvas Menu Not Showing On Mobile On Ensure Template - Joomla 4 - Question | JoomShaper

OffCanvas Menu Not Showing On Mobile On Ensure Template - Joomla 4

JR

Jamie Ranston

General 10 months ago

Hi There

I have noticed that the offcanvas menu isnt showing on mobile. Could you give me any ideas how to fix this?

The site is https://bglceducation.fund/

Regards

Michael

0
8 Answers
Pavel
Pavel
Accepted Answer
10 months ago #120019

Hi. Duplicate of elements IDs on one page are not acceptable. This is the reason for your problem. Remove the section that you use for mobile header and use the standard Header + CSS for mobile adaptation if need.

0
JR
Jamie Ranston
Accepted Answer
10 months ago #120090

Hi There,

Delete this section from where?

0
Pavel
Pavel
Accepted Answer
10 months ago #120234

Hi. From Template options > Layout tab

0
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 10 months ago #120059

Hello Jamie Ranston

I have checked your site and it is working fine now. Maybe you have found the solution. Also, thanks to Pavel.

Best regards

0
JR
Jamie Ranston
Accepted Answer
10 months ago #120091

No, the situation still exists.

0
JR
Jamie Ranston
Accepted Answer
10 months ago #120095

The off canvas shows but the menu dropdown isnt working, it works fine on tablet, just not working on mobile

0
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 10 months ago #120146

Apology for the inconvenience. Please share your administrator access here to check the issue. Use the Hidden Content box to share the credentials. Make sure that you have a full site backup with you before sharing.

0
Pavel
Pavel
Accepted Answer
10 months ago #120237

Hi. Template options > Layout tab > Header settings > Responsive > turn ON for all devices.

Or use CSS if Header is predefined (from Template options > Basic tab > Header)

#sp-header {
    display: block !important;
}

About custom css

0