Tagged: ,

Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #677877

    My authors don’t have Gravatars, so I need the ability to set a custom profile pic for them. How do you recommend I do this?

    I found a plugin called User Profile Picture that lets you set a profile pic for users, and there’s even a checkbox for “Override Avatar,”

    …but it’s not working. My author page still has a placeholder where I want their picture.

    I know you don’t support 3rd party plugins but it seems crazy to me that the author profile is so locked in to them having a gravatar, so I’m hoping you have a workaround.

    Thanks in advance,
    – Greg

    #678341

    I feel like I need to clarify that last point. I don’t want help getting the plugin to work. Rather I’m wondering how I SHOULD be doing this, ideally without a plugin, because I can’t believe the theme is so absolutely locked in to assuming all authors have gravatars.

    • This reply was modified 7 years, 7 months ago by JeeBar.
    #679052

    Hi,

    Please create a temporary admin login and post it here privately so we can look into it. I personally do not have experience with the mentioned plugin and yes, we do not support 3rd party plugins however we do not mind taking a quick look :)

    Best regards,
    Yigit

    #681449

    Cool, thanks. I’m mostly hoping there’s a non plugin way to skin the cat anyway.
    Admin deets in private content.

    • This reply was modified 7 years, 6 months ago by JeeBar.
    #681473

    Hey!

    You can define the image for them and it will be automatically been loaded form WordPress.
    Use the plugin it works with enfold, I have tested it!

    THanks a lot

    Cheers!
    Basilis

    #681481

    Hmm, good to know, I guess, but as you can see by the screenshots above it’s not working for me.
    I provided admin deets above per Yigit’s request. Since you’ve worked with this plugin before and know how it’s worked for you in the past maybe you’d be better able to troubleshoot whatever’s wrong?

    #682696

    Hi,

    Authentication required. Can you please post those logins as well?

    Best regards,
    Yigit

    #682787

    Here ya go.

    #684291

    Hi,

    Yes, i meant those. I could not find “Override Avatar” button though. Where exactly is it located?
    Also, if you do not mind, can you post FTP logins here privately as well?

    Best regards,
    Yigit

    #702114

    OK, this is still driving me BATTY. Never could get that plugin to work, I’ve installed a new plugin, and same thing. Still forces a dark gray blank where the profile pic should be, for example: https://solace.com/author/larry-neumann/

    At the end of the day though, why is this so hard? Why should I have to use a plugin in the first place? What is the best/official/recommended way to associate profile pictures with my authors? Just doesn’t seem like such an odd thing to want to do. : (

    My site is now live so easier to access/see. I’ll remind you of the admin credentials in private content below.

    #703114

    Hi,

    You need to install a plugin because the theme is using a default WordPress feature for author profile image, which is gravatar. And you have to modify the includes > loop-about-author.php file. Please follow these steps.

    1.) Install the https://wordpress.org/plugins/profile-picture/ plugin.

    2.) Edit includes > loop-about-author.php file, look for this code around line 11.

    	$gravatar     = get_avatar($email, '81', '', $gravatar_alt);
    

    .. replace it with:

    	$gravatar     = ProfilePicture::pp_picture($email, '81', '81', $gravatar_alt);
    	$gravatar     = $gravatar['img'];
    

    3.) Edit one of the author or user and upload a profile picture.

    Best regards,
    Ismael

    #703424

    I tried that, didn’t work because when I went to “set image as my profile picture” I got a white-screen-of-death. I’ve included admin access to my staging site in case there’s something you can look at or do to help.

    #704182

    Figured it out using WP User Avatar plugin and changing default avatar settings. Please mark resolved.

Viewing 13 posts - 1 through 13 (of 13 total)
  • The topic ‘Profile Pics for Authors w/o Gravatars’ is closed to new replies.