Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author smashballoon

    (@smashballoon)

    Hey Carol,

    It looks like your theme is using an out of date version of the jQuery library from 2011 (https://caroljoolee.com/wp-content/themes/imbalance2/libs/jquery-1.6.1.min.js). Does your theme have any updates available for it?

    John

    Thread Starter carollorac

    (@carollorac)

    I’ll look into it and get back to you.
    Thanks!

    Plugin Author smashballoon

    (@smashballoon)

    No problem, just let me know if you have any follow up questions.

    John

    Thread Starter carollorac

    (@carollorac)

    Actually, there aren’t any updates available. Can I do this manually?
    Thanks!

    Plugin Author smashballoon

    (@smashballoon)

    Hey Carol,

    I can’t tell you how to edit your specific theme, but I can tell you how to change the code in our plugin which relies on the newer version of the jQuery library. If you do the following then I believe it should fix the problem for you:

    1) Go to your WordPress plugins page
    2) Click Edit under the Instagram Feed plugin
    3) In the list on the right have side you should see a file called sb-instagram.js
    4) Open the file and at the bottom you’ll see the following:

    $loadBtn.find('a').on("click", function() {
      userFeed.next();
    });

    5) Change this to be

    $loadBtn.find('a').click(function() {
      userFeed.next();
    });

    6) Click Update File

    Let me know whether that fixes the issue for you.

    John

    Thread Starter carollorac

    (@carollorac)

    Worked like a charm!
    Thank you!!

    Plugin Author smashballoon

    (@smashballoon)

    Awesome, glad to hear that. I should be able to change this permanently in the next update so that it continues to work with older versions of jQuery.

    If you like the plugin and feel like supporting it by leaving a super-quick review then it would be hugely appreciated! And if you have any other issues in future then just let me know.

    John

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Feed not displaying’ is closed to new replies.