johnching
Forum Replies Created
-
Dear Matt,
Thank you for your speedy update. I have activated V3.4.1 in the subdirectory and indeed it is working as it should again- after login the user returns to the previous page he was viewing. Once again thank you for solving the issue so fast.
Warmest Regards,
John
Hi Matt,
1) The directives in my wp-config file:
define('WP_HOME','https://example.com/test');
`
define('WP_SITEURL','https://example.com/test');
`The site only has 2 pages:
a) The home url is https://example.com/test/sample-page set as a front page under Settings, Reading. If you type in https://example.com/test you will go to this page.
b) The page of containing the Login button is https://example.com/test/fp (sorry about the fp slug, it is actually the second page, not the front page) This is the page the user is supposed to be redirected to after login in.
3) The WP files are installed/located in a folder at public_html/test . In a folder called test under public_html
Forum: Plugins
In reply to: [Sky Login Redirect] Problem with login after password resetUpdate: Matt, I realised now the problem was with a plugin called WPS Hide Login which I installed to hide the login page of my site from /wp-login.php to something else. SLR clashes with it. If I deactivate this hide-my-login plugin then Sky Login Redirect works properly. I will keep SLR and do without the hide-my-login because redirection is more important to me than hiding login address.
So problem solved and end of this thread. Thank you for creating this wonderful plugin and your support.
Forum: Plugins
In reply to: [Sky Login Redirect] Problem with login after password resetHi Matt, Thanks for the quick response.
I am using Members Version 3.1.3 (by MemberPress) to restrict content to certain pages and using Sky Login Redirect Version: 2.7.0 and WordPress Version 5.5.1
Now that I have deactivated Sky Login Redirect and using another Redirect that redirects everything to one page (front page) the problem has stopped. But I rather be using Sky Login Redirect to redirect to the last page that person was reading.
I am happy to hear the problem didn’t appear in your tests (there is hope yet for me to get it right).