Trusted WordPress tutorials, when you need them most.
Beginner’s Guide to WordPress
Puchar WPB
25 Million+
Websites using our plugins
16+
Years of WordPress experience
3000+
WordPress tutorials
by experts

Jak wyświetlać okrągłe obrazki Gravatar w WordPress?

Niedawno pokazaliśmy, jak stylizować twój układ komentarzy i jak stylizować formularz komentarza. Jeden z naszych użytkowników wysłał do nas e-mail z pytaniem „jak sprawiłeś, że twoje obrazki gravatar są okrągłe? Czy przechowujesz obrazki gravatar lokalnie, aby były okrągłe?”. W tym artykule pokażemy, jak wyświetlić okrągłe obrazki gravatar w WordPress. Wykorzystamy właściwość border-radius CSS3 do stworzenia okrągłych obrazków gravatar.

Pierwszą rzeczą, którą musisz zrobić, to edytować plik style.css twojego motywu. Możesz to zrobić za pomocą programu FTP lub przechodząc do Wygląd ” Edytor w twoim panelu administracyjnym WordPress. Następnie dodaj następujący kod do twojego pliku CSS:

.avatar {
border-radius: 50%;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
}

.

To powinno działać na większości motywów WordPress. Jeśli jednak nie działa to na twoim motywie, prawdopodobnie jakaś wtyczka lub funkcja twojego motywu zakłóca domyślne klasy używane dla gravatara w WordPress. Aby dowiedzieć się, jakiej klasy css używają obrazy gravatar w twoim motywie, musisz otworzyć wpis na blogu, który zawiera komentarze. Przewiń w dół do sekcji komentarzy i kliknij prawym przyciskiem myszy obrazek gravatar, aby wybrać opcję Inspect Element. Zostanie wyświetlony kod źródłowy twojego gravatara, jak poniżej:

Finding css class used by gravatar icon

Jeśli obrazek gravatar ma coś innego niż awatar, użyj tego zamiast .awatar w powyższym kodzie css.

Mamy nadzieję, że ten artykuł pomógł ci wyświetlić okrągłe obrazki gravatar na twoim blogu WordPress. Daj nam znać, jeśli masz jakieś pytania lub uwagi, zostawiając komentarz poniżej.

Ujawnienie: Nasze treści są wspierane przez czytelników. Oznacza to, że jeśli klikniesz na niektóre z naszych linków, możemy otrzymać prowizję. Zobacz jak WPBeginner jest finansowany, dlaczego to ma znaczenie i jak możesz nas wspierać. Oto nasz proces redakcyjny.

Avatar

Editorial Staff at WPBeginner is a team of WordPress experts led by Syed Balkhi with over 16 years of experience in WordPress, Web Hosting, eCommerce, SEO, and Marketing. Started in 2009, WPBeginner is now the largest free WordPress resource site in the industry and is often referred to as the Wikipedia for WordPress.

Najlepszy zestaw narzędzi WordPress

Uzyskaj BEZPŁATNY dostęp do naszego zestawu narzędzi - zbiór produktów i zasobów związanych z WordPressem, które każdy profesjonalista powinien mieć!

Reader Interactions

21 komentarzyZostaw odpowiedź

  1. Syed Balkhi

    Hey WPBeginner readers,
    Did you know you can win exciting prizes by commenting on WPBeginner?
    Every month, our top blog commenters will win HUGE rewards, including premium WordPress plugin licenses and cash prizes.
    You can get more details about the contest from here.
    Start sharing your thoughts below to stand a chance to win!

  2. Rex

    Very timely. Thank you so much.

    • WPBeginner Support

      You’re welcome :)

      Administrator

  3. pujara

    How to add comment image automatically like in your comment system?

  4. Nataly

    hello, It worked, thank you, but, the description appear to high. over the pic, do you know to make it appear at the side of the pic?

  5. Therese

    I can’t make it work. :(
    I can’t figure out where exactly to put it, nothing seams to change. I’ve looked at the source code and it’s got avatar just like the example source code.

      • ERFmama

        Yes I did. I have the Twenty Twelve theme.
        Is there a specific place it has to go? In the style.css

        Edit: Never mind it suddenly worked now! :D

        Can I ask how to change the size of the avatars please? Or have you already written that down somewhere?

        Thank you so much for this!

  6. Chrissy

    Fantastic! Exactly what I was looking for! Thanks you guys rock!

  7. Jacky

    THANK YOU so much for this, spent hours trying to accomplish. You provided the most straightforward solution!

  8. Abdul Samad

    Bro Thanks For This Code I’m New In WP and I really Enjoying Your Blog Man Thanks For THis And All Tutorials ….

  9. Richie

    I was going to pass along this tip and of course tried it first on one of my sites.

    Worked like a champ I simply changed my CSS from px to % for the border moz and webkit.

    Here’s where it got interesting.

    I went to another site, did the same tweak and it didn’t work. After a little head scratching I remembered that I had the plugin WP User Avatar installed on the site that it worked on and didn’t have it installed on the site it didn’t work on.

    I installed the plugin and whalah, works like a champ.

    For both sites I’m using a custom theme built on the Presswork framework.

    Bottom line, I got it to work but only with the plugin.

    Any ideas?

    • Editorial Staff

      It is possible that your theme wasn’t using the css class .avatar, and the plugin added that.

      Administrator

      • Richie

        I’ll check it out. Thanks :)

  10. Roselle Celina

    Hi there, thanks for this tutorial! It’s working great on chrome and Firefox, but for Safari, I’m getting this same problem: http://jsfiddle.net/2UT8v/2/

    Thanks in advance for your help ;)

  11. RW

    I agree and I only use IE about 4% of the time but several of my customers are still on 8.

    Thanks,
    Bob

  12. Martin

    If somebody uses IE8 does not deserve for round image ;)

  13. RW

    Great tip. Please note that IE8 doesn’t natively render round corners (border-radius). You’d need to use javascript, pie, etc… for this but not worth the trouble. Luckily IE9 recognizes current standards…

    Thanks.

    • Jim Burnett

      I remember the days we were trying to keep IE6 support in the loop. Not it’s IE 8 for rounded corners. Lucky us, IE9 is picking up.

      Then again, FF 3.0 doesn’t support any HTML 5. *sad face*

      Cool CSS trick though!

Zostaw odpowiedź

Dziękujemy za pozostawienie komentarza. Pamiętaj, że wszystkie komentarze są moderowane zgodnie z naszymi polityka komentarzy, a Twój adres e-mail NIE zostanie opublikowany. NIE używaj słów kluczowych w polu nazwy. Przeprowadźmy osobistą i konstruktywną rozmowę.