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

    (@lawsonry)

    Hi Mtaus,

    Thanks for your kind words! Let’s solve this problem.

    Have you made any modifications to your template file? It looks to me like your template is calling on a non-Gravatar function in order to pull the author profile pictures.

    $url = get_the_author_meta('author_profile_picture', $user_id);

    That will give you a url to display your profile picture.

    I can trouble shoot this for you if you make me an account on your blog (it does NOT have to be an admin account, just whatever will give me the ability to interact with the Easy Author Image plugin).

    Send me the account details: jesse@lawsonry.com

    Alternatively, copy and paste the part of your code that displays the author profile image in that author box.

    Speaking of which, are you using a plugin to display the author box?

    My gut reaction to this is that your theme is not handling the plugin correctly. The fix is usually just changing the code that retrieves the author profile image.

    – Jesse

    Plugin Author Lawsonry

    (@lawsonry)

    Looks like problem was solved. Happy to help!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Image does not display unless I deactivate plugin’ is closed to new replies.