Fancybox PNG 404 Error

Permalink
I am currently trying to optimise the loading time of my website. I have used Web Page Test to run a report of where improvements can be made. The biggest error it has found is a 404 to a Fancybox folder containing images which do not exist.

The link which the error points to is listed below. I have also attached a screenshot of the problem.

http://www.seonuts.co.uk/fancybox/fancy_shadow_n.png

1 Attachment

 
ronyDdeveloper replied on at Permalink Best Answer Reply
ronyDdeveloper
If you look at the fancybox js files, you will see it points some images there which is set as relative path. Concrete5 doesn't recognize the relative paths. So it through errors. There better approach is to add the full path for images.

Rony
RussNut replied on at Permalink Reply
This problem is now solved. I looked in the javascript and css files for Fancybox, which showed all the paths. Thanks for the help.