Firelight
Forum Replies Created
-
Forum: Plugins
In reply to: [Firelight Lightbox] display videos without backroundAny chance you could share a link to the page? I can check it.
Forum: Plugins
In reply to: [Firelight Lightbox] display videos without backroundHi! I just tried adding the same html to my site to open your video. And I believe I see what you mean. For me, I get white stripes at the top and bottom (more than a border).
This is because the aspect ratio of the lightbox is different than your video. And the part of the lightbox that goes beyond the video background shows the white lightbox background.I’m wondering if you can try adding the following CSS to your site:
.fancybox-inner { aspect-ratio: 1.896 !important; height: auto !important; }Note that if you using the lightbox for other things (images, etc) on other pages, the CSS will apply to everything. So you may need to limit this css to the particular pages where you are loading videos, which you can do by using the page or post id from the body class (ie, .page-id-99 .fancybox-inner { css here }.
What this does is (a) remove the fixed height, and (b) let the aspect-ratio determine the height. I played around with values the aspect-ratio, and the exact number above seemed to match the video in the link above.
Forum: Plugins
In reply to: [Firelight Lightbox] After update Alt text is now Black on BlackBy the way, if you are happy with the plugin and support, please consider leaving a 5 star review if you haven’t already. That really helps us and other plugin developers on WordPress.org. 🙂
https://wordpress.org/support/plugin/easy-fancybox/reviews/#new-post
Forum: Plugins
In reply to: [Firelight Lightbox] After update Alt text is now Black on BlackI’ve pushed a fix for this issue. While the setting was working, we don’t want to change it on update, so I’ve fixed that. Thanks again for reporting!
Forum: Plugins
In reply to: [Firelight Lightbox] Error: Third-party cookie will be blocked.Hi @jabir20!
Docs. You’ll can find docs here: https://firelightwp.com/wordpress-lightbox-docs/
Contact Form. The docs will be especially useful for adding a contact form. You’ll want to look at the instructions for how to open inline content withing the lightbox. You’ll put the form within that inline content.
Console. I don’t think your console warning is related to our plugin. At least it’s not one I’ve ever seen or heard of.
For galleries/images, you’ll need to make sure you that you set the gallery/image to open the media file. You can again see instructions in the docs above.
Thanks for giving the plugin a try. Let us know if you have other questions.
Forum: Plugins
In reply to: [Firelight Lightbox] Border width and cyclic galleryGreat! I’m going to resolve this thread for now.
Forum: Plugins
In reply to: [Firelight Lightbox] Border width and cyclic gallery@acekin – I just pushed an update that removes the minimum border width and fixes cyclic navigation with Fancybox2 (along with a few other issues related to Fancybox2 after the options page update).
Please feel free to upgrade, test, and let me know if you still have issues.
Forum: Plugins
In reply to: [Firelight Lightbox] After update Alt text is now Black on BlackI’ve confirmed this issue. Updating the value works fine. But you are correct that when you update, the default value was reset from white to black. I’ve already fixed this and should deploy that fix within a day or two.
Thanks very much for reporting.
(Note: if you’ve already updated sites and the color has been updated to black, it may be the case that you have to manually update back to white. Apologies for the extra hassle on that.)Forum: Plugins
In reply to: [Firelight Lightbox] Border width and cyclic gallery@acekin – can you confirm if you are using Fancybox V2? The cyclic settings appears to work fine for me on legacy and reloaded, but not on V2. Just want to be sure you are seeing the same so I fix the right thing.
I do already have a fix removing the min border width.Forum: Plugins
In reply to: [Firelight Lightbox] After update Alt text is now Black on Black@intowernet – Thanks for reporting. We made some major updates last week to how options are handled and saved.
To clarify – are you able to update colors to be what you want? I guess I’m asking if (a) you can change the colors or (b) some colors were changed after updating even though you didn’t change them. Two different kinds of issues.
Regardless, I’ll look at and retest these color options and push a fix if needed this week.Forum: Plugins
In reply to: [Firelight Lightbox] Border width and cyclic galleryThere were some major updates last week to how options are handled and saved. But the changes you’re describing above are not intentional.
I will take a look and try to prep a follow up release that (a) removes minimum border width and (b) ensure non-cyclic behavior works in the next couple days. Will post an update here when done.Forum: Plugins
In reply to: [Firelight Lightbox] Fancy box not scrollingGreat!
Forum: Plugins
In reply to: [Firelight Lightbox] Fancy box not scrollingHi! Thanks for the details.
Looking at your site, the scrolling doesn’t work for me on desktop either. If I resize my window to be smaller, scrolling should kick in and it doesn’t.I can also see by looking at the markup/css that scrolling isn’t applied to your lightbox like it usually would be. It should say ‘overflow:scroll’ here rather than ‘overflow:hidden’. https://d.pr/i/CvranW
So scrolling simply isn’t being applied. I’d start by double checking that scrolling is enabled specifically for inline content in your FancyBox options for Classic Reloaded.
If it is, and it’s just not applying, I’m not sure why that would be the case without being able to troubleshoot.
One quick fix you could try is to apply this bit of custom css. It will impose scrolling on the lightbox when needed:
#fancybox-content > div { overflow: scroll !important; }Forum: Plugins
In reply to: [Firelight Lightbox] PHP 8.1 Warnings in 2.0Great!
Forum: Plugins
In reply to: [Firelight Lightbox] PHP 8.1 Warnings in 2.0Hey – thanks for reporting. These should already be fixed as of 2.0.1. Can you update to latest and confirm no new warnings of this type appear?