Title: md_quer's Replies | WordPress.org

---

# md_quer

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

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

 Search replies:

## Forum Replies Created

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

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

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Columns & Grid blocks – mobile layout problem](https://wordpress.org/support/topic/columns-grid-blocks-mobile-layout-problem/)
 *  Thread Starter [md_quer](https://wordpress.org/support/users/mdquer/)
 * (@mdquer)
 * [1 month ago](https://wordpress.org/support/topic/columns-grid-blocks-mobile-layout-problem/#post-18847842)
 * And Yes – Media & Text was fine … haha, but you cannot do images with border 
   and such things… 😅
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Columns & Grid blocks – mobile layout problem](https://wordpress.org/support/topic/columns-grid-blocks-mobile-layout-problem/)
 *  Thread Starter [md_quer](https://wordpress.org/support/users/mdquer/)
 * (@mdquer)
 * [1 month ago](https://wordpress.org/support/topic/columns-grid-blocks-mobile-layout-problem/#post-18847836)
 * Thank you really for all your suggestions ! I think i will use – when necessary
   the custom CSS with column -reverse. But ! i have to accept wordpress as is. 
   I see the problem with accessible technology now, which I hadn’t fully considered
   before. It’s a **balancing act** between sleek design and accessibility—but in
   the end, **accessibility should win** 🤷‍♀️
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Columns & Grid blocks – mobile layout problem](https://wordpress.org/support/topic/columns-grid-blocks-mobile-layout-problem/)
 *  Thread Starter [md_quer](https://wordpress.org/support/users/mdquer/)
 * (@mdquer)
 * [1 month ago](https://wordpress.org/support/topic/columns-grid-blocks-mobile-layout-problem/#post-18846727)
 * I know, that this is not wrong per se, but on mobile it hast to be the other 
   way round.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Columns & Grid blocks – mobile layout problem](https://wordpress.org/support/topic/columns-grid-blocks-mobile-layout-problem/)
 *  Thread Starter [md_quer](https://wordpress.org/support/users/mdquer/)
 * (@mdquer)
 * [1 month ago](https://wordpress.org/support/topic/columns-grid-blocks-mobile-layout-problem/#post-18846715)
 * [https://postimg.cc/QFWrTbMS](https://postimg.cc/QFWrTbMS)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Create Block Theme] Create Block Theme Export creates unwanted .php files](https://wordpress.org/support/topic/create-block-theme-export-creates-unwanted-php-files/)
 *  Thread Starter [md_quer](https://wordpress.org/support/users/mdquer/)
 * (@mdquer)
 * [1 year, 1 month ago](https://wordpress.org/support/topic/create-block-theme-export-creates-unwanted-php-files/#post-18352730)
 * Hello, your question has nothing to do with my question. My question is about
   the create block theme plugin.
 * But to your question:
 * When i make a new pattern in a block theme, and it is synced, then wordpress 
   creates a new php file, in my example a cover block, with text etc. and a shortcode
   block. Then the php file ist created without `apply_shortcodes()` or `do_shortcodes()`.
 * this ist the code for the shortcode block in the php file:
 *     ```wp-block-code
       <!-- wp:shortcode --> <h2>Testüberschrift für den Shortcode Block</h2>  <p>Dies ist ein einfacher Testtext, um zu prüfen, wie der Shortcode Block funktioniert. Du kannst hier auch mehr Text, Links oder andere HTML-Elemente einfügen.</p><!-- /wp:shortcode -->
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Create Block Theme] Create Block Theme Export creates unwanted .php files](https://wordpress.org/support/topic/create-block-theme-export-creates-unwanted-php-files/)
 *  Thread Starter [md_quer](https://wordpress.org/support/users/mdquer/)
 * (@mdquer)
 * [1 year, 4 months ago](https://wordpress.org/support/topic/create-block-theme-export-creates-unwanted-php-files/#post-18173330)
 * And when i import this block theme in wordpress > themes , which i exportetd 
   with Create Block Theme, and then export ( download ) it in website editor directly,
   then this .php files are gone again.
 *   Forum: [Alpha/Beta/RC](https://wordpress.org/support/forum/alphabeta/)
    In 
   reply to: [who to delete block patterns in wordpress 6.7](https://wordpress.org/support/topic/who-to-delete-block-patterns-in-wordpress-6-7/)
 *  Thread Starter [md_quer](https://wordpress.org/support/users/mdquer/)
 * (@mdquer)
 * [1 year, 5 months ago](https://wordpress.org/support/topic/who-to-delete-block-patterns-in-wordpress-6-7/#post-18092141)
 * Thank you 😃
 *   Forum: [Alpha/Beta/RC](https://wordpress.org/support/forum/alphabeta/)
    In 
   reply to: [who to delete block patterns in wordpress 6.7](https://wordpress.org/support/topic/who-to-delete-block-patterns-in-wordpress-6-7/)
 *  Thread Starter [md_quer](https://wordpress.org/support/users/mdquer/)
 * (@mdquer)
 * [1 year, 5 months ago](https://wordpress.org/support/topic/who-to-delete-block-patterns-in-wordpress-6-7/#post-18082977)
 * i have found the issue: i have to delcare the header in theme.json. Like so:
 * {
   “area”: “header”,“name”: “header-for-sites”},Then the system writes in the 
   website editor my ” header-for-sites ” under > Header. And when i delete the 
   header-5 in my theme files , it ist gone in the Website Editor and everything
   works fine. 😂😅
 *   Forum: [Alpha/Beta/RC](https://wordpress.org/support/forum/alphabeta/)
    In 
   reply to: [who to delete block patterns in wordpress 6.7](https://wordpress.org/support/topic/who-to-delete-block-patterns-in-wordpress-6-7/)
 *  Thread Starter [md_quer](https://wordpress.org/support/users/mdquer/)
 * (@mdquer)
 * [1 year, 5 months ago](https://wordpress.org/support/topic/who-to-delete-block-patterns-in-wordpress-6-7/#post-18082721)
 * Thank you for the answer. 
   When i have a custom block theme, and i have installed
   a template-part: general eg. template-part: header-5 as general. And this is 
   in the block theme files. And i want to change this to template-part: header 
   instead.
 * 
   Is there a simple possibility to do so ?
 * 
   **I tried: ** duplicate this general template part: header-5. Then rename it:
   header-for-sites and choose – template-part: header. Now i have this new template-
   part: header-for-sites which is now under Headers, and header-5 which ist now
   under General. But they are the same.It is my custom block theme. But i cant 
   delete this template-part: general header-5. Only duplicate an rename.
 * And then delete this header-5 under parts in the block theme files. Then give
   the page.html the new header-for-sites. It does not work. When i delet it in 
   the theme files, everything is crap.
 * So i think it is does not matter, if the template part ist under general instead
   of header. 🤷‍♀️😂😂😂
    -  This reply was modified 1 year, 5 months ago by [md_quer](https://wordpress.org/support/users/mdquer/).
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [alignment issue with columns block in site editor](https://wordpress.org/support/topic/alignment-issue-with-columns-block-in-site-editor/)
 *  Thread Starter [md_quer](https://wordpress.org/support/users/mdquer/)
 * (@mdquer)
 * [2 years ago](https://wordpress.org/support/topic/alignment-issue-with-columns-block-in-site-editor/#post-17561947)
 * Thank you for your advice. I have found the issue. Perhaps it can hepl someone.
   
   The error was in **wp-post-content **:
 *     ```wp-block-code
       <!-- wp:post-content {"align":"full","layout":{"inherit":true}} /-->
       ```
   
 * I had `"layout":{"inherit":true`}
 * because of this, there were no full and wide icons in the columns block in site
   editor.
 * When i changed it to `"layout":{"type":"constrained"`, the icons where there ,
   when i use the columns block only in the site editor.
 * But it does not work. So i changed the `"align":"full"`, to `"align":"wide"` :
 *     ```wp-block-code
       <!-- wp:post-content {"align":"wide","layout":{"type":"constrained"}} /-->
       ```
   
 * [https://ibb.co/JFNxXg0](https://ibb.co/JFNxXg0)
 * Now , like in TT4 Block Theme, also in my custom theme, the columns block shows
   the full and wide icon without using the group block and works in site editor
   and in frontend.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Jetpack - WP Security, Backup, Speed, & Growth] Related Posts not Publishing](https://wordpress.org/support/topic/related-posts-not-publishing/)
 *  [md_quer](https://wordpress.org/support/users/mdquer/)
 * (@mdquer)
 * [2 years, 5 months ago](https://wordpress.org/support/topic/related-posts-not-publishing/#post-17200463)
 * Yes, works !
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Jetpack - WP Security, Backup, Speed, & Growth] Related Posts not Publishing](https://wordpress.org/support/topic/related-posts-not-publishing/)
 *  [md_quer](https://wordpress.org/support/users/mdquer/)
 * (@mdquer)
 * [2 years, 5 months ago](https://wordpress.org/support/topic/related-posts-not-publishing/#post-17200368)
 * thank you for your testing and notice 👍
 * greets
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Jetpack - WP Security, Backup, Speed, & Growth] Related Posts not Publishing](https://wordpress.org/support/topic/related-posts-not-publishing/)
 *  [md_quer](https://wordpress.org/support/users/mdquer/)
 * (@mdquer)
 * [2 years, 5 months ago](https://wordpress.org/support/topic/related-posts-not-publishing/#post-17195111)
 * I have the same issue on my site.
 * **config:**
    - WordPress 6.4.1
    - Jetpack 12.8
    - Custom Block Theme
 * The related posts where shown up in:
    - Website Editor – single.html
    - Blog Post – Draft
 * Related posts disappeared in:
    -  in the published block post
    -  in every published block post
 * **What i did:**
    - going to filezilla
    - delete jetpack 12.8
    - upload jetpack 12.7.1
 * Everything is fine, related posts show up on every blog post in the frontend!
 * Is it possible, that there is a bug in Jetpack 12.8 ?
    -  This reply was modified 2 years, 5 months ago by [md_quer](https://wordpress.org/support/users/mdquer/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Jetpack - WP Security, Backup, Speed, & Growth] Traffic Spam from Finland](https://wordpress.org/support/topic/traffic-spam-from-finland/)
 *  Thread Starter [md_quer](https://wordpress.org/support/users/mdquer/)
 * (@mdquer)
 * [2 years, 5 months ago](https://wordpress.org/support/topic/traffic-spam-from-finland/#post-17131077)
 * Thank you for your advice !
   Surge is not the cause. I have surge since 4 weeks,
   and the Finland Traffic Spam is since mid of 2022.
 * To the plugin, it ist too complex for me. And the plugin can’t help me delete
   the traffic Spam in Jetpack Stats. 
   And in GA4 there ist no Traffic Spam from
   country. So i hope, perhaps it stops itslef 😅. In Jetpack i can use Visits. 
   And for Page Views and the rest, i will use GA4. But thank you ..
 * And perhaps somthing will change in Jetpack too, what concerns the Traffic Bots.
   Hope Jetpack will also get better 👏
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Jetpack - WP Security, Backup, Speed, & Growth] Traffic Spam from Finland](https://wordpress.org/support/topic/traffic-spam-from-finland/)
 *  Thread Starter [md_quer](https://wordpress.org/support/users/mdquer/)
 * (@mdquer)
 * [2 years, 6 months ago](https://wordpress.org/support/topic/traffic-spam-from-finland/#post-17110110)
 * Interesting is, that all listed countries per day in Jetpack, are the same listed
   countries per day in GA4. Except the country – Finland, with Traffic Spam. This
   is not listed in GA4. So it seems, that Google Analytics ist filtering this out?
   But i am new to GA4 so perhaps it ist hiding elswere 🙂

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

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