Hi @sanjuacharya77,
Thank you for your answer. I activated the option “Ajax Login” and now it is working fine!
I need to redirect the user to a specific page after login. In the file “/templates/myaccount/form-login.php” I see this tag:
<input type="hidden" name="redirect" value="<?php echo isset( $redirect ) ? esc_attr( $redirect ) : esc_attr( the_permalink() ); ?>" />
But I don’t know how to set the $redirect variable. In the plugin’s options I don’t see it. Can you help me please?