Keith
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: XML by WP Export are corrupted@macmanx It was a plugin + my code snippet. Thx for the support
Forum: Fixing WordPress
In reply to: XML by WP Export are corruptedI also thought it is odd.
I was doing that plugin by plugin, but so far haven’t done for all plugins simultaneously. Better do so on a waging site. Need sometime to create one. Will get back to you about that, but unless more than two plugins jointly create such problem, this isn’t going to solve the problem.
Forum: Fixing WordPress
In reply to: XML by WP Export are corrupted@macmanx It does not work on other WordPress websites as well. Otherwise I would have asked elsewhere.
Forum: Fixing WordPress
In reply to: XML by WP Export are corrupted@macmanx Not the right answer, I think, but to Drupal.
Forum: Plugins
In reply to: [Custom Post Type UI] Taxonomies as url slug does not work@tw2113 Nope. The plugin you recommended necessitates pro version for categories url. I am now working with Nginx proxy pass and rewrite code snippet. I think this is WP level bug. Small things like this make me to look for other CMS options, but again not your fault.
I cannot create index. In fact, I can no longer create any index on ElasticPress, which also uses ElasticSearch. EP’s indexing stops immediately after I launch. Unless I figure out what’s going on, I might have to completely reset ElasticSearch.
By curl -XGET ‘http://localhost:9200’, I can see below, which I guess means the version is 8.15.0
{
“name” : “xxxxxx”,
“cluster_name” : “elasticsearch”,
“cluster_uuid” : “xxxxxxxxx”,
“version” : {
“number” : “8.15.0”,
“build_flavor” : “default”,
“build_type” : “deb”,
“build_hash” : “xxxxxxxxxxxxxxxx”,
“build_date” : “2024-08-05T10:05:34.233336849Z”,
“build_snapshot” : false,
“lucene_version” : “9.11.1”,
“minimum_wire_compatibility_version” : “7.17.0”,
“minimum_index_compatibility_version” : “7.0.0”
},
“tagline” : “You Know, for Search”
}Forum: Everything else WordPress
In reply to: Common plugin folder across WP installationsThank you for the detailed cases. @threadi
Just a quick thought. If that ‘update’ creates additional files but is not shared across sites due to plugin author’s negligence, how does the multisite handle plugins?
Say, I have a plugin that is activated by N(>2) subsites, but the update is mostly handled at Network admin level, but sometimes executed by the main site. I think the situation shouldn’t be that different from my imaginary case, unless there is an extra step in multisite that deals with such potential malfunction.
Forum: Everything else WordPress
In reply to: Common plugin folder across WP installationsI have had a bunch of multisites for a long time, but recently replaced the needs to domain mapping to alias/parked domains w/ redirection. I further want to minimize maintenance requirement. If shared plugin folder idea works, an update to a plugin should be applied across all WP installations.
Forum: Plugins
In reply to: [Modern Image Formats] How to apply AVIF to all earlier images?This indeed is a great news!
I’ve lost a number of websites due to errors here and there, so I am testing it on a sample site now. I am happy to do it with WP-CLI, but later when this function becomes a part of WP default, admin menu for previous images should help less experienced users.
Thank you for the support so far. Guess my image folder is going to be way smaller in a few days.
Forum: Reviews
In reply to: [Admin Menu Groups] Life savieralso works on multisite
Admin Menu Groups – WordPress plugin | WordPress.org
This plugin does the job. I will close the ticket.
Forum: Fixing WordPress
In reply to: Local gravatar images are generated at 50×50 scaleI also have several WP installations with nearly identical (but different languag) theme/plugin sets. The 50×50 scale profile image is an issue for only one website.
Forum: Fixing WordPress
In reply to: Local gravatar images are generated at 50×50 scaleI’ve already asked to Kadence theme support and they said they don’t touch at all about the size of gravatars. They asked me to go to Gravatar, but the website has not allowed login for the last a day.
I even checked my WP’s options.php for gravatar size for height and width, both of which were 96.
Forum: Fixing WordPress
In reply to: Local gravatar images are generated at 50×50 scaleI use Kadence theme and it has that functionality. I also use Basic User Avatars – WordPress plugin | WordPress.org, which provides the same functionality. When I turn it on, the theme/plugin downloads gravatar’s profile image to /wp-content/gravatars/
Forum: Plugins
In reply to: [Modern Image Formats] How to apply AVIF to all earlier images?Thank you for the detailed guidance. It is always better to stick to plugins with long experience. Besides, as you said, given the presence of responsive images, I should stick to proven plugins.
Wasn’t sure that Regenerate Thumbnails also creates Medium/Large size images as well. The same question goes with your plugin’s command option. wp media regenerate – WP-CLI Command When it creates thumnais (say 150×150), does your or Regenerate Thumnails also create Medium/Large size images as well?