Ensure Template - Off-canva - Question | JoomShaper
SP Page Builder 6 is Here! Learn More →

Ensure Template - Off-canva

AC

Administration communale

Template 1 month ago

Hi !

I'm having a problem with the Ensure template. In mobile or tablet mode, the burger wasn't displaying. So I customized the CSS according to this link : https://www.joomshaper.com/documentation/helix-framework/helix-ultimate-2/troubleshooting-faq

But that still doesn't solve my problem. The burger is displayed, it's ok, but the menu isn't displayed in mobile mode. It is only in tablet mode.

Thank you in advance for your help.

0
6 Answers
Ziaul Kabir
Ziaul Kabir
Accepted Answer
Support Agent 1 month ago #204395

If everything is working fine now, please mark the question as complete by accepting any of our answers.

Thank you!

0
Ziaul Kabir
Ziaul Kabir
Accepted Answer
Support Agent 1 month ago #204371

Hello,

Thanks for reaching out to us.

Please, use this css:

@media (max-width: 991px){
div#navbar213 {
    display: block;
}
.offcanvas-menu .offcanvas-inner .sp-module ul>li span.menu-toggler:after {
    font-family: "Font Awesome 5 Free";
    content: "";
    font-weight: 900;
}
.offcanvas-menu .offcanvas-inner .sp-module ul>li span.menu-toggler {
    display: block;
    position: absolute;
    top: 50%;
    cursor: pointer;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    padding: 10px;
    right: -10px;
}
}

Thanks

0
AC
Administration communale
Accepted Answer
1 month ago #204376

Thanks for your reply, but no, it doesn't work. The burger has even disappeared.

0
Ziaul Kabir
Ziaul Kabir
Accepted Answer
Support Agent 1 month ago #204390

Please, check now and if need adjust your offcanvas menu from site modules.

Thanks

0
AC
Administration communale
Accepted Answer
1 month ago #204392

Yes, it works fine. Thanks!! What was the problem? Is there anything I should be aware of in future template or joomshaper updates?

0
Ziaul Kabir
Ziaul Kabir
Accepted Answer
Support Agent 1 month ago #204394

Issues was in css, you have custom css file created in /templates/ensure/css/custom.css so we need to add css not not template styles -> custom code section custom css.

also, previous i have create separte offcanvas menu by disabling old one.

Thanks

0