Hi,
Thanks for contacting us and choosing our product!
About this issue you need to add a function to hide the menu when click on the menu link on mobile.
You can go to: wp-content/themes/haru-circle/assets/js then open file haru-main.js
Go to after line 571 then add this code:
$('.haru-nav-mobile-menu > .menu-item a').click(function() {
$body.removeClass('menu-mobile-in');
$('#haru-nav-mobile-menu').removeClass('in');
$('.toggle-mobile-menu[data-ref]').trigger('click');
$('.toggle-icon-wrapper[data-ref]').removeClass('in');
});
Maybe you need clear cache to see changes.
You can vote for Circle here: https://themeforest.net/item/circle-multipurpose-wordpress-theme/reviews/20454326
Thanks so much!
****
Best Regards,
HaruTheme
-
This reply was modified 8 months, 2 weeks ago by
admin.
-
This reply was modified 8 months, 2 weeks ago by
admin.
-
This reply was modified 8 months, 2 weeks ago by
admin.