Offcanvas Doesn't Close For Anchor Links [Helix 3] - Question | JoomShaper

Offcanvas Doesn't Close For Anchor Links [Helix 3]

LR

Laurent Robin

Template 11 months ago

i'm currently developping a new site. i'm using the Helix 3 template. the Offcanvas doesn't close when the menu item is an Anchor link on the same page. can you help please? If i'm not wrong there is a JS to add somewhere...?

0
3 Answers
LR
Laurent Robin
Accepted Answer
11 months ago #175514

Thanks a bunch for the support! i did receive the solution via email and it works great!

add to the custom.js:

jQuery(function ($) { $(".offcanvas-menu a").on("click", function () { $(".off-canvas-menu-init").removeClass("offcanvas slide-top-menu full-screen-off-canvas full-screen-ftop new-look-off-canvas"); $(".offcanvas-overlay").remove(); }); });

Thanks very much to the support team!

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 11 months ago #175538

You are always welcome.

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 11 months ago #175397

Hi

Thanks for contacting us. You can follow this forum post below:

https://www.joomshaper.com/forum/question/27359

-Regards.

0