Hi there,
Your plugin Responsive Lightbox & Gallery version 2.4.9 is causing display issues on the Customise page in the admin.
You reach this page by Appearance > Customise
Do you have a fix for this please? This page becomes unusable.
Many thanks
]]>PHP 8.2+ now triggers warnings for dynamically created properties, specifically affecting $choices
, $loading_places
in Responsive_Lightbox_Lite
. Declaring these properties explicitly within the class would address the issue and ensure compatibility with newer PHP versions.
Proposed Solution: In Responsive_Lightbox_Lite
, declare these properties at the class start:
public $choices; public $loading_places;
This change reduces deprecated warnings and maintains forward compatibility with PHP.
]]>Hi, thanks for a good lightbox plugin. I use it to show all the images on a page in a lightbox once a single image anywhere on the page is clicked. The lightbox works fine for .jpeg images, but it ignores .webp images?
Any plans to add .webp support?
]]>Hi,
In 2.4.9 version, Fancybox disappeard in backend menu.
Regards
]]>Are you aware that a vulnerability has been discovered with this?
https://patchstack.com/database/vulnerability/responsive-lightbox/wordpress-responsive-lightbox-gallery-plugin-2-4-8-cross-site-scripting-xss-vulnerability?_a_id=431
Any idea when an update will be released?
Thanks so much!
Hi,
I use a multisite wordpress install with several domain like 1.domain.com 2.domain.com …
I just want to know if it’s possible tu use the same gallery on both 2 websites in the multisite.
For example site one use the shortcode in one post and site 2 use also same gallery in one post with the same shorcode ?
Many Thanks
]]>wrong forum
]]>Hi,
it looks like the plugin enables 2 galleries. The one in front seems to be from Elementor, the one in the back is from your plugin.
Why does this happen?
Regards
Umberto
]]>My client just noticed that all of their sliders stopped working. Instead they were showing the images stacked with a very wide aspect ratio (ie. full width of the page but not very tall). Nothing changed with the configuration. Any thoughts?
]]>When both Orbit Fox Companion and Responsive Lightbox & Gallery are enabled, the ‘select all’ checkbox on lists on the backend when logged in no longer works, eg, the list of plugins on the Plugin tab.
In Troubleshooting mode, it happens when both Orbit Fox Companion and Responsive Lightbox & Gallery (by dFactory) are enabled. I have also started a support thread in Orbit Fox Companion.
At this link are a Site Health report, and two screenshots, each showing the checkboxes for the Plugins tab, with the top “select all” checkbox checked. When both plugins are active, the boxes in the list do not get checked as they should. When either is inactive, they do get checked.
]]>One of my reasons for using Responsive Lightbox & Gallery is for the folders capability, which helps to provide some structure to our media library, where we already have over 500 images and growing, and need something to help organise it.
The problem I’m having is that when contributors create posts using the Gutenberg editor, and add an image block, they simply click on the “Upload” button, which does not require them to specify a destination folder for the image, and they all end up in Root.
Despite all my attempts to persuade them to go to the Media Library first and upload new images there, where they are asked to specify a folder, they continue to take the short cut, meaning I have to constantly monitor the media library and update image settings.
Is there a way to either disable “Upload” in the Gutenberg image block itself, making users go to the Media library first, or to have the Image block prsesent users with the “ability to specify the destination folder as part of the upload process”upload files to” option? I am open to alternative suggestions, that don’t rely on people having to remember to do something that doesn’t seem obvious to them ??
The “upload files to” option appears in every other means that I can find to upload files. The image block seems to be the one and only loop hole.
]]>Hello,
I checked the box “the height of the slider needs to change dynamically according to the image”
But instead the gallery just reserves a huge block of white space to fit vertical images.
I double checked it by disabling all portrait images, and without these the white space is gone.
Is it possible to fix it or am I doing something wrong?
Kind Regards
Hi – please advise how I can display all my galleries with a short code and attach a filtering system where visitors can select which Gallery they want to view.
Thanks!
]]>Hello.
For a few weeks now, I can’t use the “Select all” checkbox in any list (posts, plugins, updates…)
This is a screenshot of “All Posts” list, so you understand the checkbox I’m referring to:?https://i.postimg.cc/4xVjxwJK/Entradas-el-Super-Hincha-Word-Press.jpg
We did testing and found that the error appears when your plugin and Related Posts plugin are active at the same time.
When any of them are disabled, everything works again. When activated together, the checkbox fails.
I already opened a post on their support forum as well, but really the error could be in either of the two.
]]>WordPress 6.5.3
Theme: Blocksy 2.0.47
Responsive Lightbox & Gallery 2.4.7
Login with username testuser and password Testpass#123
Click on the post, and then click on the image. You will see that the close icon is blocked by page header.
I need help with the display of the caption on the basic grid display. I want to be able to add a line break to each caption, so that it displays as two lines, one on top of the other. For example, the current first caption reads, all on one line:
62.8” X 53” EDITION OF 19…..|…..46” X 39” EDITION OF 31
Instead, I want it to display on two lines:
62.8” X 53” EDITION OF 19
46” X 39” EDITION OF 31
I tried using code but that doesn’t work; all code shows up as text and has no effect on the way the caption displays.
If I could alter the gallery settings to allow display of the caption AND the description, that might work, but I can’t figure out how to allow both, rather than just one or the other, to be displayed.
Thanks for your help!
]]>The site the plugin is used on uses Lightbox on Block galleries. It works fine when the link is set as “attachment” except on one blog post created a couple of days ago. In there, Lightbox only works when setting the link as “media”. I created a new blog post just now and it works fine if set as “attachment”.
I have updated WP and the plugin to the latest version and it doesn’t help. It’s also not caching. Any ideas what could be wrong?
]]>Responsive Lightbox & Gallery has a wonderful feature: if your site use ajax navigation (like mine that is a webradio site and uses ajax navigation to enable music all hover the website even when the user navigate it) then you can attach an event after every ajax reload and still have all the feature of Responsive Lightbox & Gallery
but this mechanism doesn’t reload the inline stylesheet that is added to every page with a gallery. EG:
<style id="responsive-lightbox-basicgrid-gallery-inline-css" type="text/css">
#rl-gallery-container-1 .rl-basicgrid-gallery .rl-gallery-item {
width: calc(33.33% - 2px);
margin: 1px;
}
@media all and (min-width: 1200px) {
#rl-gallery-container-1 .rl-basicgrid-gallery .rl-gallery-item {
width: calc(25% - 2px);
}
}
@media all and (min-width: 992px) and (max-width: 1200px) {
#rl-gallery-container-1 .rl-basicgrid-gallery .rl-gallery-item {
width: calc(33.33% - 2px);
}
}
@media all and (min-width: 768px) and (max-width: 992px) {
#rl-gallery-container-1 .rl-basicgrid-gallery .rl-gallery-item {
width: calc(50% - 2px);
}
}
@media all and (max-width: 768px) {
#rl-gallery-container-1 .rl-basicgrid-gallery .rl-gallery-item {
width: calc(100% - 2px);
}
}
#rl-gallery-container-1 .rl-basicgrid-gallery .rl-gallery-item {
height: 300px;
}
#rl-gallery-container-1 .rl-basicgrid-gallery .rl-gallery-item img {
height: 300px;
object-fit: cover;
max-width: 100%;
min-width: 100%;
}
</style>
This inline-style consider the configuration for each window sizes (4 column on large screen, 3 columns if less large…so on till 1 column for mobile) as set in the settings page of the plugin. As a workaround I’ve adde some javascript to my website. So, at every ajax reload of the page, I sent the event and also add the needed configuration.
function readdGalleryStyle() { const numberOfGallery = jQuery('.rl-gallery-container').length; if (numberOfGallery > 0 && jQuery('#responsive-lightbox-basicgrid-gallery-inline-css').length == 0) { const gutter = 2; var styles = ; for (var i = 1; i <= numberOfGallery; i++) { styles = style +
#rl-gallery-container-${i} .rl-basicgrid-gallery .rl-gallery-item{width:calc(33.33% - ${gutter}px);margin:1px}@media all and (min-width: 1200px){#rl-gallery-container-${i} .rl-basicgrid-gallery .rl-gallery-item{width:calc(25% - ${gutter}px)}}@media all and (min-width: 992px) and (max-width: 1200px){#rl-gallery-container-${i} .rl-basicgrid-gallery .rl-gallery-item{width:calc(33.33% - ${gutter}px)}}@media all and (min-width: 768px) and (max-width: 992px){#rl-gallery-container-${i} .rl-basicgrid-gallery .rl-gallery-item{width:calc(50% - ${gutter}px)}}@media all and (max-width: 768px){#rl-gallery-container-${i} .rl-basicgrid-gallery .rl-gallery-item{width:calc(100% - ${gutter}px)}}#rl-gallery-container-${i} .rl-basicgrid-gallery .rl-gallery-item{height:300px}#rl-gallery-container-${i} .rl-basicgrid-gallery .rl-gallery-item img{height:300px;object-fit:cover;max-width:100%;min-width:100%}
} var styleSheet = document.createElement("style") styleSheet.setAttribute("id", "responsive-lightbox-basicgrid-gallery-inline-css"); styleSheet.setAttribute("type", "text/css"); styleSheet.innerText = styles document.head.appendChild(styleSheet) } }
This code do not use the configuration in the plugin (I just want a fast solution) and use only basicgrid-layout, but for my needs are enough. Hope this can help someone else, and this solution (or a better one)’ll be included in a next release
]]>Since WP was updated to version 6.5 the plugin has stopped working correctly.
The version we have of the plugin is 2.4.7.
]]>Hello,
This is just to point out that the plusgin currently causes a bug with the new WP 6.5: automatic selection of all extensions or all items to update with the checkbox at the top of the table no longer works.
]]>Responsive Lightbox & Gallery doesn’t work correctly since the version2.4.3.
I have a simple basic grid with one row and 6 columns, and before (with version 2.4.2 and earlier) it showed just right. With version 2.4.3 or newer the sixth image is pushed to another row below (i.e. the plugin creates another row and fits only 5 images in the row, and leaving empty space in the end of the original row).
I have another page (with similar grid gallery) where I haven’t updated the plugin, and there the grid works as expected.
I reported this issue already over a year ago. Please, let me know a solution.
Thanks in advance!
]]>It appears that the ‘Media Folders’ function is sort of fake — that is, there is no apparent change in the architecture of storage of the files on the server (in the WP “uploads” directory) — is this correct? I created a sub-directory in RL&G and nothing changed in my ‘uploads’ directory on my server. Why not make it a functional plugin?
]]>I have had to toggle off the “Enable lightbox for YouTube and Vimeo video links” feature because it is not working correctly. When this feature is enabled, the lightbox does appear for a linked video, but instead of playing the video, it gives an error message. Like this:
I have tried multiple versions of the Youtube video URL, including both /watch/ and /embed/ versions. I have tried all of these versions, but none of them work:
When I use an /embed/ version of the URL, I get this error message:
Because the feature is not working, I have had to toggle the feature “off” within the plugin settings. However, I REALLY want this feature to work correctly, as my blog articles will be so much better with it working.
Please provide guidance on how to get the feature to work correctly!
Is there any way to list 5 (or any number) latest galleries with thumbnails?
Perhaps a shortcode or a function?
]]>Hello,
Thanks for releasing the great plugin!
I am having an issue with setting up a 50% transparent background for the pop-up background, I tried to locate the CSS class but had no luck
The website page I am working on:
https://cozeek.com/our-idea/wabi-sabi/
The lightbox has been applied to the “Floor plan” session.
Thank you very much.
]]>I’m using the “Featherlight” lightbox and I would like to have the title field in my images display (as the caption) under the lightbox — is this possible?
]]>Hello,
Great and easy-to-use plugin! I am trying to get a larger size of the display thumbnail but have had no luck, may I have your help on this setting?
Thanks so much.
]]>I am trying to link our photos in our gallery to social media but can not figure out how. Help, please!
]]>Hi everyone,
THe plug-in is great but it lacks a key element to improve accessibility and page rank : the tag aria-label inside of the link/thumbnail of a given gallery. More information here about aria-label within <a> -> https://dequeuniversity.com/rules/axe/4.7/link-name
Could you please add that ?
Have a great day,
I have a custom gallery create via PHP. I am using rel=lightbox in by <a> tag. Is there a way for me to have a title tag I put in the <a> to show? It seems my only options are to use the IMAGE title, alt or description. I want to put in custom text via the <a> tag. Not sure this is possible.
]]>