This topic has 10 replies, 3 voices, and was last updated 11 years by SQadmin.

  • Author
  • #524
     camaross2005
    Participant

    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?

    #535
     rugwarrior
    Participant

    Hi 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?

    #553
     camaross2005
    Participant

    Most updated version of wordpress/buddypress

    #559
     SQadmin
    Keymaster

    Hi,
    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 solution
    #561
     camaross2005
    Participant

    You can register/activate your account fine as soon as you go to login it happens.

    #575
     camaross2005
    Participant

    Any ideas?

    #579
     SQadmin
    Keymaster

    Hi. Give me an email with access to your site to check
    themesupport@seventhqueen.com

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

    Done, Thank you.

    #1165
     camaross2005
    Participant

    Still 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.

    #1166
     camaross2005
    Participant
    #1172
     SQadmin
    Keymaster

    Hi,
    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 CODE
    
    form 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
Viewing 11 posts - 1 through 11 (of 11 total)

The topic ‘Login Redirection & " About Me "’ is closed to new replies.

Log in with your credentials

Forgot your details?