2012-04-17, 01:47:56
heyrobt Wrote:Rob, I have a question about the FancyBox integration. I pasted the the example code from your site into a test page (using source) and changed the jpg's to ones of my own. When I save and then load the page, I see thumbs of all the photos and when I hover the cursor over the thumbs they are highlighted with a blue box. But when I click on the photo, I get the message: "The requested content cannot be loaded. Please try again later." I'm not sure what I'm overlooking?
FYI: I noticed on your Flaming example page the photos loaded as they should, but on your Portfolio page the do not.
Heyrobt,
Sorry about that. I have yet to finish my own site :/
What you are missing (without seeing an example) is a reference to the larger image in the "a href"
Currently my code example looks like this <a class="fbox" href="javascript:;"><img src="/data/uploads/blog/flamingo/jungle.jpg" /></a>
In order to get the image to load replace the "javascript:;" with a reference to your larger image, such as, http://yourdomain.com/images/thislargeimage.jpg\"
I hope this helps!
Thanks,
Rob