If you look at this page http://ccc.allthingswebdesign.com/index.php/patterns/29 There is an image that if you click on it should open in a fancybox window. In fact it used to until I upgraded to the newest version of fancybox and now it’s broken. Can anyone help me figure out what I need to do to get it working again?
If you look at this page http://ccc.allthingswebdesign.com/index.php/patterns/29 There is an image that if you
Share
Just wonder if this script is making any noise to fancybox
Could you disable it to verify that?
UPDATE:
I narrowed down your issue to these two scripts http://ccc.allthingswebdesign.com/assets/js/jquery.validate.min.js and http://ccc.allthingswebdesign.com/assets/js/contactForm.js … if you remove them, then fancybox works. My guess is that since the selector
#CommentFormdoesn’t exist in that page, the validation script breaks the fancybox code. I guess you could apply aphpfilter to load those scripts in the contact page only.