Support » Plugin: Top Authors » Customising Gravatar etc.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author danielpataki

    (@danielpataki)

    Hi muyilleum,

    Not really, you’ll need to use the placeholders (see the help in the widget or the plugin page) coupled with your own HTML and CSS. For the screenshot I used something like this:

    <li>
    <a href='%posts_url'>%gravatar_80%</a>
    <div class='social'>
    <a href='%meta_facebook' class='fa fa-facebook'></a>
    <a href='%meta_twitter' class='fa fa-twitter'></a>
    </div>
    </li>

    The rest is CSS and also the use of Font Awesome (http://fontawesome.io/). I’ll see if I can write a post about this on a website soon 🙂

    Daniel

    Thread Starter muyilleum

    (@muyilleum)

    Thanks Daniel. Looking forward to the post 🙂

    How would I make the social icons bigger?


Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Customising Gravatar etc.’ is closed to new replies.