• 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 6 years, 8 months 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.

    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.

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

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

    we have the Same problem, only Hashtag works

    Same problem here, only Hashtag works.

    • This reply was modified 6 years, 8 months ago by link-design.

    Same problem…

    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

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

    Thank you so much @manueler !

    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

    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 6 years, 8 months ago by Joelle. Reason: tried proposed solution

    Same here! Following this topic, thanks!

    Thanks, your solution works a treat! @manueler

    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.