• Resolved akgt

    (@akgt)


    how can i make all avatars round and smaller, Any pre made setting i can use like you can with Weaver for bbPress.

Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author Robin W

    (@robin-w)

    no pre-made setting – I may add that, but put this in the custom css tab of my plugin

    .avatar {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    width : 40px ;
    height : 40px ;
    }

    80px is the default so 40px is half this, so you can play with this number to get the size you want

    • This reply was modified 6 years, 3 months ago by Robin W.
    Thread Starter akgt

    (@akgt)

    Thanks also my main theme seams to be over writing the uploaded avatars size can i do anything to fix this ?

    https://prnt.sc/kn4y82

    Plugin Author Robin W

    (@robin-w)

    try :

    .avatar {
    border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    -webkit-border-radius: 50% !important;
    width : 40px !important ;
    height : 40px !important ;
    }

    Thread Starter akgt

    (@akgt)

    Also im not sure if i need to open a new post or its ok to ask here.

    in the last few days since adding a few bbpress plugin i’ve been getting a 503 error.
    ive dissabled all plugins but bbpress and i still get the error, ive disable bbpress and it work, ive tried deleting aand reinstalling it and but is the same issue.

    any ideas ?

    im going to try and delete the other bbpress plugin see if that helps.

    Thread Starter akgt

    (@akgt)

    Thanks but that did not work

    https://prnt.sc/knkr9x

    Plugin Author Robin W

    (@robin-w)

    I’d need a link to your site and an example

    Thread Starter akgt

    (@akgt)

    My site is in development,
    do you have a email or something so i can send it privately ?

    Plugin Author Robin W

    (@robin-w)

    Can you contact me via my website

    https://www.rewweb.co.uk/contact-me/

    (sorry putting an email address directly into wordpress support gets me spammed with email for a week!)

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘How can I make avatars round ?’ is closed to new replies.