Viewing 7 reply threads
You must be logged in to reply to this topic.
Hello there,
I have addressed this problem in another topic called “mobile menu not working on first loading ”
As of today the same issue seem to persist even after I edited the code in file wp-content/themes/folie/js/codeless-main.js to:
$( ‘.cl-mobile-menu-button’ ).on( ‘click’, function( ){
var button = $(this);
button.toggleClass( ‘open’ );
self.config.$responsiveMenu.slideToggle(‘200’);
} );
This is the latest of what I am seeing (about a week after I changed to the above code) on my Asus android phone..
https://drive.google.com/file/d/1EIU3H9uATJOQAkyv2_JDOijb4e6VDeVA/view?usp=sharing
Is there a possibility that there is another duplicate .js files that is served, and that needs to be changed too?
Thanks for your help!
Sincerely,
-S
Hi, I am trying to login with the latest credentials, but I can’t
Can you check, please?
Or try this edit:
$( ‘.cl-mobile-menu-button’ ).on( ‘click’, function( ){
var button = $(this);
button.toggleClass( ‘open’ );
setTimeout(function(){
self.config.$responsiveMenu.slideToggle(‘200’);
}, 200);
} );
Sorry for the delay. Fixed it, also tested on Android device. Let me know if it’s ok
Thanks
You’re welcome :)
If you like our theme and support, leave us a rating on Themeforest, it’s very important for us :)
https://themeforest.net/downloads
Thank You so much
You must be logged in to reply to this topic.