Thread Starter
lurwin
(@lurwin)
I login as a subscriber that is in the database and when it is supposed to redirect to the home page it is going to http://0.0.0.1
my redirector for the administrator seems to be working well. It is like there is security settings I am missing?
Hopefully that makes sense. it is ignoring what I put in the fields that is set for when you login versus logout.
I’ve got the exact same problem – any ideas?
Revert to previous version
Thread Starter
lurwin
(@lurwin)
I went to “Pie Register”, I figured it was a bug because I am on WP 4.0. Pie Register is working much much nicer. One gliche in the change password page.
sorry, were having a difficulty replicating this since it works on our test sites.
I have the same problem here
Login with Ajax : 3.1.4
Wordpress 4.0
Thread Starter
lurwin
(@lurwin)
maybe they can troubleshoot with your installation? I had to move on, so I went with another plugin.
hmm, this works for me upon testing. Are you using php or shortcode?
Any further updates? Our site was working fine until we updated to the latest version: http://www.throughscarlettseyes.com/
Is there anyway we can go back to the old version as that was working fine?
Thanks
Hi any update on this? Is proving a bit of a problem for our users.
It was working fine until I updated the widget to the latest version last week.
Thanks
lurwin if I swap to ‘Pie Register’ will this effect the current users of our site? Our site is established so worried a change might mess up the system. We also use buddy press.
Thank you!
Thread Starter
lurwin
(@lurwin)
it just changed the forms, it still uses the same user data in the users of WP. TEST; but I think it shouldn’t. I have not used buddypress so not sure if that makes a difference.
@angelo, I’m using the PHP function :
<?php
if (!is_user_logged_in() ) {
login_with_ajax();
}
?>