moritzebeling

Results 31 comments of moritzebeling

Hi, I just had the same problem: The gallery wouldn’t show up in the frontend. For now, I am applying the same hack as @mynameisfreedom: ```php $ratio = ($image['width']) /...

Hey, thank you for taking the time and looking into it! I’m taking the ES route and tested various node versions between `16.15.x` and `18.4.x` all throwing the same error....

Hey Mark, thank you very much for checking back in. I was trying out several other plugins and now wanted to try yours once again because it seems to be...

Good question. For myself I would agree that a gallery technically is a group of child blocks. That would also allow, that this kind of gallery could also feature videos...

@Ventricule You probably could have your own snippet for rendering the gallery in the frontend. Based on the original https://github.com/cajames/kirby-editor-gallery-block/blob/master/snippets/gallery.php you could remove all the layout stuff and render the...

This would also very well serve as an example on how to create custom blocks with multiple fields.

I don’t get it. Isn’t partials the most important thing about sass? What is a sass plugin without partials?

I experience the problem consistently over the last years, with every new version of macOS, Safari, Swiper. `-webkit-transform: translate3d(0, 0, 0);` helps a little bit, but doesn’t solve it completely...

@vltansky I can confirm that it improves the flickering situation. But wouldn’t say that it solves it completely. Without, I have the flickering with every slide, using this hack maybe...

Vote delete :) Any secondary language content stored in a field that is `translate: false` is invalid by definition. The panel should not accept invalid content and consequently clear it.