When adding a fancybox popup you may encounter a common issue, which shows the below error message, while clicking the link.
"The requested content cannot be loaded.
Please try again later."
Please try again later."
This error is due to the misconfiguration of the link class.
- If image popup is used, then it may be the issue with the image extension, make sure the extensions are all small letters. Ex: image.jpg instead of image.JPG
- In case of href url, then you must add class fancybox.iframe, otherwise the page may not load resulting the error.
Ex: Demo
changes to
Demo
Hope this will work for you.
Tags: fancybox broken, broken fancybox image, broken fancybox page, fancybox iframe broken, fancybox not working
5 comments:
Hi, I'm trying to solve the same problem I have with a URL, but your two 'Demo' links don' work...
/EL
Tell me your exact issue.
when i am trying to access google.com using my android 2.3 phone (galaxy note) this error is popping up.Please help.i am able to acess gmail whic is configured intially to the phone asnd other web sites
Hey thanks, i resolved this error
I was using fancybox 1.3.4... everything was working.
When changed to 2.0.6, I had to add fancybox.ajax class to the html element.
Post a Comment