• Resolved deriple

    (@deriple)


    Hello,

    I’m getting this message: “No images found! Try some other hashtag or username”.

    When Username is selected, posts do not display.
    When Hashtag is selected, post do display.

    How can I fix this?

    Thank you.

    • This topic was modified 7 years ago by deriple.
Viewing 15 replies - 1 through 15 (of 48 total)
  • Going to chime is by saying I have seen this error on a couple of client sites as well.

    tuongwp

    (@tuongwp)

    I have 20 sites, and this happen with all of them, the photos don’t show up, even i changed the number of photos or replace the instagram account.

    lanijade

    (@lanijade)

    Yep, having the same issue and so are all my clients.

    Aleksman

    (@aleksman)

    Same problem. Instagram changed its json, so developers needs to fix their plugins.

    ezylaila

    (@ezylaila)

    we have the Same problem, only Hashtag works

    link-design

    (@link-design)

    Same problem here, only Hashtag works.

    waltermitas

    (@waltermitas)

    Same problem…

    manueler

    (@manueler)

    Aparently Instagram have changed the shared data. You can fixed temporarily modifing next lines (until the new version of this plugin)

    In the file instaram_slider.php in v1.4.1

    line 993
    $entry_data = isset( $results['user']['media']['nodes'] ) ? $results['user']['media']['nodes'] : array();
    replace with
    $entry_data = isset( $results['graphql']['user']['edge_owner_to_timeline_media']['edges'] ) ? $results['graphql']['user']['edge_owner_to_timeline_media']['edges'] : array();

    line 1005
    if ( 'hashtag' == $search ) {
    replace with
    if ( 'hashtag' == $search || 'user' == $search ) {

    If you need help you could conctac us… ??
    eNeXTi Ingeniería

    cofkocof

    (@cofkocof)

    Thanks for the fix manueler, I managed to get it to work!

    tuongwp

    (@tuongwp)

    Thank you so much @manueler !

    MechaDigital

    (@jasonkobies)

    Same issue, unfortunately the @manueler fix is not working for me – now I am getting broken image links rather than the “No images found!” message. If it helps my plugin settings are:

    – Search for: usernamer
    – Template: Thumbnails
    – Format: 150×150

    Joelle

    (@joelle)

    Same here. ALL of my clients, in fact. Is this going to be updated soon? Thank you for your work!

    Update: this patch didn’t work, unfortunately. No cigar.

    • This reply was modified 7 years ago by Joelle. Reason: tried proposed solution

    Same here! Following this topic, thanks!

    karencheah

    (@karencheah)

    Thanks, your solution works a treat! @manueler

    lemondropdandy

    (@lemondropdandy)

    the fix by @manueler (thanks!) worked for me. For those who it isn’t working for, I had to update the ‘link to’ option to ‘instagram image’ instead of the image url I had.

Viewing 15 replies - 1 through 15 (of 48 total)
  • The topic ‘No images found!’ is closed to new replies.