Arrow

Redirect not working | Peter's Login Redirect | Forum

Back to the login redirect plugin page

Please consider registering
guest

Log In

Lost password?
Advanced Search

— Forum Scope —

  

— Match —

   

— Forum Options —

   

Minimum search word length is 4 characters - maximum search word length is 84 characters

Topic RSS
Redirect not working
January 28, 2014
2:38 pm
Dotty
New Member
Forum Posts: 1
Offline

I have a testing site here: http://kenny.bradstreets.net
It is using Jobify theme and Restrict Content Pro. When I added the desired redirect pages for each membership level it just goes to a semi blank page that say you are logged in. It is the /login page. I tried turning off all unnecessary plugins and that did not effect the result.

Is there a trick to getting it to actually work?

Dotty

January 28, 2014
10:53 pm
Peter
Admin
Forum Posts: 841
Offline

Restrict Content Pro is probably controlling the login redirect and not using the standard WordPress hook to support other login redirect logic. If there is a setting in Restrict Content Pro to specify a single login URL, you could set it to my plugin's URL as explained here (and in the link in that post):

http://www.theblog.ca/peter-fo.....n#post3743

February 26, 2014
4:28 am
jpizzolato
New Member
Forum Posts: 2
Offline

Running Wordpress 3.8.1
I am using the WP Modal Login plugin for my login/logout functions. I'm using Peter's Login Redirect for the redirect functions. I tried setting redirect urls for specific roles and I tried setting it for "All Other Users". In all cases this plugin uses the Logout URL as the re-direct for both logging in and logging out. This is what is coded:

******
All other users

URL: http://198.57.157.63/~eztiffin.....my-account

Logout URL: http://198.57.157.63/~eztiffin/logout-2
******
The problem is users are being directed to the url specified in the Logout URL in all cases, whether they login or logout. In the WP Modal Login settings there are no settings for re-directing so I don't think the WP Modal Login is causing a discrepancy.

Am I missing something?

February 26, 2014
8:57 am
Peter
Admin
Forum Posts: 841
Offline

I'm not familiar with that other plugin, but if you're on a test / dev site you could always just disable the other plugin and then test with the normal login page. That way you'll know whether it has some sort of redirect logic itself.

February 26, 2014
5:10 pm
jpizzolato
New Member
Forum Posts: 2
Offline

Thanks Peter. I did just that and found that peters-login-redirect works fine with the theme's login so the problem must be with the WP Modal Login. The problem is the WP Modal Login is no longer supported. I am running out of Login plugins. Theme My Login is very buggy.... My issue with the theme's login is there is no way to logout other than to do it through Wordpress. There is no front end logout like there is for the login.

Do you know of any stable, clean login/logout plugins I can use?

February 27, 2014
5:55 pm
Peter
Admin
Forum Posts: 841
Offline

I've never used a modal login plugin before, although I've heard of this one: http://wordpress.org/plugins/s.....odal-login

I think you could probably modify your theme to add logout functionality -- sounds like a common issue and if you Google it I bet you'd find a lot of tips.