mobile menu and login not working
This reply has been marked as private.
The issue is coming due to script minfication , please exclude the scripts of vibebp plugin to resolve this : https://loftocean.com/doc/loftloader/common-issues/exclude-code-from-caching-wp-rocket/
This reply has been marked as private.
HI added some fix , enabled global login and added this css :
body:not(.page-id-4628) #vibebp_login_wrapper,body:not(.page-id-4628) .user_menu.active { display: none; }
Please clear all kinds of cache and then check the login text again , it should be fixed .
This reply has been marked as private.
1 , 2 , :
https://prnt.sc/10v22y1
https://prnt.sc/10v23ro
IT starts working as soon as we disabled the script minificaion : there is no need to do that as you can use service worker which caches files in browser itself .
refer : https://docs.wplms.io/pwa
This reply has been marked as private.
Well I first clear all caches from wp rocket , then enabled global login and added this css not to open the login menu and login popup execpt the app page in wp-admin -> appearance -> customize -> custom css :
body:not(.page-id-4628) #vibebp_login_wrapper,body:not(.page-id-4628) .user_menu.active { display: none; }