atomicblocks
Forum Replies Created
-
Thanks, Danny! This was just fixed in version 1.2.5. We have a little bug in there that may make it tricky to update. You just need to deactivate the plugin first, then update it and reactivate it and everything will be good.
Forum: Plugins
In reply to: [Atomic Blocks - Gutenberg Blocks Collection] FontAwesome fontsHey there,
Thanks for writing in. That’s a good request, and one we’ll try to address in the future versions. Perhaps we can provide a setting to disable our FontAwesome fonts in favor of the theme.
Until then, you can disable the font output by adding this to your theme via a child theme. There are also plugins that will let you add snippets like this.
function ab_disable_fa() { wp_dequeue_style( 'atomic-blocks-fontawesome' ); } add_action( 'wp_print_styles', 'ab_disable_fa', 100 );
Hope that helps!
Forum: Themes and Templates
In reply to: [Atomic Blocks] Some minor issuesHey David,
Thanks for the heads up on these quirks! We’ll take a look at the Github repo and get some fixes out for this in the next version or two. Thanks!
Forum: Plugins
In reply to: [Atomic Blocks - Gutenberg Blocks Collection] Accordion title not working?Ok cool, good to know. We’ll get that fixed up. Thanks for the heads up!
Forum: Plugins
In reply to: [Atomic Blocks - Gutenberg Blocks Collection] Accordion title not working?Hi there,
What happens if you try to delete the block or try creating a new block to replace it? Looks like there could be a focus bug on the title, which we’ll fix in the next update. Also make sure you have the latest version of Atomic Blocks installed!
Forum: Plugins
In reply to: [Atomic Blocks - Gutenberg Blocks Collection] Source code missingHi Felipe,
Thanks for writing in. We stopped including the source several versions ago. We found that there were users who were taking the code and turning around to sell it in block plugins. Because Gutenberg is in early stages, and in some cases unstable, we didn’t think this was a good idea to have the code out there for sale.
That’s also why we made the repo private for now. This may change in the future. As an alternative, we’re posting tutorials on our blog as well as on Gutenberg News with code examples and snippets.
If there’s something in particular you’re looking to see, you can email me directly and I can share that with you.
Forum: Plugins
In reply to: [Atomic Blocks - Gutenberg Blocks Collection] A promising plugin…..Ok, sounds good! Let me know if you figure out what it is. If I find something on my end, I’ll be sure to update you here!
Forum: Reviews
In reply to: [Atomic Blocks] It’s fantastic!Thanks for checking out the theme! Let us know if you run into anything, happy to help!
Forum: Plugins
In reply to: [Atomic Blocks - Gutenberg Blocks Collection] A promising plugin…..That sounds great. You can send me an email at [email protected] and I’ll take a look.
Forum: Plugins
In reply to: [Atomic Blocks - Gutenberg Blocks Collection] A promising plugin…..This seems like it could be an issue with your WordPress configuration. We have a lot of people using Atomic Blocks and I haven’t seen an issue like that pop up yet. Not to say it’s not possible, but we would have more reports of it not working from other users by now.
It could also be an issue with your WordPress host. There are a lot of variables at stake when it comes to the new JS powered Gutenberg.
One last thing I can think of is perhaps there’s a conflict with another plugin. What happens if you disable all plugins but Atomic Blocks and clear your cache? Does it work then?
Is this a live site? If so, maybe we could log in and take a look around.
Forum: Plugins
In reply to: [Atomic Blocks - Gutenberg Blocks Collection] A promising plugin…..Thanks for sending over those details! UMatrix would definitely cause some issues but sounds like it’s happening on a few browsers for you. Are you getting any console errors on the post/page edit screens where you are using the blocks?
Forum: Plugins
In reply to: [Atomic Blocks - Gutenberg Blocks Collection] A promising plugin…..Hi there,
Sorry you’re having trouble with the plugin. I’m not having either of those issues on my end, so it may just be a hiccup with the versions of Gutenberg or Atomic Blocks or the cache.
Do you have the latest version of Gutenberg (3.2.0) and Atomic Blocks (1.2.2) installed? If so, try doing a hard refresh or cache clear on your browser. I’ve seen issues pop up where javascript from previous versions can get lodged in the browser. So give it a few hard refreshes to see if that helps.
Forum: Plugins
In reply to: [Atomic Blocks - Gutenberg Blocks Collection] error activating pluginHi Al,
The latest version of the plugin fixes this issue. Thanks for the heads up!
Hey there!
That is correct, we don’t have any WooCommerce blocks yet. WooCommerce itself is working on some nice blocks and I’m sure those will be included in the Woo plugin once they are stable. We may have some Woo blocks in the future, depending on if they don’t create a block we think would be helpful.
Thanks for trying out Atomic Blocks and please let us know if you have any feedback or feature requests going forward!
Forum: Plugins
In reply to: [Atomic Blocks - Gutenberg Blocks Collection] Disable auto resizing?Hi there,
Apologies for the delay in response! I wasn’t subscribed to updates on this forum. I’ll take a look at this and see what we can do about getting those image sizes in order. Thanks for your patience!
PS, love the site you are building with the plugin and theme!