Firelight
Forum Replies Created
-
Forum: Plugins
In reply to: [Firelight Lightbox] Gif links in lightboxHi again! Given some time has passed, I’m going to go ahead and mark this question as resolved. But please feel free to follow up if you are still having issues or have follow up questions. Thanks!
Forum: Plugins
In reply to: [Firelight Lightbox] jQuery VersionI’m going to go ahead and mark this question as resolved, but feel free to ask if you have follow up questions. Thanks!
Forum: Plugins
In reply to: [Firelight Lightbox] jQuery VersionHi! We do not load our own jquery. We rely on the default version of jquery provided by WordPress.
Forum: Plugins
In reply to: [Firelight Lightbox] No sliding when changing images?Hi – I pushed a release today that adds a ‘Transition’ option for Fancybox 2. If you set that to fade, it will now remove the slide and… fade. Given it a try and let me know if it’s working as you expect.
Forum: Plugins
In reply to: [Firelight Lightbox] Gif links in lightboxHi. I wasn’t sure after your last sentence if you are still having this issue?
I just tested this with gif files to confirm, and it should work and is working here for me. FYI – rather than use iframe/inline, you can also just add the .gif extension to the Settings > Fancybox Images > Autodetect field.
If you are still having the issue, could you post/share a gif that’s not working so I can see if there’s something different about the file itself.
Forum: Plugins
In reply to: [Firelight Lightbox] how to make image larger?Hi!
Image Size. Ok, I just checked again and lightbox is working. The images look normal to me when opening in the lightbox. For example, the first two images look like https://d.pr/i/Sr6S2u and https://d.pr/i/vmmAlUQuestions:
- Are seeing the same as me above?
- The images look normal, but the lightbox definitely is more than 20px from the edges, so it could be larger (and should be if you have margin set to 20px).
- Can you please try the Legacy or Releaded lightboxes briefly, and confirm if you have the same issue with images being too small?
- Can you tell me exactly how you have them added? For example, are your images added via a an image block or shortcode or some other method?
- Can you tell me which version of WordPress you’re using?
One other note: I’ve tested these setting myself on multiple test sites, and the margin setting is working fine. The one change I am going to make is that I have the min/max margin set to 20px and 80px. I’m going to adjust that to allow wider values. But in any case, the margin is working.
Iframes. Thanks for the heads up. To confirm, now that you made the change above, this is working fine for you now right?
Forum: Plugins
In reply to: [Firelight Lightbox] No sliding when changing images?Yes, so the Transition In / Out setting on that screen actually affects the way the lightbox opens and closes, not how it transitions between images. That’s not clear. What I probably need to do is add the transition options and rename the existing ones to Open/Close or something like that.
In any case, I agree this is change that is useful for everyone. I’ll work on updating this and try to push a release with it by next week.
Forum: Plugins
In reply to: [Firelight Lightbox] how to make image larger?Small image issue. To confirm, that link is redirecting to s-stroit.ru. I assume that the right site? I do see some images on the resulting page, but they’re not opening in a lightbox at all for me right now. They just open in a separate page.
Based on what you’re describing, images should open in a large lightbox. So there must be something off in how you have things configured. I just can’t tell what it is without being able to see a page with the issue.
Question: is the small lightbox on desktop and mobile, or only mobile?
Question: can you briefly try using the Legacy or Reloaded lightbox and confirm if the images are still small?
Pinch/zoom. This should normally work for FancyBox2. I’ve seen cases where it may not work with some older themes depending on how the image markup is rendered. But I will double check and see if I can duplicate just to be sure we haven’t introduced any issues with recent releases.
Forum: Plugins
In reply to: [Firelight Lightbox] is there anyway to use this with TXT files?Great! I’ll go ahead and mark this thread as resolved.
Forum: Plugins
In reply to: [Firelight Lightbox] is there anyway to use this with TXT files?Actually this will work out of the box. I just tested it. There are a few ways to do this, but here’s how I just did it:
- Upload your .txt file somewhere and get the url (ie, http://www.mydomain.com/wp-content/uploads/myfile.txt)
- Go to a page, add a paragraph block with the text “Open txt file”. Make that text a link, and set the link to be the url to the test file above. Also, for the block, go to block settings > Advanced and set the class to be fancybox-inline
- Go to the Lightbox settings and enable inline content so the lightbox will detect the link with the fancybox-inline content
That should do it. Give it a try and let me know.
Forum: Plugins
In reply to: [Firelight Lightbox] how to make image larger?Hi – you should normally be able to control this by going to Lightbox settings, then Window Appearance, the changing the margin to be a small number.
Normally, if margin is, say, 20px, then the lightbox will open images so that there is only 20px of margin around the edges, would would be nearly full screen.
One exception might be if you are using a small photo (we won’t stretch a small photo to be larger).
Another exception if you are loading some non-image content and we cannot detect the size of the thing being opened. In this case, we use the Window Appearance > Window width and Window height settings.
You can try playing around with those. If you share a live link where I can see your lightbox, I might be able to troubleshoot further.
Forum: Plugins
In reply to: [Firelight Lightbox] is there anyway to use this with TXT files?I don’t think this will work by default. But let me play around with it and get back to you shortly.
Forum: Plugins
In reply to: [Firelight Lightbox] No sliding when changing images?Hi,
To confirm, you are using Fancybox2 as your lightbox?
Also, the setting you are adjusting is Fancybox2: Images > Transition In (or FancyBox2: Images > Transition Out)?
I believe I can get this working for you, but want to confirm I’m exactly understanding before pushing any changes.Forum: Plugins
In reply to: [Firelight Lightbox] display videos without backroundI actually think that top: 50% won’t be quite right. Prob needs to be more like top: 40%, but it will behave a bit differently depending on screen size, and I think there may be a better way to do that. Let me know if you’re having issues with it being vertically centered.
Forum: Plugins
In reply to: [Firelight Lightbox] display videos without backroundHi – I didn’t account for different FancyBox versions. You are using Legacy, and the markup is different. So let’s try this.
1. One the settings page, set that height setting to ‘auto’.
2. For css, try this:#fancybox-wrap { height: auto !important; top: 50% !important; } #fancybox-content { aspect-ratio: 1.896 !important; height: auto !important; }