jQuery not loaded on Sundance 1.1
-
I updated my Sundance theme to version 1.1 and immediately noticed that the video carousel stopped working. The carousel gets stuck at the loading icon.
After some investigation through the browser’s developer console, I found out that “jQuery is not defined”.
I suspected that the jQuery file is not loaded. I went on to check the diffs between v1.0 and v1.1.
I noticed that this line is removed from the new version:
wp_enqueue_script( 'jquery' );
The video carousel works again after adding the code above back to where it was in v1.0.
Please check if this is a valid bug.
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘jQuery not loaded on Sundance 1.1’ is closed to new replies.