threadi
Forum Replies Created
-
Forum: Plugins
In reply to: [Easy Language] Unfortunately, it doesn’t work in Divi 5I’ll try to reproduce that over the weekend if I get a chance. I think I still have a Divi 5 license somewhere. I’ll let you know how it goes.
Forum: Plugins
In reply to: [Easy Language] Unfortunately, it doesn’t work in Divi 5Hello,
Thank you for your interest in this plugin and for your questions.
If I understand correctly, you have several concerns.
The text simplification feature in Divi 5 is a fairly recent addition. Divi 5 itself has been updated very frequently since its release in February 2026, so it’s possible that an incompatibility has arisen here. Which version of Divi 5 are you using exactly? And was the content in question entered in Divi 5, or did it originate in Divi 4 and get migrated to Divi 5? And which API are you using for this?
Regarding the icon, you’re probably referring to how it appears in the settings? I’d be happy to take another look at that.
Newly created pages with simplified text inherit all properties from the original page, including the status. If you don’t want them to be published immediately, you simply need to change their status after creation.
Forum: Fixing WordPress
In reply to: WordPress Address URLInteresting. Then it’s possible that a plugin you’re using is altering the URL. Are you using a security plugin? As a test, you could try deactivating them all and see if that changes the output in the permalinks.
As I said, though, this doesn’t affect the front end. There, all links are still without SSL.
Forum: Fixing WordPress
In reply to: WordPress Address URLI see in your website’s settings from the outside that you should have two different entries for the Website URL under Settings > General. I’m referring to this screen here: https://ww.wp.xz.cn/documentation/article/settings-general-screen/
I’m surprised to see that you have a domain listed under Permalinks. I’m guessing you can’t edit it there? I’m referring to this screen here: https://ww.wp.xz.cn/documentation/article/settings-permalinks-screen/ – if you can or have entered a domain there, something is generally wrong with the settings there. That section only defines the structure of the URLs; it doesn’t set up a domain.
Feel free to show us what you see with a screenshot; see: https://ww.wp.xz.cn/support/forum-user-guide/block-editor/#adding-screenshots
Forum: Plugins
In reply to: [External files in Media Library] Issue with NextCloud synchronisationHey,
thanks for your interest in my plugin and for the very clear description of the issue.
That allowed me to quickly reproduce the issue on my end and identify the root cause. It only occurs in the additional WebDAV plugin, where the URL is recognized incorrectly during the synchronization.
I don’t have a good solution for this just yet, but I plan to take a closer look at it over the weekend and will get back to you.
Forum: Fixing WordPress
In reply to: WordPress Address URLYou’ve specified two different URLs in your settings – one with an “s” and one without. If you want to use only one of them, you’ll need to update the other accordingly.
Otherwise, I don’t see any place in the frontend where your website’s pages are linked using
https://. So I’m not sure how you came up with the URL mentioned above.But yes, you can adjust this manually – that is, access your pages with an “s” – because your host provides you with the necessary SSL certificate. But you obviously have to do this manually; as far as I can see, nothing on your website leads there.
Not using SSL has also been a disadvantage for search engine visibility for many years. Search engines like Google prefer websites with an SSL certificate. Compared to others offering similar content, your website will therefore rank lower in search engine results simply because of the lack of
https://links. This has nothing to do with what you might collect from your visitors. It serves the security of your visitors, since they know neither you nor your website. And that’s important to Google, too.Forum: Fixing WordPress
In reply to: Irregular page rendering with missing picturesYou may be able to resolve this simply by entering the website URL in both fields in the WordPress admin panel under Settings > General, making sure to start each URL with
https://. If that doesn’t work, use the Better Search & Replace plugin mentioned above.Forum: Fixing WordPress
In reply to: wordpress-importer 0.9.5 rejects –rewrite-urls optionShow us the exact command you’re running. Use the code block here in the forum: https://ww.wp.xz.cn/support/forum-user-guide/block-editor/#code-block
Forum: Fixing WordPress
In reply to: My website appearance has totally konked out – why?First, deactivate the commercial optimization plugin you’re using, WP Rocket. It’s possible that it has corrupted data in its own cache, which is causing this issue. If deactivating it resolves the problem, you’ll need to decide whether you want to continue using it. If so, and the problem persists, contact their support: https://wp-rocket.me/support/ – we cannot provide support for commercial products here in the forum.
If the problem persists even without WP Rocket, it may be due to your theme, which is also a commercial product. In that case, you’ll need to contact their support: https://themeforest.net/item/jupiter-multipurpose-responsive-theme/5177775/support – as mentioned above, we can’t help you with this here in the forum.
Forum: Fixing WordPress
In reply to: wordpress-importer 0.9.5 rejects –rewrite-urls optionPay attention to the dashes before the parameter. There must be two “-“. In your text here, there’s only one.
Forum: Fixing WordPress
In reply to: White menu on the phoneThe “Coaching Center” theme you’re using intentionally hides the menu. Why? I don’t know; I don’t see any reason for it.
I would recommend contacting their support forum for a solution: https://ww.wp.xz.cn/support/theme/coaching-center/
Forum: Fixing WordPress
In reply to: admin logged out issueI recommend getting in touch with WooCommerce’s support about this via https://woocommerce.com/my-account/create-a-ticket/ if you have any of their paid WooCommerce products or https://ww.wp.xz.cn/support/plugin/woocommerce/ if you do not.
Forum: Plugins
In reply to: [Play Audio Once] Fatal error after activationThe update is ready. Please try again 🙂
Forum: Plugins
In reply to: [Play Audio Once] Fatal error after activationHey, thanks for your message, and sorry about the error. I suspect this might be related to another plugin you’re using that, like this one, relies on a Composer package (it doesn’t matter which one). I’m already working on an update for it and plan to release it later today (it’s already late at night here, so I prefer to do this kind of thing when I’m fully awake). I’ll let you know when it’s ready 🙂
Forum: Fixing WordPress
In reply to: Clean database after been hackedI would recommend creating a backup before deleting anything. After that, I would suggest looking at the context of the record you want to edit. This will help you identify where it comes from and whether there are any related records. After that, you can try to remove it and, if necessary, any related records as well.
Keep in mind, however: records in the database don’t execute anything on their own. They are called by processes in PHP. That’s why it’s all the more important to check the context of the code you want to remove. You might then be able to find the code that executes it. It’s entirely possible that this is a WordPress-specific cronjob; in that case, you’d need to look there to see how to remove it.
And yes, you really should know quite a bit about how WordPress works and the plugins you’re using. Just deleting things at random could lead to errors and might not even work – though it could also work, or just seem to work, until something else goes wrong. And that’s exactly what makes this kind of cleanup so time-consuming.