-
Author
-
July 11, 2013 at 19:21 #524camaross2005Participant
I’m having an issue where when you login during the redirection process it does not take you anywhere just kinda hangs up. The site never comes up and it finishes loading just a grey browser any ideas? Also when you go to the profile page and you see the little “About Me” in the main part of the profile is there a way to keep that open instead of having to click it to see it?
July 12, 2013 at 07:35 #535rugwarriorParticipantHi camaross2005,
to have the info tab of the profile automatically selected put this in your functions.php
add_filter(‘kleo_bp_profile_default_top_tab’,’my_default_tab’);
function my_default_tab() {
return ‘info’;
}which version of WordPress / BuddyPress are you using?
July 12, 2013 at 17:38 #559SQadminKeymasterHi,
Does this happen when you first activate your account?Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJuly 12, 2013 at 17:41 #561camaross2005ParticipantYou can register/activate your account fine as soon as you go to login it happens.
July 13, 2013 at 06:38 #579SQadminKeymasterHi. Give me an email with access to your site to check
themesupport@seventhqueen.comHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAugust 5, 2013 at 17:52 #1165camaross2005ParticipantStill having this issue tried changing settings reinstalling wordpress changed the name on my .htacess file still no luck any help would be greatly appreciated. It all stems from trying to go to http://www.site.com/wp-login for some reason it will just not make it there.
August 5, 2013 at 18:08 #1166camaross2005ParticipantThe redirection I get from the site is this
http://www.pulseoftexas.com/wp-login.php?redirect_to=http%3A%2F%2Fwww.pulseoftexas.comAugust 5, 2013 at 22:46 #1172SQadminKeymasterHi,
You should update to 1.4.1 because I see you are using 1.4
The new version has a small code changed in sweetdate/page-parts/general-login-modal.php at the form tag, action attribute:COPY CODEform action="<?php echo wp_login_url(apply_filters('kleo_modal_login_redirect', '') ); ?>"
Try updating or modifying with the above code.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
The topic ‘Login Redirection & " About Me "’ is closed to new replies.