Hi, I could throw some wild guesses at you but a link to your site will probably help find the cause much quicker.
Thank for your answer, the site is still under construction, so it can be reached without accessing to administration area… when it will be published, I’ll send you the link to solve the problem.
Do you see any script errors in your browser console log? Also make sure there is only ONE jQuery library called in the page source and that your theme uses the obligatory <?php wp_footer(); ?>
You can see the plugin in action here:
http://www.gruppoabele50.org/documenti/
Thanks
Ah… it’s because the extension .PDF in uppercase is used. Normally when uploading files in WordPress, the extension is put in lowercase (.pdf) so the autodetection is not scanning for uppercase. you seem to be using a specific plugin to upload these files?
I’ll fix this in the next version but for now, you’ll either need to make these files use the lowercase extension or manually give the links a class="fancybox-pdf" attribute.
I’ll change the specific plugin I’m using to upload pdf files…
Many thanks
Hi, could you try the latest dev version from https://ww.wp.xz.cn/plugins/easy-fancybox/developers/ under Other Versions? It should (untested) be able to detect PDF in capitals too now.