The galleries used to look good on mobiles but now they have recently become uneven with images stacking on top of each other.
The galleries still look good on desktop though.
Any help with this issue will be appreciated!!!
]]>The plugin is causing an error for me on multiple installations. One can no longer save. If you deactivate it, the saving works again. Will there be an update once?
]]>I updated my WP recently and suddenly I realized that it messed with my galleries. Basically, it is not doing “the masonry thing” properly as there are huge gaps in between the photos. The gaps are problem in the vertical/rows part, horizontal gaps/in between columns are fine.
Can I do something to repair it back to normal?
Thank you!
]]>When this plugin is enable, any gutenberg page that contains a native gallery, no longer updates after I change LINK TO from NONE to MEDIA FILE.
]]>Hi!
In your demo site, the masonry layout is not working.
I saw it and wanted to let you know.
great plugin, thank you
]]>Hi there!
After updating WP and the plugin today, the spacing around images in my image galleries got alot bigger, so much it looks weird. It only appears around portrait format images, landscape are fine/the same as before. Check the link and you’ll see the problem.
Is there any way to fix this?
Best regards, P?l, Norway.
]]>Unless I’m missing something the responsiveness of this plugin isn’t great?
It seems I either have a choice, set the images to they look good on desktop and fill the space OR make it look good on mobile.
If I make the images big enough so they look great on Desktop in two columns then the images are too big on mobile and break out of the container. Is there a way on mobile to make it so on mobile it just goes to single column and 100% width?
]]>On saving posts with images linked to media files I get “PHP Fatal error: Allowed memory size”.
It seems to be an error in photoswipe-masonry.php – “public function photoswipe_save_post()”
When I change line 420 if (!!$new_content && $new_content !== $post_content)
to
“if (!$new_content && $new_content !== $post_content)” (only one exclamation mark)
everything seems to work, but I dont’t know exactly what the double exclamation mark means.
I can reproduce the problem on multiple websites
Hi there, love the plugin.
I can see this problem has occurred in the past with other users:
https://www.ads-software.com/support/topic/shrinking-images-2/
Randomly, on some galleries, the images in the masonry layout overlap each other, and when clicked, shrink to a pixel. The scale
property shrinks to something like scale(0.00126904)
for example, in comparison to a gallery that works correctly which would have a value of 1.
Interestingly, whenever I try recreating the gallery on the page, it still has the same problem. Yet other pages don’t have this issue.
There are no errors in the console, all the code is the same.
Thanks
]]>Image captions should support the same “safe” markup that other post content supports. This would allow, for instance, links in photo credits, and richer text styling options.
The following modification accomplishes this:
<figcaption class="phoroswipe-gallery-caption" style="<?php esc_attr_e($caption_style); ?>"><?php echo wp_kses_post($image_caption); ?></figcaption>
where the caption itself is protected by wp_kses_post
rather than esc_attr_e
. (all the actual attributes are still protected with esc_attr_e
).
Because of nonsense work rules, it is not practical for me to create a pull request with this change.
]]>Hello!
Since the update 1.2.14 >>> 1.2.15 there is a display error. The Masonary option is no longer displayed correctly. There are spaces between the images that weren’t there before and don’t belong there either.
I have the same problem on several websites and had to downgrade everywhere again.
Is anything known about this error yet?
Best regards
The gallery is loading all images at once, making the page too slow. I have 104 images. I tried using a lazy load plugin called a3 lazy load, or WP Smush Lazy load feature, and then the gallery is collapsing one over other and messed up. Can you provide a fix to it
]]>This bug has appeared newly but I’m experiencing it on multiple sites where I’m using Photoswipe Masonary Plug-in.
On desktop browsers everything seems fine but when you look at the gallery. The thumbnails are aligned to left (should have been middle) and they are all faded out. When you click on any image, lightbox works perfect. But the gallery on mobile is not =/
What is same on my websites:
Hosting: Siteground
Theme: Divi Theme by Elegant Themes
I’ve been using the Justified Image Grid plugin for years and apparently it now includes the PhotoSwipe 4 lightbox. I discovered though that the PhotoSwipe lightbox with JIG doesn’t work when your plugin is enabled.
]]>Hi there,
When I click on a photo there are no controls (right and left arrows) to move on to the next photo. I do see them in the demo galleries though.
Thanks in advance,
Rick
]]>Photoswipe Masonry Gallery adds scripts to the header,
but the chache plugin combines all scripts into one and puts it in the footer.
This is why the script after the gallery shows the “imagesLoaded is not defined” error.
Thank you for the nice masonry plugin. I really like it but I have a complaint and a feature request.
Complaint: The galleries don’t center left to right on mobile phones. There’s a lot more margin on the left than on the right.
Feature Request: It would be nice to be able to change thumbnail size on each individual gallery instead of all the galleries having the same thumbnail size.
]]>I love the look of the masonry gallery, but without the option to include title and description (or any html whatsoever) in the single image footer, it is of very limited usefulness.
I was able to get the title and description (including html) to show up in the thumbnail caption, however it both broke the single image UI, and is the opposite of where I actually need that information to appear.
Is there any plan on adding the option of additional footer fields, or is there any workaround to add html?
when i click on the image its open in lihghtbox. even i set it to attachment page.
i want the image click should go to destination page instead of open in lightbox.
on support page many asked the same quesion but nobody answerd yet.
see this quesion – https://www.ads-software.com/support/topic/link-to-photo/
Hello,
first of all I want to thank you for your amazing plugin! I use it very often and everythink just works fine.
But in single images the caption is not displayed. I figured out that in
photoswipe-masonry.js:87
the title is missing. I added title: $(this).find('img').attr('title')
and now the caption is displayed. But after the next update, this code will be vanished. Is it possible that you add this code to your repository?
BR,
Michael
Hi, thanks for the plugin.
I am wondering: Why is there this inline CSS:
<div id="psgal_1629_1" class="psgal gallery-columns-9 gallery-size-medium photoswipe_showme" itemscope="" itemtype="https://schema.org/ImageGallery" style="position: relative; width: 800px; height: 2890.97px;">
Where does it come from? There are no other gallery-related plugins active on my page.
How do I remove or change the width limit?
Thanks.
]]>Hi!
There should be a way to open de modal window with the first image on “load page”.
I cant find the way, can you help me?
Hi Guys!
Just wondering if you’ll update this to work with galleries added via Gutenberg blocks? Currently it almost works correctly, but it adds every image as a single one, so you can’t use the arrows to switch between them (or press the arrow keys).
Currently using the twentytwenty theme.
]]>Hello @deanoakley I was struggling to get this plugin work properly with CDN Enabler and then I realized there is an error in the PHP code.
File photoswipe-masonry.php at line 467:
<img src='. $thumb[0] .' itemprop="thumbnail" alt="'.$image_alttext.'" />
should be:
<img src="'. $thumb[0] .'" itemprop="thumbnail" alt="'.$image_alttext.'" />
Kind regards
]]>The Plugin doesnt work with updated WordPress version and GetawayPlus theme. It says Warning: This plugin has not been tested with your current version of WordPress.
I try uninstall and activate all plugins but it didnt help
]]>Can you please check why that masonry view is not working on our site ?
Can you please give me style css code or any java script code to correct this?
Thanks
Is it possible to have some thumbnail images that are the width of two columns (in the case of horizontal images) rather than all images lining up in columns?
Thanks
Great plugin, I have not seen similar. But I have a problem
Clean last wordpress version 5.3.2, the standard theme is active on the site, no other plugins installed except your
Test page https://weddesignrd.ru/test/
As I can see in the Google Chrome developer’s console, when the page loads full resolution images and thumbnails are immediately loaded.
But should only load thumbnails at this moment.
I don’t see such a problem on your demo page.
I didn’t see any errors or mistakes on my site. Please help me with this problem
Hello guys,
I’m using this plugin and it’s awesome. Is it possible to set up a link to an internal page per each photo ? In this moment when I press click to a photo it’s open that photo on a pop-up (lightbox).
Thanks a lot,
Andu
Hello,
This plugin works great on my desktop, but on mobile all the images are cut off and I can’t seem to adjust the size so they fit. I also tried regenerating the images.
Thanks
]]>