• Resolved Masud

    (@masudcu)


    Hi!

    Thanks for creating a light and nice plugin for author list.

    But I am facing a issue. Only one author shows up after applying ‘orderby’ and ‘order’ short-code. But the number of authors on my site is 62!

    Here is the complete short-code I used:

    [authors_list style=”4″ columns=”2″ show_title”yes” show_count=”no” show_bio=”yes” show_link=”no” orderby=”display_name” order=”ASC”]

    However, if I don’t use these two short-codes, then list of all authors is displayed.

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author WPKube

    (@wpkube)

    Hi @masudcu

    You’re welcome and thank you for using it.

    I see the issue, thanks for lettings us know. As it goes through the authors when it gets to one that does not have posts instead of moving on to the next one it stops.

    There was an update planned for November 4th, but to speed things up I’m putting priority on the update and will release it today, this issue will be fixed.

    Plugin Author WPKube

    (@wpkube)

    Hi @masudcu

    Just released the update.

    Thread Starter Masud

    (@masudcu)

    awesome! problem solved!!

    Another issue for author image. Is it possible to radius shape the image?

    Thanks a lot.

    Plugin Author WPKube

    (@wpkube)

    Hi @masudcu

    You’re welcome.

    As for the radius, you can use this (goes in WP admin > Appearance > Customize > Additional CSS):

    .authors-list-item-thumbnail img {
        border-radius: 20px;
    }

    For a circle go with 50% as the value.

    Thread Starter Masud

    (@masudcu)

    Excellent!! works perfectly.

    Plugin Author WPKube

    (@wpkube)

    Great, happy to hear that.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘author order issue’ is closed to new replies.