BuddyDev

Search

[Resolved] Recent Visitors For BuddyPress Profile

  • Participant
    Level: Initiated
    Posts: 10
    anonim on #12790

    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!

  • Participant
    Level: Initiated
    Posts: 10
    anonim on #12791

    I changed in Visitor avatar size in header but nothing happens

  • Keymaster
    (BuddyDev Team)
    Posts: 24250
    Brajesh Singh on #12793

    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
    Brajesh

  • Participant
    Level: Initiated
    Posts: 10
    anonim on #12798
    This reply has been marked as private.
  • Keymaster
    (BuddyDev Team)
    Posts: 24250
    Brajesh Singh on #12799

    Please 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
    Brajesh

  • Participant
    Level: Initiated
    Posts: 10
    anonim on #12803

    I did that, but it’s not ok
    look: https://www.mocasoft.net/members/skartex/

  • Keymaster
    (BuddyDev Team)
    Posts: 24250
    Brajesh Singh on #12804

    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

  • Participant
    Level: Initiated
    Posts: 10
    anonim on #12807

    works, thank you very much!!

  • Keymaster
    (BuddyDev Team)
    Posts: 24250
    Brajesh Singh on #12808

    You are welcome!

The topic ‘ [Resolved] Recent Visitors For BuddyPress Profile’ is closed to new replies.

This topic is: resolved