John Parris
Forum Replies Created
-
Great! To see the names of the blocks, you can look inside the index.js files located in the src/blocks folder and look for the registerBlockType calls.
Using the container block as an example, you can see one of those calls here: https://github.com/ArrayHQ/atomic-blocks/blob/4e77ae71f8769ee5656542272728f0dc91f32b9a/src/blocks/block-container/index.js#L179
The part inside the single quote is the block name, in this case
atomic-blocks/ab-container.Thanks for the screenshot. I see it. Looks like you have some custom CSS overriding it. Specifically this:
.ab-block-accordion .ab-accordion-text { background: #e3f4f6; font: 80px \'PT Sans\', sans-serif;; padding: 10px 15px 0px; }That’s inside your
Antipole in the Baltic Custom CSS Stylescustomizations. Removing/adjusting that should fix it.Hi @henriette123, which version of IE are you using? Can you send screenshots of what you’re seeing?
Hi @antipole, sorry for the slow reply here. I just looked at your site and it appears to be working correctly now. Did you figure this out? If not, can you send a screenshot of what you’re seeing?
Hi @wwwolf, the Atomic Blocks container block is registered as
atomic-blocks/ab-container.Let me know if you have any other questions.
Thanks for the report! We’ll look into this and try to get a fix in the next update.
Thanks for the report and apologies for the bug! We’ll get it fixed up in the next update.
Hi @mparraud, are you referring to the Atomic Blocks plugin or the Atomic Blocks theme? Where exactly is the link? Can you provide a screenshot?
Yes, I’m seeing a 403 error now, which means the server is blocking access to them. Your web host should be able to remove that block for you.
Hi, I see a 404 error on your site when it tries to load the Font Awesome files. Perhaps something happened during installation/upgrade that prevented the files from being installed. Can you try reinstalling the plugin to see if that fixes it?
Thanks for the info. WP 5.1 introduced a change that’s causing this. We’re working on it now and we’ll update you as soon as possible!
Hi everyone,
We’re trying to reproduce this error and so far have been unable to. Can you give some more details?
Were you on the latest version of Atomic Blocks already when you upgraded to WordPress or did you also upgrade Atomic Blocks in the process?
If you did upgrade Atomic Blocks at the same time, do you know which version you were on prior to upgrading?
Forum: Plugins
In reply to: [Atomic Blocks - Gutenberg Blocks Collection] AB Profile Box email urlHi @tbousiou,
Try this format:
mailto:[email protected]We’ll look at updating the block so it intelligently detects and converts a plain email address to the proper format. Sorry for the confusion and thanks for the report.
@stevenrl, that error is related to a PHP feature that was added in PHP 5.3, which was released in 2009.
I’m not sure why you were getting it if your site is running 5.6, unless Hostgator says you were on 5.6 but you really weren’t.
Can you install Atomic Blocks again and see if it happens again? I’m curious if the install failed or something weird like that.
Forum: Plugins
In reply to: [Atomic Blocks - Gutenberg Blocks Collection] button text bugHi @lutjebroeker,
Thanks for reporting this. We’ll look into it and get a quick fix out as soon as possible.