Title: Plugin breaks avatars
Last modified: January 15, 2020

---

# Plugin breaks avatars

 *  Resolved [arskrigitsioniets](https://wordpress.org/support/users/arskrigitsioniets/)
 * (@arskrigitsioniets)
 * [6 years, 4 months ago](https://wordpress.org/support/topic/plugin-breaks-avatars/)
 * Plugin breaks avatars after activating. It’s hard to see it on small avatars (
   but possible), so I give you a method to understand that there is definitely 
   something wrong. There is a [Hueman](https://ru.wordpress.org/themes/hueman/)
   theme that displays avatars in signature of posts. How to reproduce
 * 1. Install Hueman Theme
    2. Create a user with avatar through logging in vk. 
   3. Make him author 4. Write something in bio (important!) and create a post 5.
   See a broken avatar in a post signature: [https://imgur.com/fYidTut](https://imgur.com/fYidTut)
   If plugin is deactivated, all is normal: [https://imgur.com/3fTXi21](https://imgur.com/3fTXi21)
 * There is not a problem in theme, there is a problem in the plugin. I tried this
   theme with another plugin with social logging possibility [https://ru.wordpress.org/plugins/wpdiscuz/](https://ru.wordpress.org/plugins/wpdiscuz/)
   and there were no problems.

Viewing 4 replies - 1 through 4 (of 4 total)

 *  Thread Starter [arskrigitsioniets](https://wordpress.org/support/users/arskrigitsioniets/)
 * (@arskrigitsioniets)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/plugin-breaks-avatars/#post-12347168)
 * And there is the same problem with [WPForo plugin](https://ru.wordpress.org/plugins/wpforo/).
   SuperSocializer generates wrong styles width and height 96px for avatars so they
   are broken. Screen: [https://i.imgur.com/uZ3prjg.jpg](https://i.imgur.com/uZ3prjg.jpg)
 * How to reproduce:
    1. Install WpFOro 2. Install SuperSocializer and enable social
   avatars 3. Login via vk.com 4. In widgets of your theme open wpForo widget and
   add last comments sidebar 5. See how avatar in the widget is collapsed if it’s
   got from VK.
 *  Plugin Author [Heateor Support](https://wordpress.org/support/users/heateor/)
 * (@heateor)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/plugin-breaks-avatars/#post-12367735)
 * Sorry for the late reply. Please see attached screenshots:
    You can see the social
   avatar is 128 x 128 px [https://imgur.com/n5bfmVM](https://imgur.com/n5bfmVM)
   But the width of container div from Hueman theme is 64px which is not enough 
   to accommodate the size of social avatar [https://imgur.com/a/U9DXs91](https://imgur.com/a/U9DXs91)
   Size of social avatar in WPForo widget is 96 x 96 px as shown in the screenshot
   [https://imgur.com/a/sOwQwXg](https://imgur.com/a/sOwQwXg), but the size of container
   is not enough to accommodate the size of social avatar [https://imgur.com/a/kfzwf1A](https://imgur.com/a/kfzwf1A)
   Social avatar uses the default height, width set by your theme for avatars. You
   can check this at line number 317 in “wp-content/plugins/super-socializer/inc/
   social_login.php” file. So, plugin is not doing anything wrong. It’s simply using
   the default height, width used by the theme you are using. You can add following
   CSS in “Custom CSS” option at “Super Socializer > General Options” page in admin
   area to make social avatar work with the WPForo plugin: `div.wpforo-list-item
   img.avatar{width:auto!important;height:auto!important;}` and following CSS to
   make social avatar work with the Hueman theme: `div.bio-avatar img.avatar{width:
   auto!important;height:auto!important;}`
 *  Thread Starter [arskrigitsioniets](https://wordpress.org/support/users/arskrigitsioniets/)
 * (@arskrigitsioniets)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/plugin-breaks-avatars/#post-12368543)
 * It works, thanks!
 *  Plugin Author [Heateor Support](https://wordpress.org/support/users/heateor/)
 * (@heateor)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/plugin-breaks-avatars/#post-12368714)
 * You’re welcome.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Plugin breaks avatars’ is closed to new replies.

 * ![](https://ps.w.org/super-socializer/assets/icon-128x128.png?rev=1866723)
 * [Social Share, Social Login and Social Comments Plugin - Super Socializer](https://wordpress.org/plugins/super-socializer/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/super-socializer/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/super-socializer/)
 * [Active Topics](https://wordpress.org/support/plugin/super-socializer/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/super-socializer/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/super-socializer/reviews/)

 * 4 replies
 * 2 participants
 * Last reply from: [Heateor Support](https://wordpress.org/support/users/heateor/)
 * Last activity: [6 years, 3 months ago](https://wordpress.org/support/topic/plugin-breaks-avatars/#post-12368714)
 * Status: resolved