Will not redirect after login
-
I’ve set it to popup with
<a class="xoo-el-action-sc xoo-el-login-tgr">
in two places, one for desktop and one for mobile responsive.The popup shows for both but will not redirect after login.
On desktop, it gives a successful login message, but no redirect. I’ve temporarily gotten around this by having the login success message include a link to the redirection page. Users can click for now.
On mobile, it will not give a successful login message and no error message. Just spins and spins. I have no workaround for this; my mobile users cannot log in.
Any ideas?
The exact code is:
Desktop:
<li><a onmouseout="RemoveActive(this.id)" onmouseover="ShowDropBox('9557',this.id)" class="xoo-el-action-sc xoo-el-login-tgr" id="login">Login</a></li>
The extra stuff is for hover styles, tying in to what my site menu already does.
Mobile:
<p><a class="xoo-el-action-sc xoo-el-login-tgr">Click Here to Log in</a></p>
This is in a plain post. Nothing special going on.
WP Version 5.3.2
PHP Version 5.6.40 – Maybe the issue? WP wants me to update PHP
- The topic ‘Will not redirect after login’ is closed to new replies.