hello, i have a problem with avatar at the feed, it seem they are flattened. how to fix this?
What plugin are you using for the featured option, i only show latest, online, search no featured... are you using oxwall or skadate?
I'm glad you've fixed it. My advise to you is first test your stuff on localhost only then apply it to your money siteI'm not monetizing the social network right now, even if I want to I can't do that. Need a plugin?
I had same problem - what i did is simply added an auto height in css and it got sortedhello, i have a problem with avatar at the feed, it seem they are flattened. how to fix this?
my eg below:
.ow_avatar img, div div .ow_lp_avatars .ow_avatar a img{
width:45px!important; height: auto!important;
note* I am using simplicity theme, so you need to check the default avatar width of your theme.. you can do so by inspecting element.
--
Hope it helped, if anyone have a better solution do let know.. even i will use
Thanks
Cheer!