Wordpress Envira Gallery doesn't load with forbidden status - javascript

When I load the webpage with Envira Gallery, it gives an error message
Failed to load resource: the server responded with a status of 403 (Forbidden)
with http://s3.kpost.ca/wp-content/plugins/envira-gallery/assets/css/responsivelyLazy.css?ver=1.7.2.
And it has some reference errors
can't find variable: responsivelyLazy.
How should I fix this problem?

Well it simply can't find the variable.. Either you are missing a file, you have permission issues or your path has a typo.. it is difficult to tell without seeing the site in question. Since this is a paid for wp plugin, I would recommend that you open a ticket here https://enviragallery.com/docs/.

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.

how to find the source code that produce the Resources in Chrome Inspect Element

If you look at the following site http://styles.my/thestar/ , the inspect element using chrome shows a 404 for http://shopping.thestar.com.my/image/.
How can I find or trace back the code that producing this error?
I can see a a 403 error.
Failed to load resource: the server responded with a status of 403 (Forbidden)
Has to be something about permission in the server side. And this is the correct URL for this resource http://styles.my/thestar/image/
Make sure you ask with the correct info :)

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