threadi
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Why URLs stop working all of a sudden?What you mean by “title” is the slug under which the post was saved. It’s hard to tell from the outside why it’s called “service6” or something similar. It’s possible that the post was originally added with exactly that name as the title, and WordPress used it as the title. If it hasn’t been too long, you might be able to see the content changes in the revisions for the post. You’ll find these on the right side of the editor when editing the post.
You can manually change the slug for posts and pages at any time. To do this, go to the list of posts and click “Quick Edit” on the post. There, you can customize the slug to your liking. Note that this will also change the post’s URL. This isn’t a problem within WordPress, but URLs already indexed by search engines will need to be updated. Therefore, when changing a slug, you should also set up a redirect from the old to the new URL so that search engines are informed of the change. You can set this up using many SEO plugins or the Redirection plugin.
Forum: Fixing WordPress
In reply to: Custom HTML block editor sometimes appears blank in WordPress 7.0Could you please show me the HTML code in question? And can you reproduce it in the Playground?
Forum: Fixing WordPress
In reply to: WordPress using Elementor Pro – Right Grey arrowI recommend getting in touch with Elementors’s support about this via https://elementor.com/support/ if you have Elementor Pro or https://ww.wp.xz.cn/support/plugin/elementor/ if you do not.
Forum: Plugins
In reply to: [Classic Widgets] Stopped workingWhat exactly do you mean by “a file”? At most, WordPress itself will show you updates in the admin panel if any are pending. No one is going to give you a single file to update anything.
Your question refers to a website hosted at wordpress.COM. However, you are here in the forum of ww.wp.xz.cn. The difference is explained here, for example:
What’s the difference between ww.wp.xz.cn and WordPress.com?
Please contact the support of wordpress.COM with your request: https://wordpress.com/support/
Forum: Fixing WordPress
In reply to: Why URLs stop working all of a sudden?Have you figured that out yet? Because I don’t see any blank pages when I visit the two URLs you mentioned.
Forum: Everything else WordPress
In reply to: Cannot install a theme on https://playground.wordpress.net/I can actually only reproduce the issue in Edge. It works in Chrome and Firefox. However, I’ve already seen reports about this issue on Slack, though it seems difficult to reproduce, since it occurs in ma
You can also report Playground bugs here: https://github.com/WordPress/wordpress-playground/issues
This is a known bug in WordPress 7.0: https://core.trac.ww.wp.xz.cn/ticket/65286
If you’re using the Classic Editor plugin, a fix is already available for this issue. You just need to update it to the latest version. Alternatively, you can use the hotfix plugin: https://de.ww.wp.xz.cn/plugins/hotfix/
In WordPress Core itself, this will likely be included in the next update.
Forum: Fixing WordPress
In reply to: page no longer existsWe’d need a little more information from you to be able to help. To me, the site looks like a multisite installation. You provide a URL, but when you visit it, you’re redirected to a different URL. If it is a multisite, I’d recommend contacting the person who manages the technical side of it.
Forum: Fixing WordPress
In reply to: Draft post disappears from Visual EditorGreat that it worked out 🙂 I can see that in the website’s source code; you can see the version of most of the libraries used there.
Forum: Fixing WordPress
In reply to: Draft post disappears from Visual EditorOne suggestion would be to start by updating the Neve theme you’re using. You’re currently using version 4.2.2, which is 6 months old. The latest version is 4.2.4. This might solve the problem, since you’ve already updated to WordPress 7.0 and there may be incompatibilities in the editor with the older version of the theme you’re currently using.
I still don’t see a favicon on your website. In the page’s source code, there are now two entries indicating where the favicon should be located:
<link rel="icon" href="https://www.travellingwelshman.com/wp-content/uploads/2026/06/cropped-favicon-png-32x32.png" sizes="32x32" />
<link rel="icon" type="image/png" href="https://www.travellingwelshman.com/wp-content/uploads/2026/06/favicon-png.png">In the first entry (which apparently comes from your theme), the URL is incorrect—it leads to a 404 page. The second entry (which you likely added yourself) links to an image that is much too large at 512×512 pixels.
There are many possible sizes for favicons these days. Possible sizes include 16×16, 32×32, 48×48, or 64×64. Even 192×192 would be possible. WordPress actually handles which size is delivered for you (if an image is uploaded for this purpose). However, your current problem is (still) that the linked file does not seem to exist. The original at
/wp-content/uploads/2026/06/cropped-favicon-png.pngis accessible.My guess is that the smaller image isn’t being generated, even though WordPress is saving it. To resolve this, please first check under Tools > Site Health to see if there are any issues mentioned regarding missing PHP libraries or image generation. If so, you’ll need to look into that.
I would also recommend checking to see if the file actually doesn’t exist. The best way to do this is to use FTP to search the directory for that exact filename:
/wp-content/uploads/2026/06/cropped-favicon-png-32x32.pngIf the file exists but can’t be accessed, then something in your project is preventing it from being served. This could be caused by a server rule or a security tool you’re using.
The file saved as the favicon does not exist:
/wp-content/uploads/2026/06/cropped-favicon-clean-png-2-32x32.pngI would recommend that you upload it again and assign it.
Forum: Localhost Installs
In reply to: Problem in create local hostYou have to enable the PHP extension mysqli. As you are using XAMPP follow these hints: https://stackoverflow.com/questions/12170400/how-to-enable-mysqli-on-xampp
Forum: Fixing WordPress
In reply to: FootersAs far as I can tell, the footer wasn’t built with Elementor but comes from your commercial theme, “Play School Pro.” I suspect you’re managing it through settings provided by that theme, and I’d recommend contacting their support team: https://www.sktthemes.org/forum/ – we can’t answer questions about commercial products here in the forum.