• Resolved alexlii

    (@alexlii)


    Hello,

    Two question:

    1# on Buddypress site, the avatar will not not show up on buddypress activity page, would you please fix it?

    2# Is there a CSS to make the avatar to be round please? like this one:https://prntscr.com/mcsbw8

    Thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter alexlii

    (@alexlii)

    HELLO,
    The avatar is round on our theme, what is the css to set letter avatar as round please, otherwise, it looks violation : https://prntscr.com/merny4

    Thanks

    In the file lib/ltrav-frontend.php find this line:
    '<div class="sgi-letter-avatar avatar avatar-%s" style="line-height:%spx; height:%spx; width:%spx; %s">
    and replace it with this line:
    '<div class="sgi-letter-avatar avatar avatar-%s" style="line-height:%spx; height:%spx; width:%spx; border-radius:20px;border-style:solid; border-color:#FF1493; %s">

    Now you can play whith these in the new line:

    border-radius:20px;
    border-style:solid;
    border-color:#FF1493;
    Plugin Author Sibin Grasic

    (@seebeen)

    Version 2.8 is out which enables you to select avatar shape from the backend ??

    Thread Starter alexlii

    (@alexlii)

    Hello,

    Thanks so much for your great work.

    I just want to let you know my setting:

    https://prntscr.com/mzvnu6

    and the connection status:

    https://prntscr.com/mzvnfz

    As it show above, these two connections are blocked in China by Chinese government firewall:
    https://www.googleapis.com/webfonts/v1/webfonts?
    https://secure.gravatar.com

    That is the reason why I set only load Avatar locally, otherwise, the site will be seriously delay.

    Thanks so much and have a nice day.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘HOW to make the avatar to be round please?’ is closed to new replies.