Viewing 15 replies - 1 through 15 (of 15 total)
  • Plugin Author Cătălin Dogaru

    (@cdog)

    Hey Tony4x4,

    Please let me take a look. Thanks you for reporting!

    Best,
    Cătălin

    Thread Starter Tony4x4

    (@tony4x4)

    Thanks

    Thread Starter Tony4x4

    (@tony4x4)

    Hi there,

    Any update on this problem?
    Thanks

    Any update on this problem?

    Plugin Author Cătălin Dogaru

    (@cdog)

    Hey Tony4x4, tjuays,

    I’ve got pretty busy lately, hence the delay in my response. I’m sorry for this. I’ve tested Avatar Manager with WordPress 4.5.3 (currently the latest version) and the default Twenty Sixteen theme. Everything seems to work as expected, the author avatar being displayed on each post. Can you provide the list of themes/plugins you have installed and the version of your WordPress instance? If any of this are commercial, can you provide temporary access to your website so I can take a look? Please let me know if anything I can do to help.

    Best,
    Cătălin

    Thread Starter Tony4x4

    (@tony4x4)

    Thanks, do you have an email address that I can send the login information to?

    Plugin Author Cătălin Dogaru

    (@cdog)

    Yes, please send it to catalin.dogaru@gmail.com. Thanks!

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    @tony4x4, Please don’t create multiple accounts.

    Thread Starter Tony4x4

    (@tony4x4)

    Not sure what you mean by don’t create multiple accounts.

    You should have received an email

    If you look at users you will see Mindy and Denise have avatars as per your plugin but if you go to their articles their avatar is not showing.

    Denise
    http://pineywoods.news/optimal-living-good-health-part-1-of-2/

    Mindy
    http://pineywoods.news/hamburger-helper-mixes/

    Thanks for your help.

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Are you saying you don’t know why the ‘tjuays’ account had posted here?

    Plugin Author Cătălin Dogaru

    (@cdog)

    It should be fixed now, checking the links you provided display the user avatar. The issue was from the functions.php file of your theme. I’ve commented the original lines (505 and 506) changing this:

    if ( get_avatar( esc_url( get_the_author_meta( 'email' ) ) ) ) {
      $html .= '<div class="mug-shot">' . get_avatar( esc_url( get_the_author_meta( 'email' ) ), $size = 96 ) . '</div>';
    }

    to this:

    if ( get_avatar( get_the_author_meta( 'email' ) ) ) {
      $html .= '<div class="mug-shot">' . get_avatar( get_the_author_meta( 'email' ), $size = 96 ) . '</div>';
    }

    This isn’t related to Avatar Manager, it wasn’t working with WordPress core functions neither. You should report it to the theme author to fix it. Using esc_url on emails was adding the http:// prefix to them which is obviously wrong:

    get_avatar( 'http://user@example.com/', ... );

    Please let me know if there’s anything more that I can do to help and don’t forget to remove my user from your website.

    Best,
    Cătălin

    Thread Starter Tony4x4

    (@tony4x4)

    Awesome!

    Thank you very much for your help even though it was not your issue.

    Thanks

    Tony

    Plugin Author Cătălin Dogaru

    (@cdog)

    Great! Glad I was able to help 🙂

    If you want to show some support too, there’s something you can do.

    Good luck,
    Cătălin

    Plugin Author Cătălin Dogaru

    (@cdog)

    Hey Tony4x4,

    I have received a donation from you. Thank you! Would you mind to provide your name so I can add you to the contributors list?

    Best,
    Cătălin

    Thread Starter Tony4x4

    (@tony4x4)

Viewing 15 replies - 1 through 15 (of 15 total)
  • The topic ‘Avatar not showing on Front End’ is closed to new replies.