Thanks for the appreciation 🙂
Let us know your webpage url (with our plugin enabled) where avatars are being displayed so that we can help you out.
Thread Starter
ckubs
(@ckubs)
https://goo.gl/kApHfW
Thank you. Avatars should be 80px in size but they are otputted as 32px if Heator is enabled. Also, adding width: 80px; in CSS doesn’t help as it only makes the 32px avatars, 80px bigger.
Place following file in “wp-content/plugins” folder and activate Avatar size fix plugin from Plugins page in admin area:
https://gist.github.com/anonymous/a3eab9f0e84524ea081df60e1aafff47
Then place following CSS in Custom CSS option at plugin options page in admin area:
img.avatar-80{
height:80px!important;
width:80px!important;
}
Thread Starter
ckubs
(@ckubs)
Unfortunatelly that doesn’t help. It doesn’t actually do nothing. Before I hat 80px width and height set inside avatar img attributes, not via CSS. And after installing your plugin I have 32px width and height inside image attribiutes.
added .comment-author img{ width: 80px; height: 80px; } but this only option doesn’t give me the 80px thumbnails as before but the same 32px thumbnails enlarged.
I guess it’s something code related.
I guess it’s something code related.
Yes, it is. That’s why we told you to enable that plugin we have mentioned in previous reply. Did you enable that?
Thread Starter
ckubs
(@ckubs)
Ahh, ok. That was it. Problem solved now.
(@ckubs)
9 years, 7 months ago
Heateor is the best plugin to let me use both wordpress and facebook comments, but each one in a tab to make it slick.
Unfortunatelly I have one issue with it. My theme outputs 80px comment avatars. And when I activate Heateor, comment avatars turn 32px in size.
Tried to add 80px size in a custom CSS but it doesn’t solve the problem as it only zooms the 32px avatars to 80px.
Thank you for any help.