Title: Aaron's Replies | WordPress.org

---

# Aaron

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

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

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 34 total)

1 [2](https://wordpress.org/support/users/jstask/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/jstask/replies/page/3/?output_format=md)
[→](https://wordpress.org/support/users/jstask/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[CleverReach® WP] don’t pass null to json_decode()](https://wordpress.org/support/topic/dont-pass-null-to-json_decode/)
 *  Thread Starter [Aaron](https://wordpress.org/support/users/jstask/)
 * (@jstask)
 * [2 years, 1 month ago](https://wordpress.org/support/topic/dont-pass-null-to-json_decode/#post-17715194)
 * Hi Dennis,
   I am using 1.5.20 with WordPress 6.5.2 and PHP 8.1.28, there is no
   update for CleverReach® WP available
    -  This reply was modified 2 years, 1 month ago by [Aaron](https://wordpress.org/support/users/jstask/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[NinjaFirewall (WP Edition) - Advanced Security Plugin and Firewall] blocked wp-cron.php](https://wordpress.org/support/topic/blocked-wp-cron-php/)
 *  Thread Starter [Aaron](https://wordpress.org/support/users/jstask/)
 * (@jstask)
 * [2 years, 1 month ago](https://wordpress.org/support/topic/blocked-wp-cron-php/#post-17704050)
 * It says something like
   _Scheduled the cron event **nfwgccron** to run now. The
   original event will not be affected._In full-waf mode, the task gets duplicated
   with the execution in 1970, but it won’t run
    -  This reply was modified 2 years, 1 month ago by [Aaron](https://wordpress.org/support/users/jstask/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[NinjaFirewall (WP Edition) - Advanced Security Plugin and Firewall] blocked wp-cron.php](https://wordpress.org/support/topic/blocked-wp-cron-php/)
 *  Thread Starter [Aaron](https://wordpress.org/support/users/jstask/)
 * (@jstask)
 * [2 years, 1 month ago](https://wordpress.org/support/topic/blocked-wp-cron-php/#post-17690240)
 * I tried it, nothing changed
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[NinjaFirewall (WP Edition) - Advanced Security Plugin and Firewall] blocked wp-cron.php](https://wordpress.org/support/topic/blocked-wp-cron-php/)
 *  Thread Starter [Aaron](https://wordpress.org/support/users/jstask/)
 * (@jstask)
 * [2 years, 2 months ago](https://wordpress.org/support/topic/blocked-wp-cron-php/#post-17687448)
 * There are no errors in WP CLI nor the debug.log when logging is enabled.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[NinjaFirewall (WP Edition) - Advanced Security Plugin and Firewall] blocked wp-cron.php](https://wordpress.org/support/topic/blocked-wp-cron-php/)
 *  Thread Starter [Aaron](https://wordpress.org/support/users/jstask/)
 * (@jstask)
 * [2 years, 2 months ago](https://wordpress.org/support/topic/blocked-wp-cron-php/#post-17680991)
 * Nope, nothing is logged there if I call [https://example.com/wp/wp-cron.php](https://example.com/wp/wp-cron.php).
   I am having missed cron events on two different hosting providers with a bedrock
   setup in full-WAF mode. In one case, I run
 *     ```wp-block-code
       wp cron event run --due-now --path="/path/to/the/wp/folder" > /dev/null  2>&1
       ```
   
 * but with the other hosting I don’t have the option to run WP-CLI and therefore
   need to run it by calling wp-cron.php
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[NinjaFirewall (WP Edition) - Advanced Security Plugin and Firewall] blocked wp-cron.php](https://wordpress.org/support/topic/blocked-wp-cron-php/)
 *  Thread Starter [Aaron](https://wordpress.org/support/users/jstask/)
 * (@jstask)
 * [2 years, 2 months ago](https://wordpress.org/support/topic/blocked-wp-cron-php/#post-17678467)
 * If I got it right this time, it should be
 *     ```wp-block-code
       if ( strpos( $_SERVER['SCRIPT_FILENAME'], '/wp-cron.php') !== FALSE ) {
        	return 'ALLOW';
       }
       ```
   
 * However, whitelisting does not to solve the issue.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Minify HTML] Block patterns and comments](https://wordpress.org/support/topic/block-patterns-and-comments/)
 *  Thread Starter [Aaron](https://wordpress.org/support/users/jstask/)
 * (@jstask)
 * [3 years ago](https://wordpress.org/support/topic/block-patterns-and-comments/#post-16774318)
 * Amature or not, this is how it works right now. I suggest disabling this feature
   then per default, or at least give them a warning in the plugin settings-page,
   so other users of the plugin don’t run into the same issue.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Minify HTML] Block patterns and comments](https://wordpress.org/support/topic/block-patterns-and-comments/)
 *  Thread Starter [Aaron](https://wordpress.org/support/users/jstask/)
 * (@jstask)
 * [3 years ago](https://wordpress.org/support/topic/block-patterns-and-comments/#post-16772769)
 * Gutenberg blocks can come in various forms, each block is wrapped in comments
   another example could be
 *     ```wp-block-code
           <!-- wp:arch/text {"size":"sm","customMargin":true,"margin":"lg","content":"Morbi leo risus, porta ac consectetur ac, vestibulum at eros. Praesent commodo cursus magna, vel scelerisque nisl consectetur et."} -->
           <p class="wp-block-arch-text">Morbi leo risus, porta ac consectetur ac, vestibulum at eros. Praesent commodo cursus magna, vel scelerisque nisl consectetur et.</p>
           <!-- /wp:arch/text -->
       ```
   
 * Unlike my first example, this block is not available in core WordPress.
 * However, the comments are only stored in the database as post content. They are
   only visible inside the Gutenberg editor if you switch to the code editor (shift
   +cmd+option+m) and are not outputted in the front-end.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Minify HTML] Block patterns and comments](https://wordpress.org/support/topic/block-patterns-and-comments/)
 *  Thread Starter [Aaron](https://wordpress.org/support/users/jstask/)
 * (@jstask)
 * [3 years ago](https://wordpress.org/support/topic/block-patterns-and-comments/#post-16772761)
 * I prepared a test function for you so you can investigate.
 *     ```wp-block-code
       add_action('init', function () {
   
           register_block_pattern(
               'test',
               [
                   'title'       => __('test title', 'text-domain'),
                   'description' => __('test description', 'text-domain'),
                   'content'     => '<!-- wp:paragraph -->
                   <p>Lorem ipsum</p>
                   <!-- /wp:paragraph -->',
               ]
           );
       });
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Slim SEO - A Fast & Automated SEO Plugin For WordPress] shortcode](https://wordpress.org/support/topic/shortcode-934/)
 *  Thread Starter [Aaron](https://wordpress.org/support/users/jstask/)
 * (@jstask)
 * [3 years, 4 months ago](https://wordpress.org/support/topic/shortcode-934/#post-16451190)
 * Well, I rethought it and I do return something in my save component now that 
   can be parsed.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Slim SEO - A Fast & Automated SEO Plugin For WordPress] shortcode](https://wordpress.org/support/topic/shortcode-934/)
 *  Thread Starter [Aaron](https://wordpress.org/support/users/jstask/)
 * (@jstask)
 * [3 years, 4 months ago](https://wordpress.org/support/topic/shortcode-934/#post-16434554)
 * Hey [@rilwis](https://wordpress.org/support/users/rilwis/),
 * I rechecked and noticed two things:
    1. My own block: No preview inside meta description, but output in the meta-tag
       without short shortcode execution.
    2. The Core Paragraph Block Works as expected
 * I guess it is because I use render callbacks: my block is storing its content
   inside the block attributes and the safe function is returning null. If this 
   approach is wrong when using render callbacks, I appreciate a hint 😉
 * Below are my block attributes in comparison to the core paragraph attributes
 *     ```wp-block-code
       <!-- wp:aaronkessler/text {"size":"5xl","margin":"xl","customMargin":true,"tag":"h1","content":"\u003cmark class=\u0022mark bg-white\u0022\u003e\u003cspan class=\u0022mark-span bg-gradient-to-r from-primary-700 via-primary-500 to-primary-700 text-transparent bg-clip-text\u0022\u003eWebdesign\u003c/span\u003e\u003c/mark\u003e und Medien[shy]gestaltung","gradient":"Primary-Gradient","font":"Display","className":"mark-first-word","anchor":"heading"} /-->
   
       <!-- wp:paragraph -->
       <p>Medien[shy]gestaltung</p>
       <!-- /wp:paragraph -->
       ```
   
 * I guess for the preview it is impossible to get it to work, because AFAIK there
   is no standard for block attribute names.
 * But since it is outputting the content without the shortcode execution inside
   the meta-tag, I guess there must be a way to fix it.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Slim SEO - A Fast & Automated SEO Plugin For WordPress] shortcode](https://wordpress.org/support/topic/shortcode-934/)
 *  Thread Starter [Aaron](https://wordpress.org/support/users/jstask/)
 * (@jstask)
 * [3 years, 4 months ago](https://wordpress.org/support/topic/shortcode-934/#post-16429194)
 * Hey,
 * Sure I did. Otherwise, the short code won’t get executed inside the Gutenberg
   editor. Your question make me think you missed the important thing: This only
   happens if I don’t enter a meta description myself, and keep using the default
   one. As soon as I enter something, the shortcode works as expected.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Germanized for WooCommerce] revocation email text](https://wordpress.org/support/topic/revocation-email-text/)
 *  Thread Starter [Aaron](https://wordpress.org/support/users/jstask/)
 * (@jstask)
 * [3 years, 7 months ago](https://wordpress.org/support/topic/revocation-email-text/#post-16188940)
 * Hi,
 * ich sehe dort nichts, aber [https://vendidero.de/dokument/template-struktur-templates-im-theme-ueberschreiben](https://vendidero.de/dokument/template-struktur-templates-im-theme-ueberschreiben)
   hilft mir wahrscheinlich weiter. Danke für den Hinweis mit dem E-Mail-Template
   im Child-Theme, das hat auf diese Möglichkeit aufmerksam gemacht.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [core-block-supports-inline-css](https://wordpress.org/support/topic/core-block-supports-inline-css/)
 *  Thread Starter [Aaron](https://wordpress.org/support/users/jstask/)
 * (@jstask)
 * [3 years, 7 months ago](https://wordpress.org/support/topic/core-block-supports-inline-css/#post-16165617)
 * Thanks a lot! I never thought of it being put in because of debugging.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Gutentor - Gutenberg Blocks - Page Builder for Gutenberg Editor] No Tags in Advanced Post (Type) Block in Front-End](https://wordpress.org/support/topic/no-tags-in-advanced-post-type-block-in-front-end/)
 *  Thread Starter [Aaron](https://wordpress.org/support/users/jstask/)
 * (@jstask)
 * [4 years, 3 months ago](https://wordpress.org/support/topic/no-tags-in-advanced-post-type-block-in-front-end/#post-15415377)
 * I would consider this a workaround and not a fix since it adds no space character.
   However, I did
 *     ```
       .gutentor-post .gutentor-entry-meta-primary div a:not(:first-child) {
         padding-left: 5px;
        }
       ```
   
 * to avoid padding-left on first entries.

Viewing 15 replies - 1 through 15 (of 34 total)

1 [2](https://wordpress.org/support/users/jstask/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/jstask/replies/page/3/?output_format=md)
[→](https://wordpress.org/support/users/jstask/replies/page/2/?output_format=md)