I am working on a site which is working fine locally. I have uploaded it to my staging server and the JQuery doesn’t seem to be loading (which is hosted by Google).
Can anyone please assist to let me know what the issue might be?
An image slider should appear on this page, but instead the images are just loading one under the other.
And a JQuery “scroll to” should work for the sub nav on this page, but again it’s not working once the site is live.
The slider works for me, too, BUT … it took ages for the page to load fully, during which time the images appeared as you describe. So it seems there’s a long delay in the script loading, which needs some attention.
The sub nav is a horizontal list with blue links (in the white area).
There doen’t appear to be blue links in the second page you linked to (where you said the problem occurs).
Edit:
Ah, Paul beat me on that point. Yes, the link is presumably the wrong one.)
The slider is the “About” page. Strangely, if the page stays loaded, the slider appears after about 20 seconds. Why would this be the case?
The sub nav should have a smooth “scroll to” and is on the “Gourmet Products” page. And the arrows under each product category should scroll back to top.
As I mentioned, some of your scripts are taking an eternity to load (over a minute for me). It seems livereload.js is taking a long time in particular. Once the gourmet page finally loads, the scrolling works there, too.
Yes, as I mentioned above, it is taking an eternity for livereload.js to load. I was using the Chrome Network tab to view the loading times of all the various page files.