All my code is in place, no errors, but clicking the thumbnails just doesn’t trigger Fancybox. I had Lightbox in place before, same problem, so I switched.
You don’t appear to have a link to the jquery library in the head of your document, which you need for any jquery plugins like fancybox to work. Make sure the link sits above any other jquery links.
yes pmw57 is right. I would seriously recommend asking the fancyBox forums through Google groups becuase they will help you quite quickly with whatever issues you may have. Also if you wish to no longer receive emails once your issues are fixed, you can obviosuly unsubscribe, but I want you it is hard to do so as you see a bunch of awesome ideas you want to learn how to do with fancyBox.
I found my problem. As expected, something stupid - forgot to call
jQuery(document).ready(function()
Thanks!
team1054: The JS compressor I’m using is specific to the ExpressionEngine CMS, but there are web based tools for it too–Google is as good as anything to find one.