Hey there,
I’m using a plugin to create responsive carousels on the site I’m working on. I’ve created one and used the shortcode to implement it on the homepage and this works fine.
However, when I try to use it on any other page the slider doesn’t show.
I checked the javascript console and I’m getting two ‘Uncaught ReferenceError: jQuery is not defined’ errors.
Having had a look around online it looks like it’s to do with when jQuery loads. On the network tab in Dev Tools I can see that jQuery loads before anything else on the homepage, but this isn’t the case on the other page?
Unfortunately I’m building this site locally (not sure if this might be part of the problem…) so I cannot share any live links, but I’m happy to send over screenshots if you need me to.
Many thanks!