Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author loginradius

    (@loginradius)

    Thanks for liking our plugin, we really appreciate that.

    Can you please tell us where you are getting the thumbnail and where you would like the profile image? Are you doing avatar related customization in your BuddyPress site? Please send us link of your website also.

    You can also send us this information on support.LoginRadius.com, so our team can investigate further on it.

    LoginRadius Team

    Thread Starter igid26

    (@igid26)

    Yes, I doing related avatar customization in your BuddyPress site.
    My web https://www.taraj.sk
    Screenshot
    https://taraj.sk/1.jpg

    https://taraj.sk/2.jpg

    https://taraj.sk/3.jpg

    https://taraj.sk/4.jpg

    Plugin Author loginradius

    (@loginradius)

    To re-size the avatar follow the below mentioned steps:-

    1. Navigate to “wp-content/plugins/loginradius-for-wordpress/LoginRadius.php” in your wordpress installation.
    2. Find following code:-
    $img_width = (! empty ($args[‘width’]) ? ‘width=”‘.$args[‘width’].'” ‘ : ‘width=”50″‘);
    You can change the digit “50” to the number you want. This will change avatar width.
    Below this line, you will find :-
    $img_height = (! empty ($args[‘height’]) ? ‘height=”‘.$args[‘height’].'” ‘ : ‘height=”50″‘);
    Here you can change the avatar height “50” to the number what you want.
    3. Save the file. (Replace existing file, if needed)

    Let us know if you have any further question.

    Thread Starter igid26

    (@igid26)

    Thank you for your reply. Avatar shows the correct size but is blurred.

    https://www.taraj.sk/avatar.jpg

    Plugin Author loginradius

    (@loginradius)

    It should be same as in your ID provider profile and it might be a blurred there as well. We don’t change the avatar image and fetch directly from the ID providers.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘[Plugin: Social Login, Social Sharing & Social Commenting, with User Profile Data] Shows only th’ is closed to new replies.