threadi
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: There has been a critical error on this websiAdditionally: The message in Site Health indicates that your WordPress installation cannot access the WordPress repository. This is often caused by firewalls or security tools on your hosting server. It might be more helpful for you to contact support regarding this issue as well as the error message.
Forum: Fixing WordPress
In reply to: Media Library Problem after update to WordPress 7.0I still can’t reproduce it on any of my test systems. Could you try to reproduce it on the Playground and then describe it here or post a link to your test scenario in playground? If that works, one could report it in Core Trac so the developers can look into it.
Yes, I see what you mean now. I’m guessing you changed the width settings under Appearance > Customizer > Twentig Options? I just set them to the maximum values here, and I don’t see any change in the editor – only on the website itself.
My guess is that the width value stored in Twentig is no longer being read by the editor. I would therefore recommend contacting Twentig support: https://ww.wp.xz.cn/support/plugin/twentig/
I suspect they’ll need to update their plugin to support the new WordPress 7 so that it works again.
Alternatively, you can also downgrade WordPress. My guess is that it will work with 6.9.4 as you expected. You can perform a downgrade using this tool, for example: https://ww.wp.xz.cn/plugins/core-rollback/ – be sure to create a backup first 🙂
Forum: Fixing WordPress
In reply to: There has been a critical error on this website.And what did your review of the error log reveal? Did you find the error?
Not me. I already saw those URLs in your first screenshot. You’ll have to check for yourself where Search Console (which is where I think your screenshot came from) got those URLs.
In any case, those URLs don’t have the typical WordPress structure. So they’re either coming from a plugin you’re using or your theme. For them to be found, they have to be linked somewhere – and you’ll have to find that spot.
Forum: Fixing WordPress
In reply to: Cannot unlink paddingI 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: Fixing WordPress
In reply to: There has been a critical error on this website.The 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.
No, I don’t see those numbers on the page at all. Can’t you view the details for that URL in Search Console? Then you should be able to see where that URL is linked.
Forum: Fixing WordPress
In reply to: Onboarding; Templates refuse to loadIt sounds like you’re looking at a Softaculous interface. I’d recommend contacting their support team for clarification: https://www.softaculous.com/contact/
I don’t see any additional URLs for the page right now. Unfortunately, I can’t see your screenshot at all. Please upload it as described here: https://ww.wp.xz.cn/support/forum-user-guide/block-editor/#adding-screenshots
Forum: Fixing WordPress
In reply to: Login username field is emptyIf you have too many plugins, check which ones are security plugins. They tend to interfere with the login process (to protect the website).
Have you figured out which version you’re using yet? That would be interesting to know, too.
Another recommendation would be to check
/wp-content/mu-plugins/to see if there are any plugins there. That could potentially interfere with this process as well.Do you only have the project on your local system? Or did you copy the data from the live project to your local system? In the latter case, there could also be a hack within the project itself.
Forum: Fixing WordPress
In reply to: Onboarding; Templates refuse to loadI’m not sure what you mean by “Step 5.” Are you referring to the WordPress installation or a view from Softaculous? Feel free to provide a screenshot; see: https://ww.wp.xz.cn/support/forum-user-guide/block-editor/#adding-screenshots
If it’s Softaculous, I’d recommend contacting their support team instead: https://www.softaculous.com/contact/
- This reply was modified 1 week, 5 days ago by threadi.
Forum: Everything else WordPress
In reply to: Incorrect link is documentationGreat find 🙂 To improve this, I’d recommend clicking the “Improve it on GitHub” link at the very bottom of the page. That will take you here: https://github.com/WordPress/Advanced-administration-handbook – all you need to do is open an issue with a description so someone from the Documentation Team can review it and make the necessary changes.
Thanks for the flowers. But now back to your question: there are a few WordPress plugins that are supposed to make this possible: https://ww.wp.xz.cn/plugins/tags/spa/ – you can give them a try.
However, if your goal is to move away from WordPress, you’ll probably have no choice but to rebuild the site from scratch. There might be a migration tool for something like this out there somewhere.
Forum: Fixing WordPress
In reply to: Login username field is emptyThis error message appears specifically when you try to log in and no username is entered in the input field. So first, double-check that you actually typed the username “admin” there and that it wasn’t automatically filled in by your browser’s autocomplete feature or a password manager you use.
If that doesn’t resolve the issue, plugins you’re using might be causing the problem. You can deactivate them via FTP or simply by accessing the directories in
/wp-content/plugins/.You can see which version of WordPress you’re using, for example, in the source code of the page on the front end. Or by looking at the file
/wp-includes/version.php.