Fixing the mobile menu in WordPress


document.addEventListener('DOMContentLoaded', function() {
    new navMenu('primary');
    new navMenu('woo');
});

If you too have not had the iOS/Android blog menu open in your WordPress blog for several years, when using the Seedlet theme, then simply add:
In the closure function of the wp-content/themes/seedlet/assets/js/primary-navigation.js file, next to the default window addEventListener ‘load’ subscription.