-
-
Hi,
the mobile menu of the site I am building is not working on the first loading. It only works after I reload the site the second time, this happens on 3 different mobile devices I tested on.
site:
stephanieting.com -
Hello,
What device have you used? I have just tested and it seems it works perfectly.
Let me know.
Regards!
-
Hi,
Samsung, mi, and ASUS. All Android devices.
Here is a link for what I am seeing..
https://drive.google.com/file/d/1p_s3IreRrfb0cMzRAx21PxJFAn1TTgBr/view?usp=drivesdk
-
Hello,
Please can you edit the file wp-content/themes/folie/js/codeless-main.js find the lines:
$( '.cl-mobile-menu-button' ).on( 'click', function( ){ var button = $(this); button.toggleClass( 'open' ); self.config.$responsiveMenu.slideToggle('200'); CL_FRONT.animations( self.config.$responsiveMenu , true ); } );
replace with:
$( '.cl-mobile-menu-button' ).on( 'click', function( ){ var button = $(this); button.toggleClass( 'open' ); self.config.$responsiveMenu.slideToggle('200'); } );
Save the file.
Let me know if this resolves your issue.
Regards!
-
Hi, it works thanks.
- This reply was modified 4 years, 6 months ago by stephaniewting.
-
Hello there, I thought this problem was resolved after I edited the code in file wp-content/themes/folie/js/codeless-main.js
but it seems to not work again .. and I did not edit the file.Is there a possibility that there is another duplicate .js files that is served, and that needs to be changed too?
This is what I am seeing today on my Asus android phone..
https://drive.google.com/file/d/1EIU3H9uATJOQAkyv2_JDOijb4e6VDeVA/view?usp=sharingThanks for your help.
- This reply was modified 4 years, 6 months ago by stephaniewting.
-
You must be logged in to reply to this topic.