Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author VeloMedia

    (@velomedia)

    Hi adsleeblythe,

    Can you tell us what tag did you use ? Do you have this problem by using the shortcode or the widget ?

    Thank you,
    VeloMedia

    Thread Starter Adam Blythe

    (@adsleeblythe)

    Thanks for the reply,

    I haven’t used a tag, in the widget settings I used ‘user ID’ under the ‘type’ dropdown and my user ID pin in the ‘value’ field.

    If you take a look at my homepage in the sidebar, you will see the my latest instagram photo image thumbnail and underneath text displaying ‘by’ without my instagram username.

    I’m assuming this is how it should work!?

    Thanks again

    Plugin Author VeloMedia

    (@velomedia)

    adsleeblythe, we will include a fix for this in the next release.

    Meanwhile please edit the easy-instagram/index.php file and replace the line 501:
    $caption_from = '';
    with
    $caption_from = $elem->user->full_name;

    Sorry for the inconvenience and thank you for helping us fixing this issue.

    Thread Starter Adam Blythe

    (@adsleeblythe)

    Thanks for that, I will give it a go later on as I am currently at work…I will let you know how I get on.

    Thanks again

    Thread Starter Adam Blythe

    (@adsleeblythe)

    Ok so I have had a look in wp-content/plugins/easy-instagram/index.php and I can’t see what you are referring to above…

    Please see my pastebin of index.php

    On line 495 I see

    $out .= '<div class="easy-instagram-thumbnail-author">by ' . $elem['caption_from'] . '</div>';

    which refers to div class ‘east-instagram-thumbnail-author’ where I am trying to show my instagram username.

    Can you please tell me what I have to change exactly.

    Thanks again.

    Plugin Author VeloMedia

    (@velomedia)

    Sorry for this, I was giving you a wrong line based on the development code. The correct line from your pastebin is 414.

    You might also want to comment the lines 504-507 as the image post/tagging time is not reported correctly in your case.

    We will release an update in a few hours.
    Thank you for your understanding.

    Plugin Author VeloMedia

    (@velomedia)

    adsleeblythe, the latest release is available.
    Please use the 1.2.2 version and let us know how it’s working for you.

    Thank you again,
    VeloMedia

    Plugin Author VeloMedia

    (@velomedia)

    Hi adsleeblythe,

    We’re confident this has been resolved in the last update. Do let us know if that’s not the case for you.

    Best,
    VeloMedia

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘easy-instagram-thumbnail-author not showing’ is closed to new replies.