• Hello,

    i am testing your ticketing system at the moment and run into the following question.
    when implementing the system to the site with [wp_support_plus] it nicely places the login window into the right section of the page due to the page setup.

    how ever after entering username and password using default login module, the page reloads and sets the user on top of the page which is not the desired section. Can the redirection after login be set somewhere?

    (if using WP login window i could redirect the certain type of users to the section which visually delivers the same result.)

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Pradeep Makone

    (@pradeepmakone07)

    Hi there,

    If you want you can disable logout section from advanced settings. Also you can disable login module too from settings if you want to use any custom behavior from other login plugin you may have.

    Thread Starter justicefriends

    (@justicefriends)

    hello
    thanks for coming back
    i like the login / logout page you have created that is not the problem

    what i am trying to solve is the following:

    i use your template and do the login in the MIDDLE of the site
    entering login credentials loads the page again and puts user on TOP of the page
    so user must SCROLL DOWN to be where she/he was BEFORE LOGIN

    so what can be done to ensure RELOAD puts user the SAME PLACE (middle) ?
    to aid this process i have the site diverted to sections, and i can tell exactly what section the ticketing system is.

    so as an example : the redirect after login would be fine for me if i turn of your default login and use the WP login. BUT I LIKE YOUR LOGIN. it is nicer

    maybe you could help to put in redirecting to a section to the loginform.php ?

    cheers
    jf

    Thread Starter justicefriends

    (@justicefriends)

    hello pradeep,

    i have looked into this a tad more – and would appreciate your kind help.
    so login is in public.js as i see where in function wpspChecklogin if the
    login checks out you do a location.reload()

    the problem is that the ticketing system is on the webpage in a section so
    one can reach it by testdomain.com/#section3

    and the full reload puts the user to the top of the page instead of the 3. section where the ticketing is.

    could you kindly help me refining the js file to ensure that the browser reloads to the section instead of the top of the page?

    as far as i see this is a browser issue rather then any else. edge & IE does not reload to the section while firefox and chrome displays this reload to section correctly. is it possible to make it browser independent?

    thank you so much
    jf

    Plugin Author Pradeep Makone

    (@pradeepmakone07)

    Hi again,

    This is not possible by settings and if you do any custom code, it will be gone when next version available.
    Still reload function will take you to the same section of page for chrome and firefox but I too am not so sure about how to make this possible in other browsers.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘redirection after login’ is closed to new replies.