atomicblocks
Forum Replies Created
-
Hi there,
Can you share a link to where we can see this issue happening? Thanks!
Thanks for the suggestion! We have this logged in our roadmap!
Hi there,
Are you still experiencing this error? The Gutenberg plugin has a habit of breaking and fixing issues in follow up releases.
Hi there,
This issue has been fixed and will be released in an update this week! Thanks for the report and your patience while we fixed it up.
Hi there,
You should be able to set a manual excerpt with the text you want to show in the excerpt area to get around this. The post grid will use this first, and then the automated excerpt if there is no manual excerpt.
Hi there,
Blocks from any plugin will require that the plugin remain installed to use the blocks. In some cases, if you want to transition away from a block plugin, you can transform the block to one of the core blocks, or grab the raw content from the block instead.
Hi Jack,
Apologies for the delay in response. It looks like your images are equal height and looking good now! Did you do anything in particular that could help other users who come across the thread?
@cyborg88 We’re still exploring what kind of query impacts this kind of change would have. At any rate, we’re full steam ahead on Full Site Editing and more advanced blocks! We’ll put out more details into the community as soon as we learn more.
Forum: Plugins
In reply to: [Atomic Blocks - Gutenberg Blocks Collection] Buttons appear small in GB 8.4Hi Marcus,
Was this fixed in the latest Gutenberg release? That plugin has a habit of breaking and fixing issues fairly frequently.
Forum: Plugins
In reply to: [Atomic Blocks - Gutenberg Blocks Collection] Repeating backgroundHi Laura,
The container block won’t support a repeating background because of the way the image is applied as a background (inline image with CSS applied to cover the whole block). However, you could not set a background image with the block and instead add CSS to add the repeating background image.
Forum: Plugins
In reply to: [Atomic Blocks - Gutenberg Blocks Collection] Cannot be previewed errorHi there,
If you open up the developer tools and go to the console, does it output a message there? That would help us determine what’s happening with the block.
Hi there,
Right now, it’s not possible to change the accordion title to heading markup. We’re exploring if this is possible and how to consider the SEO impacts of changing it. Thanks for the heads up!
Forum: Plugins
In reply to: [Atomic Blocks - Gutenberg Blocks Collection] Accordion – semantic taggingHi there,
Thanks for the request. I’ve logged it in the Github repo here. Feel free to follow the request there. We’ll take a look at this as we continue updating our block collection!
Forum: Plugins
In reply to: [Atomic Blocks - Gutenberg Blocks Collection] Disable unused blocksHi there,
WordPress has a block manager built into the editor, accessible by clicking the stoplight menu in the top right corner, as seen here. This will let you disable the blocks from appearing in the editor.
Preventing the code from being output entirely is another task. That’s hard to do because block code (in most plugins) is compiled together in a single minified build file. Each block would need to be output as individual code to stop the output. Or perhaps an advanced tree shaking to remove unused code.
This is something we’re looking at! We’re always trying to improve the performance of the plugin.
Forum: Plugins
In reply to: [Atomic Blocks - Gutenberg Blocks Collection] No CSS being read from ABLooks like we were able to solve this for you in Slack. We’ll include a fix for this in our next release next week!