Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Paul Bearne

    (@pbearne)

    It looks like the css and JS is missing from your site

    I will look in the morning at the code to make sure I haven’t broken it

    As I quick fix add this to css

    .shortcode-author-avatars .user {
    width: 150px;
    float: left;
    }

    and this will center the paging


    .shortcode-author-avatars .aa_pageList {
    text-align: center;
    }

    Plugin Author Paul Bearne

    (@pbearne)

    Hi James

    I had a look at the code and found the call to add CSS was not perfect !!

    So I have updated the code and pushed it to github

    If you have time down load this file and replace the plugin on you site or just lib/AuthorAvatars.class.php (as this the only file that has changed

    https://github.com/pbearne/wp-author-avatars/archive/master.zip

    PLease let me know if this fixes it if so I will push a new version

    I hope this helps Paul

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Only displaying as one column’ is closed to new replies.