Your plugin creates conflicts with two different plugins for rating posts through star votes:
WP-PostRatings https://es.www.ads-software.com/plugins/wp-postratings/ When a user tries to vote, the message appears: “You do not have sufficient permissions to access this page.”
Meanwhile, with
Yet Another Stars Rating https://es.www.ads-software.com/plugins/yet-another-stars-rating/ the message “Not a valid JSON Element” appears.
As an administrator logged in, I can vote in both plugins.
]]>Hello
I saw some users with an error with the latest update, and I noticed too in my website.
I have an online store with Sunshine Photocart plugin. It doesn’t require WooCommerce or anything, its just a gallery of photos where guests can place orders for prints. When the user clicks the shopping cart icon, it displays a popup with the print sizes available for purchase.
With Responsive Gallery Grid active, this popup doesn’t appear at all.
As I’m currently selling photos from my last wedding, I had to disable the plugin to keep this running for now.
]]>Hi,
since the recent update to version 2.3.17, I can’t log in to WordPress with a user role other than administrator. All other user roles (like editor) trying to log in get the error message “You do not have sufficient permissions to access this page.”
The issue disappears, when I disable the Responsive Gallery Grid plug-in and reappears as soon as I reactivate it.
Thanks for fixing this bug quickly. Kind regards
Franz
In rgg-options.php you have a hook on admin_init which kills the WP request if the logged-in user does not have manage_options. The problem with that is admin_init gets called by admin-ajax.php even by public (non-admin users). Many plugins depend on those types of calls. Our site broke in several ways after the last update of your plugin. May we suggest removing the wp_die call?
Perhaps make it a positive assertion, like:
if (current_user_can(‘manage_options’)) {
/* your three lines of code */
}
I have used this plugin for years, but haven’t edited any photos in a long time, and this new version is totally baffling. I see no way to create a gallery in the plugin, nor to create a shortcode. I tried creating a gallery using WP’s built-in gallery creator, but there was no effect. I found shortcodes in documentation, but where are the id numbers coming from? I see no id’s on my pictures. I tried entering the shortcode [gallery type="rgg" ids="1"] but it has no effect. What, where, how do I assign id’s to photos or galleries? I just can’t figure this out and the documentation explains nothing. Can someone please help???
]]>Hi Jules, you will update the plugin?
Maybe you can make one different plugin just for modify the size of the images in the native gallery, for example medium for mobile, large for PC, etc
Now the plugin not run.
I hope you can continue developing the plugin!
Thank you!
]]>I had the issue that galleries with less than one full row disappear when resizing the window. I looked at the JS code and the issue seems to be that resize_scale is set to previous_row_resize_scale. The latter is never initialized when row_is_full is never true.
I could solve the issue on my own page by adding the following code in line 177 of main.js: if (!resize_scale) resize_scale = 1;
It would be great if you could include this or a similar solution with the next update.
]]>Dear Developer,
there is an info that this plugin version has some vulnerability issue:
Could you please update this plugin to solve this problem?
Thank you!
]]>Hello,
I installed the plugin in 6.3 and it not works. So I installed a fresh new instance of WordPress in 6.1.3 (last version tested) and I just installed RGG and it still not working.
I don’t know if I’m doing something wrong but I didn’t find any advice.
Thanks.
Hello, I currently want to try your plugin (RGG Pro) on 2 different WordPress websites that are being developed, and I get the following PHP warning on both:
Warning: Trying to access array offset on value of type bool in …../wp-content/plugins/responsive-gallery-grid-pro/responsive-gallery-grid.php on line 72 Warning: Trying to access array offset on value of type bool in …../wp-content/plugins/responsive-gallery-grid-pro/responsive-gallery-grid.php on line 76 Warning: Trying to access array offset on value of type bool in …../wp-content/plugins/responsive-gallery-grid-pro/responsive-gallery-grid.php on line 80
Do you know a simple and especially quick solution for this problem?
Thanks in advance and greetings
]]>Hi
thanks for your plugin!
Just one question, how can I activate your lightbox also for single images insert in text which are not gallery?
Thank you
]]>Hi,
I am having trouble with the plugin after my PHP 8.0 update. It creates a front-end fatal error and the only way to get my website back is to deactivate it. When I proceed I get the website back and it crashes again every time I try to activate responsive gallery again. Any idea where it might come from ?
Thanks a lot.
Florian
After the latest update to v2.3.9 the plugin broke our site with the fatal error:
Parse error: syntax error, unexpected ‘=>’ (T_DOUBLE_ARROW), expecting ‘)’ in /customers/08154711/wphome/wp-content/plugins/responsive-gallery-grid/gallery-shortcode.php on line 65
How can this be fixed?
]]>Hi Jules,
I can’t disable links on images. When “Link To” is set to none it still to some previews or what is that.
Testing gallery in your Shortcode generator:
[gallery ids="330,328,325,324,323,322,321,320,319,318,317,315,314,313" margin="5" scale="1" maxrowheight="1467" rowspan="0" intime="100" outtime="100" captions="off" linked_image_size="full" orderby="menu_order" link="none" size="full" lightbox="disabled" effect="none" lastrowbehavior="force_justified" captions_effect="none" captions_intime="200" captions_outtime="200" rel="native" type="rgg"]
]]>Hello in case someone reads this as this plugin seems to be supported.
Is there a way to have the plugin active only for a specific page?
Problem is it replaces standard WP galleries everywhere on a site where it is installed and gets unwanted results with galleries of only a few images as columns are not respected.
Hi,
great plugin, reviewed it as: Clean, elegant and timeless look & feel. ??
Here I have some feature proposals, which would make the plugin perfect IMHO, and causing me to give it a 5 star rating and going for the Pro version then.
I’d love the following customization options (and the corresponding feature changes/additions to make them happen)
Initial zoom factor
– With safe margin -> this is the default, as it is now
– Fit -> The image touches two sides of the viewport
– Fill -> The image touches all sides of the viewport
Styling of the prev/next/close icon-buttons:
– Notes
— These customizations are not gimmicky but necessary for galleries where you want a more immersive feel (hide the background more or completely + using a initial fit or fill zoom factor, where the controls and visibility with fullscreen visuals is important)
— In this context color always the possibility to specify both color + alpha (i.e. as RGBA or HSLA). Set opacity to 0% as a simple means to disables a certain style attribute.
– Options
— Icon color (easy, as they are glyph-font-characters already, not bitmaps)
— Icon outline stroke: In pixel. 0 by default, therefore disabled.
— Icon outline color: By default the opposite color of the Icon color, that way you guarantee visibility with any gallery visuals.
— Icon margin -> this defines the container size
— Icon container corner-radius: Default 0 -> a square. Set something huge -> You get a circle. Set something small -> You get a square with rounded edges.
— Icon container bg-color: This is necessary for touch devices to for visibility porpuses with full screen imagery.
— Icon container bg-color-hover: This is already implemented.
— Lightbox bg-color: Currently a white with ca 50% opacity.
Interactions:
– More native touch gestures (as common on iOS since ca. 2019)
— Close gesture: Move image out of viewport to the bottom to close it. During moving down, it gets scaled down and the background fades in (bg-color opacity towards 0%). That should be do-able with CSS/JS. And the image snaps back in place to its origin. -> That might be too complex for a web gallery, but would be cool.
— Move image out of viewport to the top usually reveals more, could show the Captions + Description in block below.
Image transitions:
– Transition effect
— None, just linear moving (requires pre-fetching of 1 detail image in each direction): A fast “flick-through mode”.
— Fade out/in: The current effect. Possible downside: You shortly focus on the gallery in the background, then again focus on the image which meanwhile faded in. Can be an experience you want or not. We could already mitigate that if we can set Lightbox bg-color to a degree where the background is fully or merely invisible.
— I don’t not need any other FX, as I like the minimalism of Responsible Gallery Grid. But it is thinkable to may extend that over time.
– Transition speed: In milliseconds. Current fade out/in I estimate as 250-500ms.
Regards, abitofmind
]]>I have been using this plugin to support Native Gallery before. It is simple and powerful.
But in the case that the number of pictures in the article exceeds very much, I do not want to show all the pictures every time, and the page is pulled too long.
So here’s the suggestion, randomly show a certain number of photos in the album, and after the refresh, show no duplicate images, until they are all displayed:
[gallery orderby="rand" limit="6" ids="1,2,3"]
]]>So I have a page with a gallery that is 8 column wide x 5 rows in height, with a total of 40 small square-shaped images.
My general use and wordpress edit browser is Microsoft Edge, while I keep Google Chrome to open my sites as visitor without any logins by default. So I was testing this page in Chrome when I noticed: this gallery appears with 7 columns and 6 rows (last row has only 5 images). In Microsoft Edge, it has 8 columns and 5 rows (as defined in RGG settings).
In mobile view, it has 2 columns, altough I would like to set it to 3 or 4 (this gallery in special needs to display small images, in large numbers).
Is there a way to fix this?
]]>I’m using Responsive Gallery Grid Pro version 1.7.
The images are increased by a factor of 1.1 on mouse over. The problem is that images never go back to original size after mouse is moved away. Problem is not specific to browser. Safari, Chrome and Firefox all react the same.
Thanks
Richard Lefebvre
https://clubphotoroussillon.com/2021/03/11/quelque-chose-de-bleu/
]]>Hello
I’m using this plugin and its great. I just needed to change the height of some galleries. I have a photography website and I really need to display too many gallery types, and its very sad they all respect one single row height.
I need a gallery with large images in one page, and smaller images in another page.
I’m using Elementor to create these pages, tough. Is it possible to setup individual gallery heights?
Regards
]]>Hi, I experimented with the demo shortcode generator before installing your plugin and particularly liked the “Last row behavior” customization options. However, upon install, whatever mode I choose for the last row, it doesn’t modify my results. Is this a pro-only feature, or do I need to investigate my CSS to see if something in my theme is causing a conflict?
]]>Hi, I’d like change simplelightbox background color in transparent black and not white and consequently the arrows and X in white…
Where I can setting please ?
thank you
After the update to wordpress 5.6 the lightbox is not working anymore.
We get this error in the console:
jquery.min.js?ver=3.5.1:2 Uncaught TypeError: Cannot read property ‘tagName’ of undefined
/wp-content/plugins/responsive-gallery-grid/lib/simplelightbox/simple-lightbox.min.js?ver=2.3.6
We use this shortcode:
[gallery ids='123,23423' margin='5' scale='1.1' maxrowheight='250' rowspan='0' intime='100' outtime='100' captions='title' linked_image_size='medium' link='file' size='thumbnail' lightbox='simplelightbox' effect='bubble' lastrowbehavior='last_row_same_height' captions_effect='slide_up' captions_intime='200' captions_outtime='200' rel='rgg' type='rgg']
Please help us out!
]]>Hi, when attemptin to update i get this error
Downloading update from https://shop.bdwm.be/update_plugin/rgg/download-zip.php?v=2.3.6&key=OMITTED
]]>Console can’t find the following library after the update: lib/slick/slick.min.css.map
]]>wp_enqueue_style('slickstyle', '//cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.9.0/slick.min.css', [], RGG_VERSION);
This call is being injected into the <header>, and is causing render blocking. It’s a tiny CSS file, and it seems like it would be better placed in the footer or as an inline style.
]]>Hi, is it possible to remove scrolling animation when I select an image ?. The image slider moves to the selected image. I would like that selecting an image would appear instantly. I have searched the plugin files (I have a Pro version), and I have not found the parameter.
Thanks.
]]>Hi,
I’m trying to use your plugin on a BuddyBoss platform community site. When I activate the plugin however, all the gallery images fail to load on the page. Looking at the inspector, I appear to have a href tag, but no image tag:
<a href="https://www.petct.network/wp-content/uploads/2019/11/Capture1-1024x688.png" data-rel="rgg" rel="rgg" title="Capture1" class="rgg-simplelightbox size-medium rgg-img" data-src="https://www.petct.network/wp-content/uploads/2019/11/Capture1-300x202.png" data-ratio="1.4851485148515" data-height="202" data-width="300" aria-label="Capture1" data-lbwps-width="1024" data-lbwps-height="688" data-lbwps-handler="1"> </a>
Disabling the plugin, the images appear fine in the default gallery style. Unfortunately, the site is all member-only so I can’t share a direct link.
The template page uses Elementor and custom post type content using data from Pods.
Hppe you can help!
Thanks
Nicola
Shortcode generator is broken?
]]>Having an issue on multiple websites that all have the same problem. Your responsive gallery is the best and quickest loading I have seen but on accordion and tabs in WPBakery they never work outside the tab or accordion that loads on page load. Can you please help?
]]>