threadi
Forum Replies Created
-
I can’t find anything about a plugin called “meta-sidebar,” so I’m not sure what you’re referring to. A screenshot might be helpful: https://ww.wp.xz.cn/support/forum-user-guide/block-editor/#adding-screenshots
However, an error like this could very well be caused by a plugin or your theme that isn’t compatible with WordPress 7.0. And yes, if you don’t want to do without them, contact their developers and use the previous WordPress version until then. A rollback for the core is easy to do with this plugin, for example: https://ww.wp.xz.cn/plugins/core-rollback/ – create a backup (as always).
Alternatively, you can simply deactivate the problematic plugins. Switching themes is likely to be much more difficult; in that case, you may have to wait longer for an update.
Forum: Fixing WordPress
In reply to: Website Compatibility Issue with Purchased ThemeAre you referring to GOATs from designthemes? That’s a commercial theme, so we can’t help you with it here in the forum. Please contact their support team: https://themeforest.net/item/goat-business-agency-wordpress-theme/52108181/support
Alternatively, you can also find someone who can look into the problem with you directly. You can find someone like that here, for example: https://jobs.wordpress.net/
Forum: Fixing WordPress
In reply to: api.ww.wp.xz.cn timeout only from one specific server IPTo me, that sounds like a routing issue, rather than something on ww.wp.xz.cn rejecting the request. I’d recommend reporting it in the #meta channel on Slack – or waiting to see if it resolves itself (sometimes it’s just a matter of a few hours).
Forum: Fixing WordPress
In reply to: “Posts” are not loadingCould you check – get in touch with me, please?
First, just a heads-up – just to make sure you’re okay with getting help here on the forum. If anyone reaches out to you on your personal contacts regarding your question, I’d be very cautious.
Now, regarding your question: what exactly happens when the list of posts doesn’t load? Do you see a blank page? If so, there’s a server-side error, likely caused by your setting for the number of posts, which is incompatible with some setting in your hosting.
The setting is saved to your WordPress user account. To undo this, you can try the following:
- Go to your website’s database and look for the “user” table (it will have a prefix like “wp_”). Search for your user’s ID there. Make a note of it, then look in the “usermeta” table for entries with that ID. You should also find an entry with ‘meta_key’ set to “edit_post_per_page” – delete that, and you’re done.
- Or you can create a new user in the WordPress backend. This user will have fresh settings and won’t have the problem.
- Or you can check exactly what error is occurring. You may need to contact your hosting provider’s support team, who can also help you optimize your settings.
- Alternatively, you could implement the above method in the database using a one-time PHP script.
If you need personal assistance in resolving the issue, it’s best to contact your hosting provider’s support team first. If they can’t help, you’re sure to find someone here: https://jobs.wordpress.net
Forum: Fixing WordPress
In reply to: api.ww.wp.xz.cn timeout only from one specific server IPTry a traceroute from your hosting to ww.wp.xz.cn. This should help you pinpoint exactly where the problem lies.
I just tested this on my end and can only reproduce the issue with the Shortcoder plugin. I don’t see any error messages with the others.
Shortcoder, on the other hand, isn’t compatible with WordPress 7.0. Its block is still in version 2; it needs to be marked as version 3. Even if you were to report this issue to the Gutenberg team, they would likely say that the plugin developer needs to address the compatibility first. My recommendation would therefore be to contact their support team: https://ww.wp.xz.cn/support/plugin/shortcoder/
Which third-party block did you use during these tests?
Forum: Fixing WordPress
In reply to: I keep trying to add “PAGE” but it keeps adding “POSTS”As a test, try disabling all plugins and switching to a different theme to rule them out as the cause. This should help you identify which of these components is causing the issue in your project. You’ll then need to contact their support team.
Forum: Developing with WordPress
In reply to: Import export .csvYep, that’s what I meant by PCP. The plugin also detects this PHP function in some of my plugins and flags it as an error. As I said, I’d recommend ignoring it and clearly documenting in the code itself why you’re using it the way it’s written there. Anyone who looks at the code will understand.
Forum: Fixing WordPress
In reply to: site logo image on blog letterIt’s fine to link the screenshot like that. Here are some instructions in case you need them again: https://ww.wp.xz.cn/support/forum-user-guide/block-editor/#adding-screenshots
In the screenshot, you can see an email that was apparently sent via wordpress.com. Since you’re using a self-hosted installation of WordPress, I suspect you’re using a Jetpack feature for this. I would therefore recommend that you contact their support forum: https://ww.wp.xz.cn/support/plugin/jetpack/#new-topic-0
Forum: Fixing WordPress
In reply to: site logo image on blog letterI don’t see any placeholders on your website. The menu with two icons is visible in the header. Where exactly do you see the placeholder?
It’s possible that you can only see it when you’re logged into WordPress. When you’re logged out (like all your visitors), you won’t see it.
I’m also not sure what you mean by “blog newsletter.” Are you perhaps referring to a newsletter that you send out via email?
Forum: Developing with WordPress
In reply to: Import export .csvWhich plugin check are you using exactly? The PCP plugin or the GitHub Action? With PCP, I don’t see any errors in the information displayed in my plugins, even when generating CSV files. Regardless, I would still just use this method to generate CSV files and document it accordingly in the code comments. If the plugin team sees this, they’ll be able to understand it.
Forum: Fixing WordPress
In reply to: Activating ai connector plugin results fatal error (WP 7.0)It sounds to me like the WordPress core wasn’t installed completely. Go to “Updates” in the admin panel and click “Re-Install WordPress 7.0.” This will reinstall only the core. Then try activating the plugins again.
Forum: Fixing WordPress
In reply to: A critical error on this websiteThe reason for the error should be visible in the error log. You can find it in your hosting area. If necessary, the support of your hosting can help you.
Alternatively, you could also enable debugging in WordPress. How to do this is described here: https://developer.ww.wp.xz.cn/advanced-administration/debug/debug-wordpress/ – also here the support of your hosting can help you if necessary to edit the file accordingly.
In both cases you should be able to see what the cause is in the logfile.
Forum: Fixing WordPress
In reply to: Why URLs stop working all of a sudden?Glad you were able to find it 🙂 In the Block Editor, the URL is located on the right side of the page properties. To view the full URL, however, you’ll need to click on the slug there, where you can also edit it.