
Download
Latest version: Download Easy FancyBox for WordPress 1.8.9 [zip]
Downloaded 2522700 times.
Rated 4.6 out of 5 stars with a total of 155 votes on WordPress.org »
Latest version: Download Easy FancyBox for WordPress 1.8.9 [zip]
Downloaded 2522700 times.
Rated 4.6 out of 5 stars with a total of 155 votes on WordPress.org »
1154 Comments
Using WP 5.5.1 and Easy FancyBox 1.8.18 the caption of the lightbox is retrieved from the title-Tag, not the alt-tag. What can I do?
Hi Subhash, that is not default behavior since WordPress 4.9 (if I remember correctly) because the title tag should not be used anymore at all… are you using a plugin like Restore Image Title or similar?
No, I don’t use such plugins. I like the title-Tag and only unwillingly I will remove it. If I do not use it, easy fancybox works. Sigh!
a page builder plugin maybe?
I don‘t even know what that is. I write code by hand if appropriate. But I use an old them (Twenty Eleven) in a new version from August 2020 and this theme still has the title. I really would prefer to keep it.
Hey, is it possible to show PDFs on mobile, too? It doesn’t work on my website.
Hi Brigitte, most mobile browsers do not natively support PDF rendering. But you can choose the option “Google Docs Viewer” on Settings > Media in the PDF settings, which should work for most platforms…
WordPress 5.6 after the update, the plugin Easy FancyBox does not work, what should I do?
There are javascript errors occurring on your site that are not coming from Easy FancyBox, but they are blocking errors, breaking script execution. That is why FancyBox is not working on your site anymore. One error is coming from a script snippet in the first line of your source code (it looks like a custom script)
$(document).ready(function(){$(".panel-widget-style").css("background-color","#fff");});
which for multiple reasons is not going to work there. The second error is the real blocking error and seems to come from a Flexslider script…