-
Author
-
April 28, 2017 at 01:08 #159809doorscomputersParticipant
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
April 28, 2017 at 16:58 #159860LauraModeratorHello, 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 solutionLaura 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 🙂
May 3, 2017 at 17:14 #160255RaduModeratorHi,
Using this function and replacing /my-route-after-redirect/ with your desired landing URL after login it should solve your problem
COPY CODEfunction 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 -
AuthorPosts
The forum ‘Bugs & Issues’ is closed to new topics and replies.