Off Canvas Menu Gone - Question | JoomShaper
🎃 Halloween Sale is Live! Get 35% OFF on all plans. Sale ends soon! Get Offer

Off Canvas Menu Gone

H

Happaerts

Template 3 months ago

Ensure template: I have no idea when it happened, but the offcanvas menu does not appear anymore on my website www.happaerts.net. The off-canvas module is linked to the off-canvas position of the template and the menu items are assigned to the off-canvas menu. I need a clue where to look for the problem.

Many thanks, Marc

0
3 Answers
Ziaul Kabir
Ziaul Kabir
Accepted Answer
Support Agent 3 months ago #199091

Hello Marc,

Thanks for reaching out to us. Could you please share temporary administrator access to your Joomla backend? You can provide the credentials securely in the hidden content section. Also, please take a full backup of your site before we make any changes.

Once I have access, I’ll investigate further and see what’s causing the issue. Let me know once you’ve shared the details!

Best,

0
H
Happaerts
Accepted Answer
3 months ago #199114
Access to website in hidden content
0
Ziaul Kabir
Ziaul Kabir
Accepted Answer
Support Agent 3 months ago #199120

Please, cehck now.

Due to some css missing, create this issues. I have added this css in your custom code css section:

.burger-icon {
    width: 25px;
    cursor: pointer;
}
.burger-icon > span {
    display: block;
    height: 2px;
    background-color: #000000;
    margin: 5px 0;
    transition: background-color 0.3s ease-in, opacity 0.3s ease-in, transform 0.3s ease-in;
}
body.ltr #offcanvas-toggler.offcanvas-toggler-right {
    align-items: center;
}

Thanks

0