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...
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...
works fine for me on service page. I'm on Chrome
Look at your source code. couple of errors need addressing (as usual)
I don't see any errors. Maybe you could copy and past theme here @Steevb
What browser are you on?
What browser are you on?
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?
Example: how many times do u need to call on font awesome and jquery?
@mnakalay
Click the op link and view the source code?
Cannot believe u r still struggling after 6 years!
@Steevb who is this last remark addressed to?
op
you've only done 5
you've only done 5
If you don't want to help then don't help.
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.
@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.
Plus header and comments??