Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Support Rick Alday

    (@mrdaro)

    Happy to clarify.

    There are a few ways to add images to the donor profile.

    1. By default, the profile image is pulled from the user’s Gravatar.com profile. If you want to add the images like you see in our demo, you need to ask your users to create an account on https://gravatar.com/, so they can add an image of themselves and it will display automatically on your site.

    2. You can edit the profile image through the Donor Dashboard page: https://givewp.com/documentation/core/donor-dashboard/
    You will need to log in as the user first.

    3. You may try with this plugin: https://www.ads-software.com/plugins/wp-user-avatars/
    This will only work if the Donor profile is connected to a WordPress user profile on the site.

    Please let us know if you have further questions on this or need any additional assistance!

    Thread Starter Hindistack

    (@hindistack)

    Hello Rick,
    I want to pull out the image from wp backend from user section.I am able to see the user image in the user section but its not shows on Donor dashboard.
    Image link – https://ibb.co/G0V76tv

    • This reply was modified 2 years, 1 month ago by Hindistack.
    Plugin Support Rick Alday

    (@mrdaro)

    Hi @hindistack,

    I’m unable to reproduce this issue. Does the WP user has an associated profile image in their Gravatar.com account or was the image added in a different way in the backend?

    Thread Starter Hindistack

    (@hindistack)

    The image is added by social login with this plugin – https://www.ads-software.com/plugins/nextend-facebook-connect/
    When the user is login with google account, the plugin fetch the google profile image and added it to the backend.
    I want to add backend image to the donor page.

    • This reply was modified 2 years, 1 month ago by Hindistack.
    Plugin Support Rick Alday

    (@mrdaro)

    Hi @hindistack,

    I checked the Nextend plugin and it adds the profile image to a custom meta key so it will not be possible for GiveWP to pull that image for the donor profile.

    Again, the best way (and the only way at the moment) is to have the user to create an account on https://gravatar.com/, so they can add an image of themselves and it will display automatically on your site.

    Thread Starter Hindistack

    (@hindistack)

    My theme developer Add backend image(https://imgbb.com/G0V76tv)
    to the front – https://ibb.co/fXkW3P2
    with this code.
    add_filter(“wpqa_user_meta_avatar”,”wpqa_user_meta_avatar”);
    function wpqa_user_meta_avatar() {
    global $wpdb,$blog_id;
    return $wpdb->get_blog_prefix($blog_id).’user_avatar’;
    }
    ?>

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Profile Image’ is closed to new replies.