
Download
Latest version: Download Easy FancyBox 1.8.9 [zip]
Downloaded 2522700 times.
Rated 4.6 out of 5 stars with a total of 155 votes on WordPress.org »
Commercial message:
Latest version: Download Easy FancyBox 1.8.9 [zip]
Downloaded 2522700 times.
Rated 4.6 out of 5 stars with a total of 155 votes on WordPress.org »
Hi there, I’ve always loved Easy Fancybox, but I just installed it on a website that it didn’t work well on. It put a partial link at the top of the images in the WooCommerce shop on the site, and now they won’t go away, even when I remove the plugin entirely! I just reinstalled it to see if fiddling with the settings might help, but they appear to be “stuck” there. It looks like they’re a remnant of the links (with attribution) I put in the captions of a wordpress gallery included in a new post in the blog, which lead to products in the shop. I really need them to disappear.
The site is http://lindaabblettwatercolors.com
The partial link I’m seeing is this: See New Pricing” data-rel=”prettyPhoto”>
It shows up at the top left of the paintings in the shop, but only the paintings included in this new post which have links in the captions to their product posts in the shop, all the others look clean: http://lindaabblettwatercolors.com/2016/06/06/prices-reduced-original-watercolors/
The one thing that drives me crazy about WordPress is that the images don’t open in a fancybox by default. The theme I’m using on this site includes the code for their galleries, but not for wordpress galleries or single images, which is why I installed it in the first place. I thought the only problem with this arrangement was that the theme galleries open two fancybox images of the same image when it’s clicked, but then I discovered this other issue which my client won’t be happy about at all. Can you please help me? Thank you so much!
Hi, I don’t see “See New Pricing” on http://lindaabblettwatercolors.com but I can tell you that “prettyPhoto” is from another light box plugin…
Quick followup on my request for support. I just checked again on the product pages, and the product image on every page where I see this exposed link code does not open in a fancybox, but those that were not linked from the blog post I mentioned all do open in Fancybox without any trouble. Thanks so much for any assistance you can provide!
That’s prettyPhoto light box that came with Woocommerce. Best not to use more than one light box script on a site… To make prettyPhoto work with other image links than only on the product pages, try giving a link a data-rel=”prettyPhoto” and class=”zoom” attributes.
I see, I had spaced on the fact that WooCommerce also has this feature. I’ve submitted a ticket with them and hope they can help me work it out. Thanks for the information, Ravan! It really helped me know where to turn for further assistance. Have a lovely day.
Easy FancyBox 1.5.8 – Fatal error after updating the plugin
Can not be activated, both in the individual Web and in the Multisite Web
Warning: require_once(/srv/www/[domain]/wp-content/plugins/easy-fancybox/class-easyfancybox-options.php): failed to open stream: No such file or directory in /srv/www/[domain]/wp-content/plugins/easy-fancybox/inc/class-easyfancybox.php on line 424 Fatal error: require_once(): Failed opening required ‘/srv/www/[domain]/wp-content/plugins/easy-fancybox/class-easyfancybox-options.php’ (include_path=’./:/usr/share/php5/5.2.17/PEAR’) in /srv/www/[domain]/wp-content/plugins/easy-fancybox/inc/class-easyfancybox.php on line 424
Hi Lawless, on what kind of hosting platform are you running your website? Is it Windows?
Update: the new release 1.5.8.1 should work around the issue no matter what your server OS or PHP version… Could you try to update and let me know?
Solved – After updating to version 1.5.8.2 everything works again correctly.
Is there a way to display something like “image 1 of 3” in the lightbox when using a group of images with the rel attribute? I’m afraid people won’t know there’s multiple images. Or is there a way to display the left and right arrows without hover so it indicates right away that there are more images.
Hi Suzanne, this is not possible without modifying the plugin or light box script. The advanced extension is planned to feature this option but it’s not ready yet. Sorry.
Thanks for the plug in, really love it. Unfortunately after updating to WordPress 4.7, with Easy FancyBox 1.5.8.2 the title no longer shows in Fancybox. Any suggestions?
Hi Nick, this happens because WordPress has changed the image markup. I found https://wordpress.org/plugins/restore-image-title/ to be an excellent solution to the problem.
I have 2 what I think are identical but separate WordPress installations.
On one ANY YouTube videos work (see right margin video)
http://www.mcardlelegal.com.au/migration/registered-migration-agent-sydney/
On the other ANY videos don’t work
http://www.mcardlelegal.com.au/
Easy FancyBox installations are identical.
Any help is appreciated – great plugin by the way!!
Hi Dario, there are some serious script (jQuery) errors going on on that second site. You might want to start debugging by turning off autoptimize….
Wow, thanks very much – this is exactly what solved it for anyone else out there.
From Autoptimize plug-in settings I unticked ‘Optimise JavaScript Code?’ and YouTube videos are now playing as expected!
ps. Reason I used Autoptimize was to get rid of the Google Speed Test warning that is now back since making this change, the warning being for Mobile:
Should Fix:
Eliminate render-blocking JavaScript and CSS in above-the-fold content.
I’ll leave it this way though, thanks very much once again!
Hi Dario, the plugin places indeed a little script in the head section but it’s not “render blocking” in the sense that Google Pagespeed test supposes. It is only loaded there and does not do anything until triggered after page load. The code needs to be ready because in rare cases it needs to be triggered earlier but even then, it does not actually add any significant above-the-fold render time. Sadly, Google Pagespeed test does not know this and simply adds the (rather common) “eliminate render-blocking” should-fix warning.
That said, there is new version planned that will add an option to move the code snippet to the footer to get rid of the Pagespeed test warning. While some may need to keep it in the header, for most cases the footer should be fine too.
Hello I can you help me with this one. I’ve successfully implemented the contact form on my website with easy fancy box, but the problem is that the message that will say that the contact form has successfully submitted is not showing. Only a red line. Also when you have a blank input and just pressed submit, nothing happens, even the error message of contact form 7 does not show. Can you help me with this? I want to know if this is a css problem or contact form 7 problem.
This is the test website http://edeskaloans.com/edeskatest/production-knives/
Hi Cedric,
First, test the form without FancyBox. Move the CF7 shortcode outside the hidden div to make it visible on the page and do some test submissions. Does it show any response messages then? If not, then it’s an issue with CF7.
On the website I’m working on, when a picture is clicked, it brings it up twice: once in a white border, and once without. Do you know why that would be happening?
That normally happens when there is another light box running on the site. Either in your theme or another plugin… Best delete Easy FancyBox an d find a way to make the other light box work for you.
RavanH what if i want to show a form on de Fancybox?
e.g: I have this shortcode from my form [formidable id=5]
what I need to do?
Hi iamartbc, a form is inline content. You can find how to embed inline content following the example in the FAQs 🙂
I’m Sorry RavanH, don’t know how to…
pls point me in right direction I’m kind of new!!!
In this page (scroll to above the comments) under the heading “Frequently Asked Questions” then “Advanced” there are two questions that have example code that you can paste in your WordPress page editor Text tab. The most important one for you is “Can I display a contact form in FancyBox?” Click the link to open the explanation, copy the example to your site and replace the contact form shortcode with the one you are using.
Thanks for everything
Hi again RavanH,
Got 1 more simple question for you, I have a shortcode ( [formidable id=5] ) as menu it works fine pointing to that, but me and my creations minds, lol….
it’s there a way that when click on that menu it shows the form on the fancybox?
sorry to bother, still LOVE your work
Hi iamartbc, sorry I do not think I understand your question. Do you wish to open the contact from from a menu item? Then just give that menu item a class “fancybox-inline” (there are advaced menu options on the menu edit page) … If you mean something else, can you share a link to an example page maybe?
Heyyyy RavanH, thanks for so fast answer: Look
I use formidable forms, witch has shortcode for each form you create; Now someone (client) it’s asking me if there’s a way that Form is’t on the top menu.
so I did: http://bestteam.com.do/ (last menu has two forms), but he want’s that form opens with fancybox, thing is I did try to add the class to the menu with just the shortcode and what does is that straight up opens the form and without the fancybox.
ScreenShot: https://snag.gy/p4QjCx.jpg
So I believe that the question should be:
“I have a Shortcode of a form, that I want to add it as a Top Menu Option, that when it’s clicked It opens the form in FancyBox.”
Note: I use “shortcode in Menu” plugin to add the shortcode to menu. should i change this ?
You could install the plugin https://wordpress.org/plugins/show-content-only/ and then edit the top menu links. Change them to Custom URL and use each form page URL with “?content-only=1” appended. Then give the menu items a class “fancybox-iframe”. And enable the iFrame option on Settings > Media.
Thanks RavanH, One more thing, do I get more stuff and personal attention with Pro version, cuz I’m thinking of buying it today.
With the advanced version you get the extra options and access to the pro support forum 🙂
The URL : http://www.youtube.com/c/twctvnews/live
Use fancybox-youtube or fancybox-iframe No Display
Hi Alex, could you share a link to a page where you are trying this Youtube light box?
How to turn on swipes on mobile devices in this plugin?
Hi, full mobile/touch support should be there in the next release when the FancyBox 3 script will be integrated into the WordPress plugin.
https://wordpress.org/support/plugin/easy-fancybox/ plugin works good for me.
I want to display image Title and image Description inside popup box. I review all settings. But can’t find solutions for this.
Review this screen shot for my requirements -> http://nimb.ws/C27FvH
So please help me.
Thanks, Ketan.
Hi Ketan, the image title or description are not available to FancyBox. Only the image ALT text. You can put all you wish to show in the light box there…
Hello,
After the recent update, the plugin has errored, blocking any back end dashboard access on wordpress. I had to manually disable it within cPanel on my hosting company.
The error message is:
Parse error: syntax error, unexpected ‘[‘ in /html-directory-location/wp-content/plugins/easy-fancybox/inc/class-easyfancybox-admin.php on line 21
Kind regards,
Clint
You need PHP version 5.4 or above. Can you upgrade your server PHP? Preferably to PHP 7.0 or higher as recommended by WordPress…
hi, u last update ‘easy fance box’ broke wp-login!
500 error after trying auth
pls fix it
You need PHP version 5.4 or above. Can you upgrade your server PHP? Preferably to PHP 7.0 or higher as recommended by WordPress…
Please help
The plugin was not activated, because it caused a fatal error.
Parse error: syntax error, unexpected ‘[‘ in /home/sands00/s-and-s.com.ua/www/wp-content/plugins/easy-fancybox/inc/class-easyfancybox-admin.php on line 21
You need PHP version 5.4 or above. Can you upgrade your server PHP? Preferably to PHP 7.0 or higher as recommended by WordPress…
The version 1.6.3 made my wp-admin page crash and unavailable…
You need PHP version 5.4 or above. Can you upgrade your server PHP? Preferably to PHP 7.0 or higher as recommended by WordPress…
hi,
To see the images in full size, I put images of 1024 pixels wide.
I would like to give the choice to the visitors, that they can click to see the image in size Reelle, thank you
Set the option “Link to: Media file” when inserting the images.
Hello,
I used something like this to open a image in light box. It was working fine until the last update.
Click here
Please let me know how to make it work again.
Hi Craig, you may be suffering from a theme incompatibility that did not occur with the previous version. Can you share a link to your site?
Hello, I have this plugin version 1.8.5. I am using it to display iframes from Vimeo but the Loader does not go away at all. Is there an update? You can see the error on my staging site. https://web-staging.sleepscore.com/sleepscore-app/faq
Hi Harold, it looks like your theme is using an incompatible jQuery version loaded with
Any way to replace that with the default one included with WordPress?
Update: could you test the latest Easy FancyBox 1.8.6 release first?
Thank you for the reply. The 1.8.6 update fixed the issue. For everyone reading, I am using JQuery 3.3.1.
Thanks again!
that’s good news. Thank you for the feedback!
Can I display YouTube with Easy Fancy Box? No, I can’t. Not even with alle the comments I read at the forum
Hi Henk, are the instructions not clear? Simply create a link to the YouTube page in your post content. With the Youtube option and Autodetect enabled on your Settings > Media admin page, this link will open the video in a light box…