jQuery slideshow not working

Permalink
I have a simple jQuery slideshow running the awesome cycle plugin.
Works fine on homepage but refuses to load images on service page even though it all looks fine in editing mode.

Any ideas please?

http://turbo.turboit.co.nz/~plazmaxco/concrete5.7.5.9/index.php?cID...

trixiemay
 
mnakalay replied on at Permalink Reply
mnakalay
works fine for me on service page. I'm on Chrome
Steevb replied on at Permalink Reply
Steevb
Look at your source code. couple of errors need addressing (as usual)
mnakalay replied on at Permalink Reply
mnakalay
I don't see any errors. Maybe you could copy and past theme here @Steevb
What browser are you on?
Steevb replied on at Permalink Reply
Steevb
Although the slideshow is working for me, there are code errors.
Example: how many times do u need to call on font awesome and jquery?

@mnakalay
Click the op link and view the source code?
Steevb replied on at Permalink Reply
Steevb
Cannot believe u r still struggling after 6 years!
mnakalay replied on at Permalink Reply
mnakalay
@Steevb who is this last remark addressed to?
Steevb replied on at Permalink Reply
Steevb
op
you've only done 5
mhawke replied on at Permalink Reply
mhawke
If you don't want to help then don't help.
mnakalay replied on at Permalink Reply
mnakalay
Anyway...
@trixiemay Steevb is right you are loading several files multiple times. Font-awesome css is loaded 3 times, bootstrap.js is loaded twice. Jquery is loaded twice.

This could be the source of the problem but I doubt it. If it was, we would all see it not working AND there would be error messages in the console. And there are none.

Still, you should definitely correct that.
Steevb replied on at Permalink Reply
Steevb
Plus header and comments??