• Resolved kataklizmic

    (@kataklizmic)


    All of my Flickr galleries are suddenly not loading. They will sometimes load if I hard refresh (Ctrl+F5).

    This is the console error I’m getting:

    jQuery.Deferred exception: jQuery(...).flickr is not a function TypeError: jQuery(...).flickr is not a function
        at HTMLDocument.<anonymous> (https://www.burninghotevents.com/2022/02/02/system-of-a-down_korn_1-31-22/:496:33)
        at e (https://www.burninghotevents.com/wp-includes/js/jquery/jquery.min.js?ver=3.6.0:2:30038)
        at t (https://www.burninghotevents.com/wp-includes/js/jquery/jquery.min.js?ver=3.6.0:2:30340) undefined
    • This topic was modified 2 years, 9 months ago by kataklizmic.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter kataklizmic

    (@kataklizmic)

    It appears that I may have resolved the issue by removing async defer from my jquery code. However, it previously worked fine.

    I changed this:

    <script async defer src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>

    to this:

    <script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>

    • This reply was modified 2 years, 9 months ago by kataklizmic. Reason: Added more information to clarify
    Plugin Author FARAZFRANK

    (@farazfrank)

    Hi @kataklizmic,

    Thanks for the update.

    I checked it’s working perfectly now: https://prnt.sc/YdMJE_w2LTeY

    Please do a favor, if you find the plugin helpful on your site.

    Rate & Share Feedback: https://www.ads-software.com/support/plugin/flickr-album-gallery/reviews/

    Thanks & Great Day

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘jquery “TypeError: jQuery(…).flickr is not a function”’ is closed to new replies.