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

    (@smashballoon)

    Hey bpopoleo,

    This issue should have been fixed in version 1.2.1. Could you do the following for me?

    1) Go to your WordPress Plugins page and click ‘Edit’ under the Instagram Feed plugin
    2) On the right hand side, click on the file called ‘sb-instagram.js’
    3) Towards the bottom of the file, find the following line of code:

    //Run custom JS
    sbi_custom_js();

    And change it to be this:

    //Run custom JS
    if (typeof sbi_custom_js == 'function') sbi_custom_js();

    4) Click ‘Update File’ to save the changes

    Let me know whether that fixes the issue for you.

    John

    Thread Starter Pop

    (@bpopoleo)

    That fixed it, thanks.

    Plugin Author smashballoon

    (@smashballoon)

    Awesome, glad to hear that!

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Uncaught ReferenceError’ is closed to new replies.