This topic has 8 replies, 2 voices, and was last updated 9 years by Milton Ayala.

  • Author
  • #52371
     Milton Ayala
    Participant

    How can I remove white circle around avatar or fix it from the oval shape it has now?

    Also how can I change the location of the avatar in the profile page from its default in the center?

    #52388
     sharmstr
    Moderator

    Its shouldn’t be oval, it should be round. To remove the border

    COPY CODE
    
    body.is-user-profile #item-header-avatar {
      border: 0;
    }
    

    You can apply css to the #item-header-avatar div to move it.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    #52453
     Milton Ayala
    Participant

    Thank you @sharmstr,

    Code to remove border works perfectly. I know it shouldn’t be oval, the only thing I could find here was this;

    https://archived.seventhqueen.com/forums/topic/profile-avatar-and-activity-stream-issue

    I could not find the culprit plug-in. The design looks better with a border, but for now this will do.

    On avatar location, That sounds good, only if I knew how to code css. Can I get the code?

    Thank you again, You ROCK!

    #52457
     sharmstr
    Moderator

    I cant give you code if I dont know where you want it.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    #52464
     Milton Ayala
    Participant

    I want it on the bottom, right.

    Will the social icons move too? I used your code to achieve social icons on the profile page. (thanks! works perfect) Also can I change the size of the icons?

    Would the code have a I.e. 40 px height 10 px width location assignment? So I can tweak the location of the avatar if I wanted to?

    #52473
     sharmstr
    Moderator

    I’m willing to get you started, but asking us to code everything for you is beyond the scope of support here. If you dont understand css, you should hire someone who does.

    COPY CODE
    
    body.buddypress.is-user-profile div#item-header {
      text-align: right;
    }
    

    The icons are just fonts so this might work

    COPY CODE
    
    body.buddypress.is-user-profile div#item-header i {
      font-size: 20px;
    }
    
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    #52493
     Milton Ayala
    Participant

    Thanks a lot @Sharmstr,

    It works. and you’re right I got to either learn it or hire somebody, and this is a great start. Thanks again for the support.

    #52497
     sharmstr
    Moderator

    You’re welcome.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    #52511
     Milton Ayala
    Participant

    Hey @sharmstr,

    Thought you might like to know

    On the Oval error, and removing the white circle around avatar

    When I click on show less in profile cover, The white circle is back, so it was not removed from there. But the oval error is gone. 🙂

    This kind of works for me. In perspective, the transition to show less keeps the focus on the avatar as the white circle comes in.

Viewing 9 posts - 1 through 9 (of 9 total)

The forum ‘General questions’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?