Search code examples
javascriptjquerycsstwitter-bootstrapflexslider

Flexslider works on my computer but doesn't load after uploading online


As the title suggests, I am currently using Flexslider by WooThemes on a site I am creating.

It is not on there but it does work when I am loading it from the files on my computer. Here is a screenshot of how it loads (properly) on my computer:

image as seen loading from fils on my computer

I know that the JavaScript works because other scripts are working just fine. (parallax, smooth scrolling, etc.)


Solution

  • I think, your problem is in double jQuery loading. You include jquery in <head> and in <footer>. Remove one of them.