Questions tagged [gutenberg-blocks]

515 questions
-1
votes
1 answer

Post title height changes depending on text length

I am new to gutenberg. The height of my post titles block changes depending on the length of the post title. I want the post titles blocks to be the same height. I have tried changing the CSS but was wondering is their a PHP solution to this or any…
-1
votes
1 answer

ES6 Transpile error using Babel (PhpStorm)

I have the following compile error within PhpStorm on my Babel file watcher: cmd.exe /D /C call "C:/Program Files/nodejs/babel.cmd" wp-content\plugins\scorch_gutenberg\blocks.js --out-dir dist --presets=es2015 SyntaxError:…
-2
votes
1 answer

How do I align Gutenberg add-to-cart buttons horizontally on a WooCommerce product category page?

Environment: Using Twenty Three theme FSE & WooCommerce and the Products (Beta) Gutenberg block to display product categories. No horizontal tool exists to align these buttons horizontally that I can find so I'm looking for a css solution. Changing…
Machineuser
  • 93
  • 1
  • 1
  • 13
-2
votes
1 answer

Exclude posts by ID in a custom query built with ACF Gutenberg blocks

I have a ACF Gutenberg block with several options Display latest posts, lets say 5 Display selected posts, is a list of posts from which I can select which to show. If I add this block several times on a page, with the option to select the posts…
-3
votes
2 answers

I want columns in same row with no line breaks (flexbox)

So my problem is that I have made two columns with Wordpress Gutenberg editor set side by side and I wabt the Column text 1 to be in left side of the bloc group I have created and the Column text 2 on the right side. However the Column text 2 line…
1 2 3
34
35