I'm using Fancybox and after a migration to another server it stopped working. Fancybox JS and CSS are found and loaded. jQuery activator is default:
a[rel="fancybox"]
Image code example:
<a href="http://clients.morningtime.com/jamesbondlifestyle/sites/default/files/styles/fancybox_popup/public/images/product/ga019-sony-vgntx007c-limited-edition-spy-gear-2.jpg" rel="fancybox">
<img typeof="foaf:Image" src="http://clients.morningtime.com/jamesbondlifestyle/sites/default/files/styles/semi_width_image/public/images/product/ga019-sony-vgntx007c-limited-edition-spy-gear-2.jpg" alt="photo © Sony" title="Sony VGNTX007C Limited Edition Spy Gear"> </a>
It used to work exactly like this, then suddenly stopped. Lightbox2 does work (if I swap out rel="fancybox" for rel="lightbox2" in the code example above.)
For some reason, Fancybox is not triggerd. Clicking the link in code example above shows the image in the browser, no fancybox popup.
Comments
Comment #1
bas.hr commentedDo you have any JS errors in console? Can you try to reinstall the module, looks like fancybox.js is not included.
Also Fancybox is not that stable for D7. I can recommend you colorbox module.
Comment #2
dianacastillo commentedI agree that colorbox works better, fancy box did not work for me