atomicblocks
Forum Replies Created
-
Hi there,
What kind of console error is being shown when this happens? This should help us determine what is breaking the block.
Forum: Plugins
In reply to: [Atomic Blocks - Gutenberg Blocks Collection] Post Grid HeadingHi there,
We don’t have a way for you to change the h2 to a h1 in the plugin. You would need to customize that with a filter, if that’s possible. I wouldn’t suggest changing that to h1 anyway, as h1 is designated for the actual page title.
Hi there,
The Additional CSS Class is available on all blocks. What this does is allows you to add your own class to the block that you can use to target it for custom styling. You could add something like
my-custom-classand it would put that class on the block.Hi there,
As thoughtwell mentioned, you might try a more specific selector and undo the styles. I’ll see about making that .right class a little more specific to the plugin to prevent this from happening. Thanks for the heads up!
Hi there,
We won’t be able to add a CSS field specifically for the button within the CTA block. You would just need to write your CSS to target the button and apply it via a child theme or add it via the customizer. Try using this CSS selector to style the button:
.post-content .ab-block-cta .ab-button { // your styles here }Hi there,
Are there any errors being output in the browser console? Sounds like maybe there is an error being thrown and preventing the page from rendering. Let me know what you find there and we’ll take a closer look!
Forum: Plugins
In reply to: [Atomic Blocks - Gutenberg Blocks Collection] Accordion BlockYep, the accordion block lets you add whatever kind of content you want into the body of the accordion. You’d just need to add the embed or HTML block.
Hi there,
Atomic Blocks only works with the new block editor, it won’t work with the classic editor unfortunately.
Hi there,
Your fallback function would be specific to your theme and wouldn’t apply on the post grid. We are considering adding a fallback image option though, so stay tuned!
Forum: Plugins
In reply to: [Atomic Blocks - Gutenberg Blocks Collection] AB Container handles missingHi there,
Thanks for the feedback. This may be a shortcoming of inner blocks in general. It looks like the handle is showing but overlayed by the handle of the block on the inside of the container. I’ll take a closer look at this and see if there’s a core fix.
Forum: Themes and Templates
In reply to: [Atomic Blocks] CTA Button doesnt save the Button textHi there,
This should be fixed now. I wasn’t able to reproduce the error with the latest version of the plugin.
Forum: Themes and Templates
In reply to: [Atomic Blocks] AB Post GridHi there,
It may be that you need to refresh your image library using this plugin. It will create new thumbnails to work with the post grid.
Hi there,
This theme uses a standard html/js drop down menu and doesn’t have edge-awareness built into the menu. That is certainly possible, but would require you to customize the theme to adjust the menu how you want it. We aren’t able to help with that, but you should be able to find a developer who can help you customize it for a fair price.
Hi there,
It must be an image problem. You’ll need to ensure you are outputting the right type of png out of Photoshop. There are a few different ways to do PNG and some of them still come with a background.
Forum: Themes and Templates
In reply to: [Atomic Blocks] Post Category summaryHi there,
You might check out a plugin like this to help you auto generate an excerpt on home and archive pages. Hope that helps!