This topic has 3 replies, 3 voices, and was last updated 7 years by Radu.

  • Author
  • #159809
     doorscomputers
    Participant

    I have a problem on safari login. It wont redirect to the profile even I installed the bp redirect profile plugin. Its working on other browsers but not on safari.if i login it lets me stay on the same page not even a hint that I was already loggedin.I have to refresh the site and thats the time it will direct me to the profile.both desktop and mobile, I have this problem.please hlp coz its been two years now that this site havent been used because of this issues.thank you so much. please try using the angela username and 123456 as password.thank you

    #159860
     Laura
    Moderator

    Hello, will assign the ticket to a higher support level who can help and advise you in your query.
    Thanks! ?

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #159911
     doorscomputers
    Participant

    Thank you laura

    #160255
     Radu
    Moderator

    Hi,

    Using this function and replacing /my-route-after-redirect/ with your desired landing URL after login it should solve your problem

    COPY CODE
    
    function sq7_rdu_redirect( $redirect_to, $request, $user ) {
        $redirect_to = '/my-route-after-redirect/';
        return $redirect_to;
    }
    add_filter('login_redirect', 'sq7_rdu_redirect', 11, 3);

    NOTE : Child theme needs to be installed and activated.

    The function needs to be added in wp-content/themes/kleo-child/functions.php

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 4 posts - 1 through 4 (of 4 total)

The forum ‘Bugs & Issues’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?