• This plugin is great!
    I have noticed one small issue, when using with Safari:

    When in write post screen, and selecting an image from the drop down list, after selecting an image, the picture does not update.

    But, if you then click the next/previous button, then it moves to the next one just fine and the picture then updates.

    Must be something weird/different about how Safari does things. Works find in Firefox though.

    THanks!
    Steve

    http://wordpress.org/extend/plugins/post-avatar/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter spedney

    (@spedney)

    Actually, I just tested in IE and the same issue occurs there also

    Thread Starter spedney

    (@spedney)

    If you’re interested I think I have found the solution:

    in file: gkl-postavatar.php

    you haven’t included an onchange in the select declaration…

    Just change this (in line 467?):
    <select name="postuserpic" id="postuserpic">

    to this:
    <select name="postuserpic" id="postuserpic" onchange="chPostAvatar(this)">

    Seems that IE and Safari need that declared there, and not only in the option lists, but Firefox doesn’t mind it

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: Post Avatar] Very useful – one Safari issue though’ is closed to new replies.