Title: John Parris's Replies - page 7 | 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 - 91 through 105 (of 942 total)

[←](https://wordpress.org/support/users/mindctrl/replies/page/6/?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)…
[6](https://wordpress.org/support/users/mindctrl/replies/page/6/?output_format=md)
7 [8](https://wordpress.org/support/users/mindctrl/replies/page/8/?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/8/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Atomic Blocks - Gutenberg Blocks Collection] Email Newsletter auto-subscribes](https://wordpress.org/support/topic/email-newsletter-auto-subscribes/)
 *  Plugin Author [John Parris](https://wordpress.org/support/users/mindctrl/)
 * (@mindctrl)
 * [7 years ago](https://wordpress.org/support/topic/email-newsletter-auto-subscribes/#post-11752943)
 * [@baian66](https://wordpress.org/support/users/baian66/) we’ll have an update
   this week that adds a double opt-in option.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Atomic Blocks - Gutenberg Blocks Collection] Load content for an accordion only if the item is open](https://wordpress.org/support/topic/load-content-for-an-accordion-only-if-the-item-is-open/)
 *  Plugin Author [John Parris](https://wordpress.org/support/users/mindctrl/)
 * (@mindctrl)
 * [7 years ago](https://wordpress.org/support/topic/load-content-for-an-accordion-only-if-the-item-is-open/#post-11733327)
 * [@nguyencongtoan](https://wordpress.org/support/users/nguyencongtoan/) The content
   inside the accordion is saved to the page’s content by WordPress like any other
   content. Lazy loading the content when the panel is expanded would require some
   custom development, which would likely involve doing a whole new custom accordion
   block to save that data somewhere other than where WordPress saves it by default.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Atomic Blocks] Email Newsletter Block Code Error](https://wordpress.org/support/topic/email-newsletter-block-code-error/)
 *  [John Parris](https://wordpress.org/support/users/mindctrl/)
 * (@mindctrl)
 * [7 years ago](https://wordpress.org/support/topic/email-newsletter-block-code-error/#post-11733315)
 * [@haileylucas](https://wordpress.org/support/users/haileylucas/)
 * `<GWMW STYLE=”DISPLAY:NONE;”>` looks like it’s coming from some other piece of
   software on your site. We don’t have anything like that in Atomic Blocks.
 * Does it work correctly if you temporarily deactivate all plugins and switch to
   the default Twenty Nineteen theme?
 * If so, you can start turning things on one by one until you find what’s causing
   it.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Atomic Blocks - Gutenberg Blocks Collection] Loading blocks & block CSS selectively](https://wordpress.org/support/topic/loading-blocks-block-css-selectively/)
 *  Plugin Author [John Parris](https://wordpress.org/support/users/mindctrl/)
 * (@mindctrl)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/loading-blocks-block-css-selectively/#post-11718942)
 * [@abrightclearweb](https://wordpress.org/support/users/abrightclearweb/) this
   is something we’re working on now and will continue to work on in the coming 
   months. We have a fix coming in version 2.0.1 that will reduce the amount of 
   CSS by a pretty good amount. Keep an eye out for that. We’re aiming to launch
   that next week I think.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Atomic Blocks - Gutenberg Blocks Collection] inner blocks into accordion block](https://wordpress.org/support/topic/inner-blocks-into-accordion-block/)
 *  Plugin Author [John Parris](https://wordpress.org/support/users/mindctrl/)
 * (@mindctrl)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/inner-blocks-into-accordion-block/#post-11718940)
 * [@renaisens](https://wordpress.org/support/users/renaisens/) yes, you can add
   blocks inside the accordion’s content area. Click the + sign the editor shows
   while you’re inside that area and you can choose any blocks you want there.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Atomic Blocks - Gutenberg Blocks Collection] Turn on/off addition of custom image sizes](https://wordpress.org/support/topic/turn-on-off-addition-of-custom-image-sizes/)
 *  Plugin Author [John Parris](https://wordpress.org/support/users/mindctrl/)
 * (@mindctrl)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/turn-on-off-addition-of-custom-image-sizes/#post-11718924)
 * [@dvpfig](https://wordpress.org/support/users/dvpfig/),
 * I have a more permanent solution for you so that you don’t have to keep editing
   the plugin’s files to remove the custom image size.
 * Add the following code snippet to your site to remove the image sizes registered
   by Atomic Blocks. If you’re not familiar with how to add code snippet to your
   site, we recommend using [Pluginception](https://wordpress.org/plugins/pluginception/)
   to create a custom plugin, paste in the code, and activate your new plugin.
 * Here’s the code you need.
 *     ```
       add_action( 'after_setup_theme', function () {
       	remove_image_size( 'ab-block-post-grid-landscape' );
       	remove_image_size( 'ab-block-post-grid-square' );
       }, 11 );
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Atomic Blocks - Gutenberg Blocks Collection] Custom field in post grid](https://wordpress.org/support/topic/custom-field-in-post-grid/)
 *  Plugin Author [John Parris](https://wordpress.org/support/users/mindctrl/)
 * (@mindctrl)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/custom-field-in-post-grid/#post-11679765)
 * If you need to display something custom on the front end where the grid displays,
   you can use `the_excerpt` filter. The block runs that core WP filter when displaying
   the excerpt.
 * If that doesn’t work for you, let me know. We can consider adding custom hooks
   and filters in a future update.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Atomic Blocks - Gutenberg Blocks Collection] Accordion close button](https://wordpress.org/support/topic/accordion-close-button/)
 *  Plugin Author [John Parris](https://wordpress.org/support/users/mindctrl/)
 * (@mindctrl)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/accordion-close-button/#post-11679209)
 * [@dantianhealth](https://wordpress.org/support/users/dantianhealth/) [@swinggraphics](https://wordpress.org/support/users/swinggraphics/)
   this is something we have on our roadmap. I don’t have an expected release date
   yet, but we will be working on it.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Atomic Blocks - Gutenberg Blocks Collection] Custom field in post grid](https://wordpress.org/support/topic/custom-field-in-post-grid/)
 *  Plugin Author [John Parris](https://wordpress.org/support/users/mindctrl/)
 * (@mindctrl)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/custom-field-in-post-grid/#post-11679200)
 * [@swinggraphics](https://wordpress.org/support/users/swinggraphics/) can you 
   give more detail about what you mean specifically?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Atomic Blocks - Gutenberg Blocks Collection] Nofollow tag for CTA block](https://wordpress.org/support/topic/nofollow-tag-for-cta-block/)
 *  Plugin Author [John Parris](https://wordpress.org/support/users/mindctrl/)
 * (@mindctrl)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/nofollow-tag-for-cta-block/#post-11679122)
 * [@sdyson](https://wordpress.org/support/users/sdyson/) A CSS class wouldn’t add
   the `nofollow` attribute. You could do it as [@madison4atx](https://wordpress.org/support/users/madison4atx/)
   outlined, but that would prevent you from editing the block in the future unless
   you do it via HTML.
 * I’ll add this request to our list and see about adding an option to the block
   for adding `nofollow` in a future update.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Atomic Blocks - Gutenberg Blocks Collection] Formating Deleted](https://wordpress.org/support/topic/formating-deleted/)
 *  Plugin Author [John Parris](https://wordpress.org/support/users/mindctrl/)
 * (@mindctrl)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/formating-deleted/#post-11679109)
 * [@nattykoo](https://wordpress.org/support/users/nattykoo/) which version of the
   following did you have installed when this happened?
 * – Genesis
    – Monochrome – Atomic Blocks
 * Do you have any other plugins active, like the Gutenberg plugin?
 * If you open the Developer Tools console in your browser, do you see any errors
   there when this happens?
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Atomic Blocks] AB Email newsletter block and Mailchimp Double opt-in](https://wordpress.org/support/topic/ab-email-newsletter-block-and-mailchimp-double-opt-in/)
 *  [John Parris](https://wordpress.org/support/users/mindctrl/)
 * (@mindctrl)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/ab-email-newsletter-block-and-mailchimp-double-opt-in/#post-11670892)
 * Hi [@baian66](https://wordpress.org/support/users/baian66/)
 * We’re aware of this issue and will have a fix soon. This is the theme forum, 
   but there’s another support thread in the plugin forum here: [https://wordpress.org/support/topic/email-newsletter-auto-subscribes/](https://wordpress.org/support/topic/email-newsletter-auto-subscribes/)
 * We’ll have an update as soon as possible.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Atomic Blocks - Gutenberg Blocks Collection] Email Newsletter auto-subscribes](https://wordpress.org/support/topic/email-newsletter-auto-subscribes/)
 *  Plugin Author [John Parris](https://wordpress.org/support/users/mindctrl/)
 * (@mindctrl)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/email-newsletter-auto-subscribes/#post-11661372)
 * Hi [@amethystanswers](https://wordpress.org/support/users/amethystanswers/)
 * We’re aware of this issue. We’ll have a fix in the very near future. Sorry for
   the inconvenience!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Atomic Blocks - Gutenberg Blocks Collection] AB Container block removed when updating (Gutenberg 5.9.0)](https://wordpress.org/support/topic/ab-container-block-removed-when-updating-gutenberg-5-9-0/)
 *  Plugin Author [John Parris](https://wordpress.org/support/users/mindctrl/)
 * (@mindctrl)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/ab-container-block-removed-when-updating-gutenberg-5-9-0/#post-11658293)
 * [@braffenberg](https://wordpress.org/support/users/braffenberg/) which versions
   of the following are you using?
 * – WordPress
    – Gutenberg Plugin – Atomic Blocks plugin
 * Also, if you’re familiar with how to do it, you can open your web browser’s developer
   tools console and look for any error messages. If you see any, please send some
   screenshots.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Atomic Blocks - Gutenberg Blocks Collection] Post grid block – exclude current post](https://wordpress.org/support/topic/post-frid-block-exclude-current-post/)
 *  Plugin Author [John Parris](https://wordpress.org/support/users/mindctrl/)
 * (@mindctrl)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/post-frid-block-exclude-current-post/#post-11654282)
 * [@prettiggeleerd](https://wordpress.org/support/users/prettiggeleerd/) Ah yes,
   I see what you’re saying now. Basically we need to not show a post in the grid
   if it’s being displayed within that same post.
 * Thanks for the report. I’ll add this to our list and see about getting it in 
   an update in the near future.

Viewing 15 replies - 91 through 105 (of 942 total)

[←](https://wordpress.org/support/users/mindctrl/replies/page/6/?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)…
[6](https://wordpress.org/support/users/mindctrl/replies/page/6/?output_format=md)
7 [8](https://wordpress.org/support/users/mindctrl/replies/page/8/?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/8/?output_format=md)