Gives error 500
https://www.ads-software.com/extend/plugins/ajax-login-widget/
]]>Does not appear to work on the latest WordPress. Tried it on several sites.
]]>When using firefox as the web-browser, the login form is outside of the sidebar area. Is there a simple way to fix this?
Here is the website.
https://www.ads-software.com/extend/plugins/ajax-login-widget/
]]>When I try to log out using this widget, I get an error 404 not found. I have identified that it’s this line causing the problem in alw_template.php:
<?php echo wp_logout_url('/wp-login.php?action=logout&redirect_to=' . $_SERVER['REQUEST_URI']); ?>">
My WordPress is installed in a sub-directory and so /wp-login.php is not found. I have modified the code to
<a href="<?php echo wp_logout_url( get_permalink() ); ?>" title="Logout">Logout</a>
That seems to do the trick. Thought I would save some time for anyone else trying to use the plugin.
Dalton
https://www.ads-software.com/extend/plugins/ajax-login-widget/
]]>WHen i submit the form login, register, or forgot password it throws the error that you have set. Its always “Unknown Error”.
]]>