Title: John Parris's Replies - page 10 | WordPress.org

---

# John Parris

  [  ](https://wordpress.org/support/users/mindctrl/)

 *   [Profile](https://wordpress.org/support/users/mindctrl/)
 *   [Topics Started](https://wordpress.org/support/users/mindctrl/topics/)
 *   [Replies Created](https://wordpress.org/support/users/mindctrl/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/mindctrl/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/mindctrl/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/mindctrl/engagements/)
 *   [Favorites](https://wordpress.org/support/users/mindctrl/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 136 through 150 (of 942 total)

[←](https://wordpress.org/support/users/mindctrl/replies/page/9/?output_format=md)
[1](https://wordpress.org/support/users/mindctrl/replies/?output_format=md) [2](https://wordpress.org/support/users/mindctrl/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/mindctrl/replies/page/3/?output_format=md)…
[9](https://wordpress.org/support/users/mindctrl/replies/page/9/?output_format=md)
10 [11](https://wordpress.org/support/users/mindctrl/replies/page/11/?output_format=md)…
[61](https://wordpress.org/support/users/mindctrl/replies/page/61/?output_format=md)
[62](https://wordpress.org/support/users/mindctrl/replies/page/62/?output_format=md)
[63](https://wordpress.org/support/users/mindctrl/replies/page/63/?output_format=md)
[→](https://wordpress.org/support/users/mindctrl/replies/page/11/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Atomic Blocks - Gutenberg Blocks Collection] Load block as default for new post](https://wordpress.org/support/topic/load-block-as-default-for-new-post/)
 *  Plugin Author [John Parris](https://wordpress.org/support/users/mindctrl/)
 * (@mindctrl)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/load-block-as-default-for-new-post/#post-11377032)
 * Great! To see the names of the blocks, you can look inside the index.js files
   located in the [src/blocks folder](https://github.com/ArrayHQ/atomic-blocks/tree/master/src/blocks)
   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](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`.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Atomic Blocks - Gutenberg Blocks Collection] AB Accordion body text size vast on portrait phone](https://wordpress.org/support/topic/ab-accordion-body-text-size-vast-on-portrait-phone/)
 *  Plugin Author [John Parris](https://wordpress.org/support/users/mindctrl/)
 * (@mindctrl)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/ab-accordion-body-text-size-vast-on-portrait-phone/#post-11371018)
 * 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 Styles` customizations.
   Removing/adjusting that should fix it.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Atomic Blocks - Gutenberg Blocks Collection] AB Post Grid looking awfully in IE](https://wordpress.org/support/topic/ab-post-grid-columns-not-displaying-in-ie/)
 *  Plugin Author [John Parris](https://wordpress.org/support/users/mindctrl/)
 * (@mindctrl)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/ab-post-grid-columns-not-displaying-in-ie/#post-11362151)
 * Hi [@henriette123](https://wordpress.org/support/users/henriette123/), which 
   version of IE are you using? Can you send screenshots of what you’re seeing?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Atomic Blocks - Gutenberg Blocks Collection] AB Accordion body text size vast on portrait phone](https://wordpress.org/support/topic/ab-accordion-body-text-size-vast-on-portrait-phone/)
 *  Plugin Author [John Parris](https://wordpress.org/support/users/mindctrl/)
 * (@mindctrl)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/ab-accordion-body-text-size-vast-on-portrait-phone/#post-11362149)
 * Hi [@antipole](https://wordpress.org/support/users/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?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Atomic Blocks - Gutenberg Blocks Collection] Load block as default for new post](https://wordpress.org/support/topic/load-block-as-default-for-new-post/)
 *  Plugin Author [John Parris](https://wordpress.org/support/users/mindctrl/)
 * (@mindctrl)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/load-block-as-default-for-new-post/#post-11362136)
 * Hi [@wwwolf](https://wordpress.org/support/users/wwwolf/), the Atomic Blocks 
   container block is registered as `atomic-blocks/ab-container`.
 * Let me know if you have any other questions.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Atomic Blocks - Gutenberg Blocks Collection] AB Accordion Killing Link Colors](https://wordpress.org/support/topic/ab-accordion-killing-link-colors/)
 *  Plugin Author [John Parris](https://wordpress.org/support/users/mindctrl/)
 * (@mindctrl)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/ab-accordion-killing-link-colors/#post-11357593)
 * Thanks for the report! We’ll look into this and try to get a fix in the next 
   update.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Atomic Blocks - Gutenberg Blocks Collection] Cannot change excerpt length in Post/Page Grid Block](https://wordpress.org/support/topic/cannot-change-excerpt-length-in-post-page-grid-block/)
 *  Plugin Author [John Parris](https://wordpress.org/support/users/mindctrl/)
 * (@mindctrl)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/cannot-change-excerpt-length-in-post-page-grid-block/#post-11357590)
 * Thanks for the report and apologies for the bug! We’ll get it fixed up in the
   next update.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Atomic Blocks - Gutenberg Blocks Collection] Footer link to AtomicBlocks screen has an error](https://wordpress.org/support/topic/footer-link-to-atomicblocks-screen-has-an-error/)
 *  Plugin Author [John Parris](https://wordpress.org/support/users/mindctrl/)
 * (@mindctrl)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/footer-link-to-atomicblocks-screen-has-an-error/#post-11352513)
 * Hi [@mparraud](https://wordpress.org/support/users/mparraud/), are you referring
   to the Atomic Blocks plugin or the Atomic Blocks theme? Where exactly is the 
   link? Can you provide a screenshot?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Atomic Blocks - Gutenberg Blocks Collection] Atomic Block Share Buttons NO Icons](https://wordpress.org/support/topic/atomic-block-share-buttons-no-icons/)
 *  Plugin Author [John Parris](https://wordpress.org/support/users/mindctrl/)
 * (@mindctrl)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/atomic-block-share-buttons-no-icons/#post-11264562)
 * 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.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Atomic Blocks - Gutenberg Blocks Collection] Atomic Block Share Buttons NO Icons](https://wordpress.org/support/topic/atomic-block-share-buttons-no-icons/)
 *  Plugin Author [John Parris](https://wordpress.org/support/users/mindctrl/)
 * (@mindctrl)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/atomic-block-share-buttons-no-icons/#post-11264191)
 * 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?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Atomic Blocks - Gutenberg Blocks Collection] Whitescreen an JS exception when editing site](https://wordpress.org/support/topic/whitescreen-an-js-exception-when-editing-site/)
 *  Plugin Author [John Parris](https://wordpress.org/support/users/mindctrl/)
 * (@mindctrl)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/whitescreen-an-js-exception-when-editing-site/#post-11250898)
 * 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!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Atomic Blocks - Gutenberg Blocks Collection] Whitescreen an JS exception when editing site](https://wordpress.org/support/topic/whitescreen-an-js-exception-when-editing-site/)
 *  Plugin Author [John Parris](https://wordpress.org/support/users/mindctrl/)
 * (@mindctrl)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/whitescreen-an-js-exception-when-editing-site/#post-11250564)
 * 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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Atomic Blocks - Gutenberg Blocks Collection] AB Profile Box email url](https://wordpress.org/support/topic/ab-profile-box-email-url/)
 *  Plugin Author [John Parris](https://wordpress.org/support/users/mindctrl/)
 * (@mindctrl)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/ab-profile-box-email-url/#post-11100949)
 * Hi [@tbousiou](https://wordpress.org/support/users/tbousiou/),
 * Try this format:
 * `mailto:name@mail.com`
 * 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.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Atomic Blocks - Gutenberg Blocks Collection] URGENT: Site down with Parse Error on installation](https://wordpress.org/support/topic/urgent-site-down-with-parse-error-on-installation/)
 *  Plugin Author [John Parris](https://wordpress.org/support/users/mindctrl/)
 * (@mindctrl)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/urgent-site-down-with-parse-error-on-installation/#post-11062426)
 * [@stevenrl](https://wordpress.org/support/users/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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Atomic Blocks - Gutenberg Blocks Collection] button text bug](https://wordpress.org/support/topic/button-text-bug/)
 *  Plugin Author [John Parris](https://wordpress.org/support/users/mindctrl/)
 * (@mindctrl)
 * [7 years, 8 months ago](https://wordpress.org/support/topic/button-text-bug/#post-10921608)
 * Hi [@lutjebroeker](https://wordpress.org/support/users/lutjebroeker/),
 * Thanks for reporting this. We’ll look into it and get a quick fix out as soon
   as possible.

Viewing 15 replies - 136 through 150 (of 942 total)

[←](https://wordpress.org/support/users/mindctrl/replies/page/9/?output_format=md)
[1](https://wordpress.org/support/users/mindctrl/replies/?output_format=md) [2](https://wordpress.org/support/users/mindctrl/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/mindctrl/replies/page/3/?output_format=md)…
[9](https://wordpress.org/support/users/mindctrl/replies/page/9/?output_format=md)
10 [11](https://wordpress.org/support/users/mindctrl/replies/page/11/?output_format=md)…
[61](https://wordpress.org/support/users/mindctrl/replies/page/61/?output_format=md)
[62](https://wordpress.org/support/users/mindctrl/replies/page/62/?output_format=md)
[63](https://wordpress.org/support/users/mindctrl/replies/page/63/?output_format=md)
[→](https://wordpress.org/support/users/mindctrl/replies/page/11/?output_format=md)