Javascript Image Slider >
Posts >
Weird issue, stuck at loading.gif
So I'm trying to make the demo2 work on my own webpage locally hosted on my pc, it doesn't seem to work however, instead it just displays the loading.gif and stays at that, in the demo2.html it works though, I've been going through my core class to see if something were to make this happen, but I really couldn't find anything, so I'm rather clueless, as I know for sure that the .css and .js files are loaded, and the images I've loaded are found, they are shown in the small thumbnails in the right, however not in the big slider, there it's just "loading"
11 months ago
I found some syntax errors in your HTML markup:
The vital one:
1. The script should have src attribute instead of href atribute;
The followings are not vital:
2. The jQuery script is not needed.
3. You have two hidden links. A license is needed for this slider as you are using the thumbnail features. You need a license instead of the hidden links. The thumbnails won't slide in-sync with the main slider without a valid license if it is live on the Internet.
4. Some of your tags are not XHTML compliant, such as your img tags are not closed (should self-closed <img src="..." />)
Please correct those syntax errors and then it will work.
11 months ago
Figured it was some stupid mistake, anyways thanks, that seemed to fix it.
11 months ago
Would you please share your URL so that I can take a look?
11 months ago
Well its locally hosted, anyhow, I uploaded it to one of my online hosted servers so you can check it out, REMOVED URL
New Answer