Peter Müller
Forum Replies Created
-
Forum: Plugins
In reply to: [AI] Generated text is English only?Thanx for the info, and it seems to work a lot better 🥂
Forum: Reviews
In reply to: [Almost Ready Temporary Page] Simply the bestLooks perfect. Thanx 🥂
Just for your info: version 0.7.0 of the AI-plugin from the Core Team has received an update that helped with the language problem. Since the update it works a lot better.
Forum: Reviews
In reply to: [Almost Ready Temporary Page] Simply the bestAnd I’ll spread the word: I am just updating my (German) WordPress beginners book for WP 7.0. Chapter 16 is about plugins and traditionally begins with some kind of Coming Soon plugin as in my experience a lot of beginners do not like the world to see how they learn.
After having tried your plugin this morning I spent the afternoon re-writing the first part of that chapter and to substitute one of the overkill Coming-Soon-plugin with yours. This is a much better fit as it’s so simple and lightweight and the page can be modified in the editor.
Thanx for the plugin. Enjoy the day.
Greetings from Groningen (in the north of the Netherlands).- This reply was modified 1 month, 2 weeks ago by Peter Müller.
- This reply was modified 1 month, 2 weeks ago by Peter Müller.
Thanx for the plugin and your reply, and even more for the link. I’ll check that issue and see if that it hopefully will be resolved.
Background is that I’m updating my Germany WordPress-book for beginners and I would like to show the AI (Experiments) plugin and would have preferred to show a European solution like Mistral.
So when I saw your plugin I silently rejoiced 🥂
Forum: Plugins
In reply to: [AI] Generated text is English only?Just to let you know: I don’t know what changed, but it’s better now. Two things happened: I just updated to RC1 and I removed all English words from a post.
Title and Excerpt generation now seems to be in German.
Media Library – alt Text is still in English, and I have no idea why. Not an English word in sight there for the agent to assume it should be in English.
I’m not marking this as resolved as yet, because I want to experiment a bit more, but it’s better than what it was before.
- This reply was modified 2 months, 1 week ago by Peter Müller.
Forum: Plugins
In reply to: [ActivityPub] Custom Post Type – Hashtags don’t federateThanx for the explanation!
[offtopic] I did notice that the Categories to Tags option had disappeared when I was looking for a way to add a hashtag to a federated post.
On einstieg-in-wp.de a tag “WordPress” for every post is not useful, for the federated post however it would be nice to have it as a hashtag. I found the following snippet:add_filter( 'activitypub_the_content', function( $content ) {
return $content . ' #WordPress';
}, 10 );It works. Is that okay to use (see my message on Mastodon)?
- This reply was modified 3 months, 3 weeks ago by Peter Müller.
- This reply was modified 3 months, 3 weeks ago by Peter Müller.
Forum: Plugins
In reply to: [ActivityPub] Custom Post Type – Hashtags don’t federateThanks for your answer, and that’s what I thought. You probably have more important things on the roadmap, and for me it was just an experiment.
Forum: Plugins
In reply to: [ActivityPub] Custom Post Type – Hashtags don’t federateYes.
Aufnahmeorte is with Hierarchy (checkboxes, like WP categories).
Hashtags für Fotos is without Hierarchy (text, like WP tags).
On the blog
https://pmueller.de/fotos/
On Mastodon:
https://mastodon.social/@[email protected]- This reply was modified 3 months, 3 weeks ago by Peter Müller.
- This reply was modified 3 months, 3 weeks ago by Peter Müller.
- This reply was modified 3 months, 3 weeks ago by Peter Müller.
Forum: Plugins
In reply to: [Post Formats for Block Themes] Activation leads to no more display of pagesFour weeks later, and I have the same configuration and the same problem.
Forum: Plugins
In reply to: [ActivityPub] WP 6.9: Notes are published in Fediverse!?Thanx for the quick replay. Just read the Changelog of 7.7.0:
Prevents unwanted comment types—like pingbacks, trackbacks, notes and custom system comments, from being federated, ensuring only real user comments are shared with the fediverse.
Just checked the version numbers and one site it definitely was 7.6.1. That’s updated to 7.7.0 and that will probably take care of it.
On the other site version was 7.7.0, but it could well have been an auto-update since yesterday. I’ll do some tests and post here if I still find an issue.
Thankfully, I did not write a lot of Notes and no harmful content was published, it just looks silly on Mastodon.
- This reply was modified 5 months, 4 weeks ago by Peter Müller.
- This reply was modified 5 months, 4 weeks ago by Peter Müller.
Workaround
Since I am working on a copy of the site I installed Regenerate Thumbnails, checked the option to Delete thumbnail files for old unregistered sizes, and that did the trick.
With the old images deleted, Hideo now displays full size featured images.
- This reply was modified 8 months ago by Peter Müller.
Update
I have checked the source code and underneath the block inspector control
Link to Postthere seems to be an empty DIV-element where the fieldResolutionnormally would appear:<div data-wp-c16t="true" data-wp-component="ToolsPanelItem" class="components-tools-panel-item cbef-fa-c-b-fc-x1pf0j e19lxcc00"></div>Is it possible to fix that?
The message now shows 0% (instead of 85%) and I noticed that Devices apparently are not tracked at all any more. Desktop, Tablet etc. all show 0%.
The log only shows PHP warnings and notices referring to the above mentioned text-domain thingy, so there probably is no point in sending that to you.
However. With WP-Debug enabled there are plenty of little white Server error messages popping up in the Burst Dashboard (at bottom right), and they all refer to an invalid JSON-reply. Here are two:
Server error in do_action/otherpluginsdata: Die Antwort ist keine gültige JSON-Antwort.
Server error in do_action/notices: Die Antwort ist keine gültige JSON-Antwort.
Does that help?
- This reply was modified 1 year, 4 months ago by Peter Müller.
- This reply was modified 1 year, 4 months ago by Peter Müller. Reason: Clarification and typos
Whoa, looks horrible with WP Debugging activated. Lots of messages displaying 😉
These two might be of interest to you:
Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the
burst-statisticsdomain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at theinitaction or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /…/einstieg-in-wp.de/wp-includes/functions.php on line 6114Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the
complianz-gdprdomain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at theinitaction or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /…/einstieg-in-wp.de/wp-includes/functions.php on line 6114- This reply was modified 1 year, 6 months ago by Peter Müller.