Kommentare für Johannes Kinast https://go-around.de/ Durchstarten Wed, 17 Jul 2024 18:19:45 +0000 hourly 1 https://wordpress.org/?v=6.8.3 Kommentar zu WordPress Performance Hack: Cache direkt vom Webserver ausliefern lassen von Milner https://go-around.de/blog/cache-webserver/#comment-271 Wed, 17 Jul 2024 18:19:45 +0000 https://go-around.de/?p=101#comment-271 Seht guter Artikel, sehr hilfreich. Danke.

]]>
Kommentar zu Block Editor Gallery-Block mit Lightbox ausstatten (WordPress/Gutenberg) von Johannes https://go-around.de/blog/gutenberg-gallery-lightbox/#comment-270 Wed, 26 Jun 2024 12:02:22 +0000 https://go-around.de/?p=15#comment-270 Als Antwort auf Elisabeth Poth.

Ich vermute, das kommt von einem anderen Theme oder Plugin. Wenn du mit ein Beispiellink schickst, schaue ich mir das gerne an.

]]>
Kommentar zu Block Editor Gallery-Block mit Lightbox ausstatten (WordPress/Gutenberg) von Elisabeth Poth https://go-around.de/blog/gutenberg-gallery-lightbox/#comment-269 Wed, 26 Jun 2024 11:59:53 +0000 https://go-around.de/?p=15#comment-269 Hi Johannes, funktioniert wunderbar! Vielen Dank! Bei mir sind die Buttons der Lightbox mit einer roten rechteckigen Outline hinterlegt, bei Hover werden die Rechtecke gefüllt, kann man das irgendwie deaktivieren?
Vg Liz

]]>
Kommentar zu WordPress Snippet: Artikel-Updates in Feedly anzeigen lassen von Johannes https://go-around.de/blog/feed-guid-update/#comment-268 Tue, 30 Apr 2024 07:22:28 +0000 https://go-around.de/?p=331#comment-268 Als Antwort auf John Doe.

If you remove the function, the _last_update_id will be removed, too.

You can open the feed on any machine, e.g. localhost:80/feed

I still use the same function on Travel-Dealz.de and it works well. Try to remove the __NAMESPACE__ from the add_action and add_filter function, and rename the functions to mytheme_check_post_update and mytheme_feed_guid.
add_action( 'post_updated', 'mytheme_check_post_update', 10, 3 );
add_filter( 'the_guid', 'mytheme_feed_guid', 10, 2 );
Perhaps that is the issue.
Otherwise, send me your functions.php via Email.

]]>
Kommentar zu WordPress Snippet: Artikel-Updates in Feedly anzeigen lassen von John Doe https://go-around.de/blog/feed-guid-update/#comment-267 Mon, 29 Apr 2024 20:56:40 +0000 https://go-around.de/?p=331#comment-267 I just checked and I can see that it’s not present. So something went wrong.

I really added the function and did the steps as explained.

If you remove the function. Should the last updated ID stay? I guess it should. Just asking to double-check because I removed the snippet as it didn’t work.

I can try on my local machine with default theme and without plugins. Perhaps something is breaking the function from working.

Is there a way that I can see the rss feed on localhost? Because right now I am using a site to fetch the rss feed to check the ID. But with localhost, I can’t add the site to lookup the rss feed.

]]>
Kommentar zu WordPress Snippet: Artikel-Updates in Feedly anzeigen lassen von Johannes https://go-around.de/blog/feed-guid-update/#comment-266 Mon, 29 Apr 2024 19:38:29 +0000 https://go-around.de/?p=331#comment-266 Als Antwort auf John.

Did you check your RSS feed if the _last_update_id is present?

]]>
Kommentar zu WordPress Snippet: Artikel-Updates in Feedly anzeigen lassen von John https://go-around.de/blog/feed-guid-update/#comment-265 Mon, 29 Apr 2024 19:17:24 +0000 https://go-around.de/?p=331#comment-265 I added it to the functions.php.

I changed an old post publish date to „today“.

The post is now in the top, on the first page. Unfortnately, feedly and other RSS feed websites didn’t see it as a new post.

Is the function perhaps out of date? If so, can you please look into it. That would be great.

There are other plugins out there, but yours looks very minimal and I love that.

]]>
Kommentar zu Affiliate Links automatisch markieren (inkl. WordPress Plugin) von Daniel Beuing https://go-around.de/blog/affiliate-marker/#comment-264 Wed, 21 Feb 2024 19:11:28 +0000 https://go-around.de/?p=77#comment-264 Hi Johannes,

habe das Plugin gerade entdeckt und es ist genau das, was ich gebraucht habe.

Danke für deine Arbeit. 🙂

Beste Grüße
Daniel

]]>
Kommentar zu Affiliate Links automatisch markieren (inkl. WordPress Plugin) von Bill https://go-around.de/blog/affiliate-marker/#comment-263 Tue, 13 Feb 2024 21:42:37 +0000 https://go-around.de/?p=77#comment-263 Super. Genau diese Möglichkeit hatte ich auch gesucht. Werde ich sofort ausprobieren.
Danke, Johannes. 🙂

Alles Gute und schöne Grüße
Bill

]]>
Kommentar zu Affiliate Links automatisch markieren (inkl. WordPress Plugin) von Johannes https://go-around.de/blog/affiliate-marker/#comment-262 Thu, 01 Feb 2024 09:04:56 +0000 https://go-around.de/?p=77#comment-262 " } </code>]]> Als Antwort auf Peter.

Hallo Peter,

du kannst einfach das CSS überschreiben:

a[rel*=sponsored]:after {
content:"🛒"
}

]]>