James New
James New

Reputation: 91

Jquery slideshow works local but not online

Wondering if anyone can help me. I have a site (for the moment ) hosted at http://www.jn-design.co.uk/REdesign

The image within the computer under "portfolio" is meant to be a slideshow. This works completely fine locally.

When it is hosted online the slideshow does not work at all. I have checked all the file references and disabled the other jquery function (scroll function - 1.5.1) and it still does not work.

Any help would be greatly appreciated?

Upvotes: 0

Views: 1515

Answers (3)

rsz
rsz

Reputation: 1161

Failed to load resource: the server responded with a status of 404 (Not Found) http://www.jn-design.co.uk/REdesign/themes/3/jquery-1.7.1.min.js

Failed to load resource: the server responded with a status of 404 (Not Found) http://www.jn-design.co.uk/REdesign/themes/3/jquery-slider.js

The error console reports these errors fix them!

Upvotes: 1

Sandeep
Sandeep

Reputation: 813

Neither your jquery-1.7.1-min.js nor jquery-slider.js is loaded enter image description here

you can use firebug for firefox or chrome inbuilt web developer tool to debug such error.

Upvotes: 0

Liam Bailey
Liam Bailey

Reputation: 5905

Line 60. The link to your /themes/3/jquery-slider.js is 404ing. The location is obviously wrong, and this is why your slideshow is broken.

Upvotes: 1

Related Questions