JQuery Issue: Uncaught ReferenceError: jQuery is not defined
-
Hello,
I’m running into this issue. I have a feeling it is likely conflicting, or that it is loading later than it should be. I get this on all js support ticket pages, and only on those:
https://convexcode.com/create-support-ticket/
Also, on a side note, unless I missed an easy setting. It would be nice to use https by default for jquery-ui-css. I had to add the following to my functions.php of my child theme so it would no longer break my ssl. (The jQuery error was there even before this change, but this at least fixed the ssl issue).
wp_dequeue_style(‘jquery-ui-css’, ‘https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.2/themes/smoothness/jquery-ui.css’);
wp_enqueue_style(‘jquery-ui-css’, ‘https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.2/themes/smoothness/jquery-ui.css’);
Thank you!
- The topic ‘JQuery Issue: Uncaught ReferenceError: jQuery is not defined’ is closed to new replies.