Rich Tabor
Forum Replies Created
-
Thanks for the feedback @chakmear, that is something we’re trying to figure out the best way to execute on. 💪
That’d be interesting for sure. I’ll look into that capability, likely as an extension to the main plugin.
I appreciate the feedback!
Hi @kgw203, thanks for reporting this issue. I have prepared a fix where the galleries can each be configured as reusable blocks now. Here’s the GitHub issue if you’re into the specifics of what changed.
Thanks for the report!
Forum: Plugins
In reply to: [Block Gallery - Photo Gallery Gutenberg Blocks] Link settings issueI had the same result when I tried to get the original media file. I’ll look into alternatives, but I’m not sure how else to get the original file from the gallery mechanism that ships with Gutenberg.
Hi @ elarequi,
I’m not 100% sure how it works from the client side, but have you submitted the language to the WordPress.org project for Block Gallery? Here’s the Translate WordPress guide for contributing translations.
I also found this:
When parsing JS files for translations we don’t know which handle is used to register that file so we’ve had to use an alternate mechanism to find the translations belonging to each file. To do this we’re using the md5 of the relative path of each file. This is appended to the usual name of ${domain}-${locale} in the form of ${domain}-${locale}-${md5}.json.
Forum: Plugins
In reply to: [Block Gallery - Photo Gallery Gutenberg Blocks] PHP 5.3.x is not supportedHi @devhitech, thanks for the report. I’ve prepared a fix and have a released being prepared with a fix. Here’s the issue on GitHub if you’d like to take a look.
Hi @alexandrarosu,
I’m using utility classes to add those styles (so that we’re keeping the markup clean and simple). The downside is that it’s difficult to add utility classes for every pixel.
If you set the gutters to 5, then add this gist of CSS to your Customizer > Appearance > Additional CSS panel, you’ll have 4px gutters.
You can manipulate the values to what fits your need. The thing to remember is that the 100% + X value should be twice the negative integer above it. For example, in that gist, I have -2px and 4px (which makes the gutter 4px).
That should help!
Forum: Plugins
In reply to: [Block Gallery - Photo Gallery Gutenberg Blocks] Forward and backwardHi @lubenanti, did you mark this as resolved purposely? Was taking a look at your gallery and it seems to be performing solidly. 💪
Forum: Plugins
In reply to: [Block Gallery - Photo Gallery Gutenberg Blocks] Theme Support | CSS?Hi @zaeb, do you have a repo with your theme on it? I’d gladly take a look and se what’s up. There may be an
img {width: 100%}issue in the stylesheet, which is overriding your images.Hi @bevansdesign,
The reason I don’t have an option to control the number of columns, is because it’d be odd if you selected “five”, but then on smaller viewports you see three – or perhaps even 2 columns.
And also, if your theme supports wide and full alignment settings, Block Gallery adapts to show more grid size controls (Small, Medium, Large and Extra Large).
Regarding this bit:
Instead, I should be able to set the maximum width of each column, and the masonry layout should be able to add and subtract columns as needed.
That’s just not entirely possible. It would take quite a bit of calculations behind-the-scenes to trigger a column count change, every time a viewport is re-sized – based on a variable width as such. That’s why nearly all masonry implementations are based on percentage widths.
Anyhow, thanks for the feedback 🙂
Forum: Reviews
In reply to: [Block Gallery - Photo Gallery Gutenberg Blocks] simple and handyHi @yola-de-lusenet,
I’m not quite following the caption on lightbox issue (as Block Gallery does not currently support lightbox functionality)?
Forum: Plugins
In reply to: [Gutenberg] Gutenberg List Block IndentHi Tom, realistically whether or not lists are indented is a bit more subjective, than objective design taste. Your best bet is to honestly add a bit of CSS to the list items in order to indent them for you. I can help you out with that if you’d point me to a page where you’re using a list block (so I can double-check we’re using proper selectors).
Hope this helps!
Forum: Plugins
In reply to: [Gutenberg] This block contains unexpected or invalid contentHi @innerfortune, this cam be a number of things – but typically it’s because either the code was inappropriately modified within the code editor, or the block’s markup was changed by the developer.
In your case it doesn’t look like that would be the case (if you’re using the core paragraph block – are you?).
Can you try switching to the default TwentyNineteen theme and see if that text properly renders? I tested it on my end and was unable to replicate it – though if you’re using a third-party block I’ll gladly test again with that one.
Let me know!
Forum: Plugins
In reply to: [Block Gallery - Photo Gallery Gutenberg Blocks] [Request] Lightbox / Caption@luogo, there are a number of plugins which can add lightbox functionality to the galleries, such as “Responsive Lightbox” by GrandWP – as mentioned above. 💪
Forum: Plugins
In reply to: [Page Builder Gutenberg Blocks – CoBlocks] Tweet in Row Loses FormatThanks for that. I’ve verified it and opened up an issue report on GitHub (where we’re developing CoBlocks). We’re finishing up the big 2.0 release and should have eyes on this issue relatively soon. Thanks for reporting it!