md_quer
Forum Replies Created
-
Forum: Alpha/Beta/RC
In reply to: who to delete block patterns in wordpress 6.7Thank you ??
Forum: Alpha/Beta/RC
In reply to: who to delete block patterns in wordpress 6.7i 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
In reply to: who to delete block patterns in wordpress 6.7Thank 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 month, 1 week ago by md_quer.
Forum: Everything else WordPress
In reply to: alignment issue with columns block in site editorThank you for your advice. I have found the issue. Perhaps it can hepl someone.
The error was in wp-post-content :<!-- 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:post-content {"align":"wide","layout":{"type":"constrained"}} /-->
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
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Related Posts not PublishingYes, works !
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Related Posts not Publishingthank you for your testing and notice ??
greets
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Related Posts not PublishingI 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 1 year ago by md_quer.
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Traffic Spam from FinlandThank 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
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Traffic Spam from FinlandInteresting 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 ??
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Traffic Spam from FinlandHi @muffinpeace ,
thank you for your advice. I have not really the intention to install another Plugin. I just hit the Google Page Speed Insights. So another Plugin would decrease the chance to keep the green score.
I am new to ” Spam Traffic ” . But i will give the Plugin a try on a Test Site.
Thank you !Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Traffic Spam from FinlandYes, id do. That ist ok. But underneath, there are listed the countries. And under Countries there are Traffic Spam from Finland. Always one visit and 60 klicks on Blog Posts.
I now, that Google does not like to ban Countries. But i cant see this Traffic on GA4. An in Jetpack Stats it occurs since mid of 2022. Regularly.
It ist so annoying. Nobody in Jetpack with similar Traffic Spam from countries ?
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Traffic Spam from FinlandThank you for your answer. My site url is
Below > Referrer there are the countries. And by countries there ist no arrow link , where i can mark as spam
I only have Jetpack Free. Perhaps this ist only possible in the paid version ?
Thank you for your reply. Seo Plugin if .. then .. slim seo for me ??
I have found my solution here: topic/fullsite-editing-themes-block-theme-how-to-include-php-files/, thanks to @hozefasmileI took this one:
function uni_add_beforeheadclose_file(){ include_once(get_template_directory() . '/header.php') ; } add_action('wp_head', 'uni_add_beforeheadclose_file', 10, 0);
But not the complete file from example – fullsiteediting.com, because of double content output like
<meta charset="<?php bloginfo( 'charset' ); ?>">
etc. etc.
Forum: Alpha/Beta/RC
In reply to: classic block as popup in wordpress 6.2 beta2Thank you for your answer. Your Image is that, what i have in WordPress 6.1.1. Link – i wrote a small post with two pictures, the first is like yours, and the second ist the Classic Block as Popup. It shows also up with Gutenberg 15.1.1.
Sorry, but i dont know to load up a picutre here .
Forum: Themes and Templates
In reply to: [Twenty Twenty-Three] Block not flush to top of page@zoonini
thank you for your response.
I am new to this forum und i have not seen a possibility to upload a photo. So i used a free wordpress.com account to show my experience.
And from a local staging site i cannot send a link ??