Gallery + FancyBox not Working (Opening File Path Only)
I'm having issues sitewide with the Gallery FancyBox.
I imported a demo to go off of that had the pre-existing shortcode necessary to implement the gallery, however (even with all plugins disabled) the fancybox does not work in the gallery shortcode. I've searched this forum already for a previous discussion on the topic and haven't quite found this exact issue so I'm posting my problem.
I imported a demo to go off of that had the pre-existing shortcode necessary to implement the gallery, however (even with all plugins disabled) the fancybox does not work in the gallery shortcode. I've searched this forum already for a previous discussion on the topic and haven't quite found this exact issue so I'm posting my problem.
An applicable url: http://www.c-store.tv/c-stores/ (About halfway down the page there is a 4 column gallery)
I've even tried adding the class to the shortcode itself, adding the class to the section, along with various other implementations. I've disabled & re-enabled the FancyBox option. There are not Javascript Errors in my console on page load.
However, when I log the console I receive this:
jquery.plugins.js?ver=6.1:48 Uncaught TypeError: Cannot read property 'indexOf' of undefinedjquery.plugins.js?ver=6.1:48 (anonymous function)jquery.js?ver=1.11.1:2 m.extend.mapjquery.plugins.js?ver=6.1:48 e.prettyPhoto.initializejquery.js?ver=1.11.1:3 m.event.dispatchjquery.js?ver=1.11.1:3 r.handle
Resource interpreted as Document but transferred with MIME type image/png: "http://www.c-store.tv/wp-content/uploads/2015/01/vlcsnap-2015-01-13-19h49m19s64.png".
Is this maybe a .htdocs or server side configuration error? Please help.
Comments
you have this problem because you got class="prettyphoto" instead of rel="prettyphoto". Please replace it in your column item and all will be fine.
The problem existed even from the DIRECTLY imported demo that was provided from your importer. I used the same code, changed out the id's on the gallery images and later realized that the links went straight to the files.
e.prettyPhoto.initialize -> jquery.js?ver=1.11.1:3
Anyway thanks for explanation! We're glad to hear that you solved it.
It re-appeared.