Viewing 5 replies - 1 through 5 (of 5 total)
  • Same question here…

    Same here

    @chitaranjan.thoudam and @1two3

    If you would like a workaround while waiting for a permanent fix you can try the following. (It worked for me.)

    Open the plugin php file and find line 327:

    <input type=”hidden” name=”redirect_to” value=”<?php echo get_option(‘siteurl’); ?>”/>

    Add the page slug that you want to redirect to after ‘siteurl’ In my case I’m using s2Member, which includes a welcome page with slug /login-welcome-page

    <input type=”hidden” name=”redirect_to” value=”<?php echo get_option(‘siteurl’/login-welcome-page); ?>”/>

    I hope this helps!

    Plugin Author Joshua Parker

    (@parkerj)

    Ok, so what would be the best option here? Is this a standalone issue or multisite issue? Should there be a setting to allow customized redirect? If so, would it cause any issue for other’s who like it the way it is?

    I don’t know whether this is an issue for standalone vs multisite. I would imagine it could be an issue if s2member were being used in both cases. (Redirect to the login-welcome-page would be preferable in both cases.)

    Is it possible to add a setting for customized redirect but still have a default for those who would rather not set a customized redirect?

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘[Plugin: WPMS Sidebar Login Widget] Redirecting Issue’ is closed to new replies.