Hi,
I'm using "UserPro" plugin and I desperately need to deactivate the WPLMS Ajax popup login. When the user clicks on Login at Top Menu it must be redirected to this page:
https://www.cristianidade.com.br/profile-2/login/
I have tried to disable ajax login on WPLMS admin menu but doesn't work.
Warm regards
This reply has been marked as private.
To redirect user to the above given link when clicks on login you have to add the following css code in your custom css. To do this please go to wp-admin -> appearance -> customize-> custom css.
.logged-in .login_custom{display:none;}
.logged-out a.smallimg.vbplogin{
display: none !important;
}
Solved.
Well done.
Thank you so much!
Best regards