Problems With Mobile Menus - Question | JoomShaper

Problems With Mobile Menus

P

Pio

Template 1 year ago

Hello, I am using the "Dentro" template on the site www.medigen.clinic/test, and I noticed that when viewing the site with mobile devices, when I open the menu and click on the "+" to open the submenu https://ibb.co/CPK6Y40 , the menu closes.

What could be the problem?

Thanks Pio

0
1 Answers
Toufiq
Toufiq
Accepted Answer
Senior Staff 1 year ago #157640

Hi there,

Thank you for reaching out, and I apologize for any inconvenience caused by this oversight. Remove this JavaScript code from the template custom code javascript box.

jQuery(function($) { 
  $('.offcanvas-inner .menu li').on('click', function() {
    $('body').removeClass('offcanvas-active');
  });
});

Best regards,

Toufiqur Rahman (Team Lead, Support)

0