This topic has 5 replies, 3 voices, and was last updated 9 years by Abe.

  • Author
  • #15391
     carecities
    Participant

    After a user registers with Facebook they are redirected the their profile page (very slowly redirected I might add) and then the user has to know to scroll down to the bottom of the page to “save changes” to their base profile or they do not get a user name assigned to their login thereby rendering it useless. How can I skip this step? Can the user name be saved automatically? Also, is there anyway after registering with Facebook to indicate to the user that their account is being created because the delayed redirect creates a poor user experience.

    Screenshot included for required “Save Changes” section of profile after registering with Facebook.

    Attachments:
    You must be logged in to view attached files.
    #15511
     Abe
    Keymaster

    Hi, Users aren’t required to change their name after registration. We have added this step in case you have other profile fields added and the users registering with Facebook to see that and complete those fields.

    To disable that redirect you can add a code to your child theme functions.php and specify a redirect to homepage after Facebook login:

    add_filter('kleo_fb_register_redirect', 'kleo_fb_redirect_change');
    function kleo_fb_redirect_change() {
    return home_url();
    }
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    #15574
     carecities
    Participant

    I’ve made the suggested change and it works – sort of. The user account is created and the redirect happens but no Name is logged for the that User in the system. So on the User menu I see a blank for the name. Is there a way to ensure the Username gets logged in the User table when the User doesn’t save their name after the registration?

    Also related to the Registration process….

    After the user registers (using either Facebook or the form) there is no indicator (like a spinning icon or a message) to let the user know that the registration is being processed. Given that this process takes several seconds the user experience is poor because all they see is the registration page until the redirect takes place. Does anyone have a way to make this experience better for the user? Is this something you are working on?

    #15821
     Abe
    Keymaster

    Hi, We will look and maybe add in next versions a spinning icon on the register page.
    We will include in next update when registering with facebook to show user First and Last name

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    #28997
     odtene
    Participant

    We will include in next update when registering with facebook to show user First and Last name..

    did you included it ?

    #29656
     Abe
    Keymaster

    Hi @odtene it already takes your first and last name but if you have a nickname it will take that instead

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

Viewing 6 posts - 1 through 6 (of 6 total)

The forum ‘KLEO’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?