Hi Rashida,
thanks for your reply.
So now I tried this js-code in the main.js, as it was mentioned in the discussion you shared.
var nav_collapse = $('.offcanvas-menu .menu');
nav_collapse.click('li a', function(event) {
event.preventDefault();
$('.offcanvas-init').removeClass('offcanvas-active');
});
It works to close the offcanvas-menu. But clicking on a link closes the menu but it does not jump to the section on the page.
Since the guys of Joomshaper unfortunately can not help, is there someone else who can do? My client is extremely demanding and cannot accept it if the issue is not solved.
If you take a look at the site, don't be surprised. I removed the code above temporarily, because it is a live site.
Thanks a lot in advance!