• Resolved patrickkay1234

    (@patrickkay1234)


    I have an error in my website. How can I resolve this?

    crp-lightgallery.js:1301 Uncaught ReferenceError: jQuery is not defined at crp-lightgallery.js:1301

Viewing 1 replies (of 1 total)
  • Do you use custom jQuery version in your theme? This generally happens if jQuery library is missing, so all scripts depending on jQuery fail to function.

    If you’re using custom jQuery, please make sure after wp_deregister_script() you do wp_enqueue_script('jquery'). Otherwise wp_enqueue_script("any-plugin-script.js", "jquery") function will not be fired.

    If this wont resolve your issue, please let me know.

Viewing 1 replies (of 1 total)
  • The topic ‘Uncaught ReferenceError: jQuery’ is closed to new replies.