Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #2774652
Redirect after login
Closed

Comments

  • pakillo77 started the conversation

    Hi!

    We are trying to redirect the users to another page when they login with "Login Top bar", is there an specific option to redirect after login in this theme or should we use another plugin which you recommend us?


    Thanks for your help

  •  2,495
    PenciDesign replied

    Hi,

    Unfortunately, the current version doesn't have options to help you config the URL after login success. You can force edit by open the file: soledad/js/main.js,

    1. Backup original file,

    2. Find all the line match:

    window.location.href = window.location.href + "?singin=true";

    Replace window.location.href + "?singin=true"; with your custom link.

    Example

    window.location.href = "https://dev.linareseduca.olibyte.com/user-dashboard";
    

    Save, purge site cache, and reload your site.

    Best Regards,
    PenciDesign.

  • pakillo77 replied

    Hi!

    Work's perfect!!

    Thanks for your help!!!