pull down to refresh
Cool! Thank you for reaching out. Have you altered the plugin settings? What does your redirect URL look like?
Yes I did, I removed the redirect to the homepage because I wanted the user to remain on the article they wish to coment on
Hm I guess this wont work for now. I will work on this feature. Thank you for the input!
Or you could probably add the plugin shortcode in your footer php on posts with a dynamic redirect attribute for the current url.
Hey, can you update your plugin and check if it works now? ⚡️
Anyway, you need to set a valid URL in the plugin settings for users visiting wp-login.php directly. With the updated version, the plugin checks the redirect_to query parameter. The redirect_to query parameter is set, if a user clicks on "login" anywhere on your site. So if someone clicks on "login" from a post, he will be redirected back to the post after authentication.
I managed to get it to work, like your demo, but when you login, you need to refresh the page a second time before you can comment, any idea what the issue could be?