I bought your module, installed it but it does not appear as in your demo image
to me it seems very ugly 🙂
I use kleo theme. I maked a screenshot to better understand what I’m talking about.
https://image.ibb.co/f8XYGm/2018_01_10_17h55_51.jpg
Thank you very much!Hi,
Thank you for purchasing the plugin.It is most probably a css issue. I see the avatars are pixelated.
Can you please provide me a temporary account(normal user) on the site(and make sure to visit this account atleast once).
I can check and quickly assist.
regards
BrajeshPlease put this into your css
.buddypress div#item-header .recent-visitors img.avatar { width: auto; /** or set it as 20px etc*/ }
The theme was overriding the width to 130px leading o the issue.
Hope that helps.
Regards
BrajeshI did that, but it’s not ok
look: https://www.mocasoft.net/members/skartex/Hi,
I knew that would happen, That’s why I said to set some width.For example, if you have set the avatar size as 10 in the backend, you should set it as
.buddypress div#item-header .recent-visitors img.avatar { width: 10px; }
Do you wnat the round avatars?
If yes, you can add this line below the width like
.buddypress div#item-header .recent-visitors img.avatar { width: 10px; border-radius: 50%; }
and so on.
Please let me know what do you want it to look like and I can help with the css.Regards
Brajesh
The topic ‘ [Resolved] Recent Visitors For BuddyPress Profile’ is closed to new replies.