atomicblocks
Forum Replies Created
-
Hi there,
Thanks for your patience while we work through the support questions. Unfortunately, this isn’t an issue related with blocks or the plugin, rather you need to apply mobile styles for the table. Styling tables for mobile can be tricky because of the amount of data in tables. Here is a good overview about responsive tables and what can be achieved. There are both CSS and JavaScript solutions for mobile tables.
You might also consider modifying the CSS padding on
.content-sidebar-wraporbody.gppro-custom .content > .entryto help give you more space for the table.If you need assistance with customizing your theme’s code, we would encourage you to post your question in our community forum where other users and developers can provide suggestions on how to proceed. Check out the StudioPress forum or the Genesis FB group to get started.
Hi there,
Thanks for writing in and apologies for any headaches! We don’t have plans to release big updates like this on any of the other blocks. This block was a unique opportunity to add some advanced functionality. Sorry again and please continue to send us feedback to improve the plugin, much appreciated!
Hi there,
I’m not able to replicate this on my install with the latest AB. It could be that we fixed this in a recent round of updates. Another thing to try is to make sure your browser isn’t using cached JS, which tends to get stuck in the browser. A few hard refreshes should knock that out.
I also see a reference to reusable blocks in there. If you had a reusable block that was using the old container, that could also be causing an issue. You’d want to recreate that reusable block with the new block.
Hi there,
I’m not seeing the same thing on my install of Twenty Nineteen. It could be that we fixed this during some recent style improvements. Keep an eye on the next update coming soon and let me know if you’re still seeing an issue! If you have a live link, that would also be helpful!
Hi there,
In our next update, FontAwesome will be removed. You won’t be able to remove the block CSS just yet. That would remove all of the styles for the blocks. We may provide a way in the future to disable the CSS in favor of your own.
Forum: Plugins
In reply to: [Atomic Blocks - Gutenberg Blocks Collection] Atomic Blocks Share Button TextHi there,
You’ll need to add some custom CSS to your site for that. Try this out!
.ab-block-sharing .ab-social-text:after { content: ' \00BB'; }Hi there,
Apologies for the issues you were seeing. These should all be fixed now in the latest version of the plugin.
Forum: Plugins
In reply to: [Atomic Blocks - Gutenberg Blocks Collection] Font AwesomeHi there,
We’re going to remove FontAwesome in one of the next versions, thanks for the heads up!
Hi there,
Thanks for the heads up. Are you still having the same issues after the latest updates? I’m not seeing the issue on my end, but feel free to shoot us a note if you still do.
Forum: Plugins
In reply to: [Atomic Blocks - Gutenberg Blocks Collection] Custom ColorsHi there,
We have this on our to-do list and will be fixed soon! We have color palettes defined in the plugin that are overriding the theme palettes. Fix should be in the next version!
@staartmees @paddy3001 Be sure to add a quick review! Helps us keep up the ratings and helps us get more resources for support and updates!
Hi there,
The latest version of AB, 1.5.3, should fix this bug. Go ahead and update and check it out. Be sure to hard refresh in your browser to knock out any cached JS.
Forum: Plugins
In reply to: [Atomic Blocks - Gutenberg Blocks Collection] Help with CSS – Link DecorationHi there,
We’ll be adding a fix to the theme to remove this style. Thanks for the heads up!
We’ll take a look at fixing this in the next updates to our post grid block!
Hi there,
The accordion uses the details/summary feature that is built into most browsers. Each one displays it a little differently. Here’s a detailed post on the topic, with some pointers on how to customize the display. Hope that helps!