Rich Tabor
Forum Replies Created
-
Forum: Plugins
In reply to: [Block Gallery - Photo Gallery Gutenberg Blocks] Masonry Layout CollapsedHi @sunira,
From looking at your webpage, it looks like there may be a conflict with either JetPack or FancyBox, as both are manipulating the gallery markup quite a bit.
Do you mind turning off both (one at a time) to see if one, or the other, is causing the conflict?
Forum: Plugins
In reply to: [Block Gallery - Photo Gallery Gutenberg Blocks] Individual links for imagesI’m working on figuring out a way to add custom links to individual gallery items, which you could then use to link gallery items to specific product pages.
I don’t foresee having the blocks catch pages/posts/categories and pulling their featured image β as then you wouldn’t be able to change those images. The render would be whatever is uploaded to those post types. I don’t particularly like the disassociation between the block and the content/images, as that’s where Gutenberg blocks shine β by merging content and display.
Having a separate product block to pull in WooCommerce products is much more interesting; though it’d likely be a while before I put resources in that direction.
Interesting ideas though!
Forum: Plugins
In reply to: [Block Gallery - Photo Gallery Gutenberg Blocks] Individual links for imagesHi @ssohl, it’s likely your theme is overriding the caption sizes with pretty specific styling. Your second snippet would continue to work for the foreseeable future of the plugin (as I’m not planning on changing block markup).
Forum: Reviews
In reply to: [Page Builder Gutenberg Blocks β CoBlocks] Like it :-)Thanks!
Forum: Plugins
In reply to: [Block Gallery - Photo Gallery Gutenberg Blocks] Individual links for imagesI’ll see what I can do @ssohl. Caption sizes are actually defined by the theme (as it’s presentation based) but if you’d like to override it, add this gist of custom CSS via your included child theme or the Additional CSS module Customizer (WP Dashboard > Appearance > Customize).
You can change the pixel size as well.
That should do the trick!
Hi @batracy,
The issue with specifying a column count is that the column count changes per the responsive nature of the gallery grid. For example, if you pick “Three Column” but you’re on very small mobile device, the gallery will render as one singular column.
I’ve set conditional options there which give options based on the gallery alignment. For example, if the galley is set to display in a fullwidth alignment, then you will S, M, L, XL, options, instead of just the Large and Extra Large options.
Here’s a gif of what I’m referring to.
Also lazy loading is something I have made plans for. π
Forum: Reviews
In reply to: [Page Builder Gutenberg Blocks β CoBlocks] Love it!Awesome!
Forum: Reviews
In reply to: [Block Gallery - Photo Gallery Gutenberg Blocks] Should be a core galleryWow, thanks for the kind words @jenwe! I’m curious what settings you’d like for default values β that’s an interesting idea.
Forum: Reviews
In reply to: [Block Gallery - Photo Gallery Gutenberg Blocks] Love it!Appreciate the love mate!
Forum: Plugins
In reply to: [Block Gallery - Photo Gallery Gutenberg Blocks] Individual links for imagesMhmm, thatβll be a bit difficult to achieve, but Iβll look into it and see if I can do some sort of granular control like that for each image.
Thanks for the feedback!
Thanks for the pointers! So I have it mostly working (on the Stacked block only currently). The only thing left to figure out is how to get the Edit Gallery view to show videos as well, which I’m not sure if Gutenberg allows out of the box.
Anyhow, it’d probably be best to move comms to the issue I created on GitHub (if you’re familiar with GitHub.
Let me know if you have any further insights!
Forum: Plugins
In reply to: [Block Gallery - Photo Gallery Gutenberg Blocks] Invalid argument suppliedHey @ndcadmin,
First off – thanks for being patient!
I’m not sure why you’re getting an error on your end, but I am actually pulling that function out. I don’t really need it anyhow, now that Gutenberg is in core.
I’ll have an update posted this evening with this, as well as a few other improvements:
= 1.1.4, December 12, 2018 = * New: Add toggles for turning image captions on/off for each block * New: Add new "none" Caption Style option * New: Add new options for slider autoplay times up to 10 seconds [thanks @batracy] * Fix: Resolve translatable placeholder issue in the Slider Settings panel [thanks @morganestes] * Fix: Resolve translatable invalid HTML issue in the Carousel block [thanks @morganestes] * Fix: Resolve issue where the Carousel autoplay speed was not functioning properly [thanks @morganestes]I’ve baked this in for the next update slated to go out this afternoon (v1.1.4).
Thanks for helping to make Block Gallery that much better!
Good idea @batracy, I’ll also include this in the next update. π
Forum: Plugins
In reply to: [Block Gallery - Photo Gallery Gutenberg Blocks] Invalid argument suppliedI switched to 5.4.16, but I wasn’t able to replicate the issue. Do you have a screenshot perhaps? Or at least, where are you seeing the warning?