javascript slideshow inside wp header not working - javascript

I just implemented a slideshow to the header of a WP site, but i can't get it to work
The code is hard coded inside the php site
see here:
http://dev.turnim.com/clients/lds/
I did upload all the javascript and css files, which the script came with and firebug is not showing me any errors.
I did check all the paths on the needed scripts/css and they are all ok
Anyone has an idea what is going wrong here?

you have either wrong paths to these libs or those libs dont exist. check them, so that they load with 200 OK
Failed to load resource: the server responded with a status of 404 (Not Found)
http://dev.turnim.com/clients/lds/wp-content/themes/spanisheyes/fonts/genericons.css?ver=2.09
Failed to load resource: the server responded with a status of 404 (Not Found)
http://dev.turnim.com/clients/lds/wp-content/themes/spanisheyes/js/jquery/supersized.shutter.css
Failed to load resource: the server responded with a status of 404 (Not Found)
http://dev.turnim.com/clients/lds/slider/i.slider-1.0.min.js

Related

I am unable to load Image in Javascript file and I am facing this issue - Failed to load resource: the server responded with a status of 404

Failed to load resource: the server responded with a status of 404 (Not Found)
I have made image src in html and I am trying to change that image on click from Javascript in a Javascript file. Can someone please help me please check image here for detail of the error?
typically its an error in the syntax of the URL it looks like you are trying to retrieve the images from the root directory of your site. You are also passing the port information through that URL btw that might be the issue too

Error: Failed to load resource: the server responded with a status of 404 (Not Found)

This is the first time I am uploading a website online.
Here is the link.
I am using carousel with four images saved in the same folder.But then also I am getting this error.
Failed to load resource: the server responded with a status of 404 (Not Found)
Although this question has been previously asked but then also I am not able to find the solution for my problem.
The 404 error means that the file that you are trying to access, which is the background image in the subsequent slides in the carousel, are not present in the server, i.e., they haven't been uploaded.
Please check if they've been uploaded successfully.
Comment back here if any update.
Your image links seem to be broken. You link the images like this:
http://www.hawkbirdsports.com/images/slider/IMG_5264.jpg
But this link returns a 404 status error, which means the resource is simply not found at this location. Make sure your image links are valid and the error messages will be gone.

Lightbox 2 Implementation

I have tried to implement and use the lightbox jquery function on this website however it is not working. I have looked at the documentation and structured the page as the site says yet I do now know why the plug in is not working
The lightbox resources (the CSS and JS files) aren't being loaded.
Thats why the lightbox isn't working.
Take a look at how did you reference these files, probably you referenced a wrong folder, or something...
You are getting two console errors regarding loading files:
http://162.243.219.66/dist/css/lightbox.min.css Failed to load resource: the server responded with a status of 404 (Not Found)
http://162.243.219.66/dist/js/lightbox-plus-jquery.min.js Failed to load resource: the server responded with a status of 404 (Not Found)
Make sure you are pointing to the correct files.

Failed to load resource: the server responded with a status of 404 (Not Found)?

I am working on Angular-Google-Map API. When I load Google Map frist time it go no error. I have list of markers, when I click on it, gives details like location, address, etc. This details show on one form. When I close form and again click on any markers it gives following error.
I automatically attach .map at end of requesting file. Like angular-cookies.min.js.map. So that requested resource is not found gives following errors. Because there is no file with .map extension at end.
So what reason it add .map extension at every file.
Failed to load resource: the server responded with a status of 404 (Not Found) http://localhost:3000/static/lib/angularjs/js/angular-cookies.min.js.map
Failed to load resource: the server responded with a status of 404 (Not Found) http://localhost:3000/static/lib/jquery/js/jquery.min.map
Failed to load resource: the server responded with a status of 404 (Not Found) http://localhost:3000/static/lib/angularjs/js/angular.min.js.map
Failed to load resource: the server responded with a status of 404 (Not Found) http://localhost:3000/jquery.min.map
map extension is a way for the browser to "unminify" the minified javascript files, so that on client side, debugging will be easier, without impacting performance. Normally getting this error will not effect anything. Everything will work as expected. But if you don't want to see that ugly errors, you can further explore it from here;

Image slider not appearing correctly in eBay

For: http://cgi.ebay.co.uk/ws/eBayISAPI.dll?ViewItem&item=160653524585&ssPageName=STRK:MESE:IT#ht_520wt_1398
When a thumbnail is clicked the new image appears below by 10-20 pixels. It works fine on private host but on eBay has this issue. Any fix or help greatly appreciated. Thanks
You need to show your code. All the thumbail images are missing.
The console gives a 404 errors on them...
Failed to load resource: the server responded with a status of 404
(Not Found) adventures_thumb.jpg
Failed to load resource: the server responded with a status of 404
(Not Found) stephens_thumb.jpg
Failed to load resource: the server responded with a status of 404
(Not Found) residential_thumb.jpg
Failed to load resource: the server responded with a status of 404
(Not Found) autism_thumb.jpg
Failed to load resource: the server responded with a status of 404
(Not Found) spiritual_thumb.jpg
You are also getting a bunch of similar errors. It appears like you are using relative paths within your script so it's looking for these things within a directory on eBay. I assume you are hosting these components yourself so you need to use full, absolute paths including the http://yourServer.com/yourPath/ on everything, all of your referenced assets.
(As a side-note, AFAIK, I thought eBay did not allow any scripts within their auction listings.)
EDIT:
Since posting my answer, the link to the auction listing referenced in the question has been changed. It's now a whole different thing, different content, different code, etc., rendering my comments above obsolete.
To the OP: This is a very bad practice, not only is this question and answer now useless to future readers, you've totally wasted my time.
It appears that the OP was edited while I was typing my original answer, therefore, there is no history of the original question. This is the auction as presented when I first answered.
EDIT 2:
As per eBay's HTML & JavaScript policy
You can’t use HTML or JavaScript that: Calls remote scripts and pages
automatically, such as JavaScript "includes" or "iframes."

Categories

Resources