threadi
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: API’s and FirewallI’m not entirely sure what you’re referring to, but I suspect you’re talking about external access to the REST API. For that, you’ll need valid authentication and a nonce value. You can find more details here: https://developer.ww.wp.xz.cn/rest-api/using-the-rest-api/authentication/
Your website displays a 500 error when accessed. So something isn’t quite right.
My recommendation: check why the 500 error is occurring. This should also help you identify the issue with the backend. 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.
A 403 error can be caused either by incorrect entries in the
.htaccessfile or by security tools in your hosting environment. You can simply delete the.htaccessfile – WordPress will recreate it for you. Also check whether there is a separate.htaccessfile in the wp-admin directory – if so, remove it (WordPress itself does not create one there; only security tools in your hosting environment or plugins do).Forum: Fixing WordPress
In reply to: Quote styling not pulling through to browserI’m guessing you’re referring to this theme: https://ww.wp.xz.cn/themes/biggroup/
I tested it briefly on my end and didn’t find any issues with the Quote Block, which I assume is the one you’re referring to: https://ww.wp.xz.cn/documentation/article/quote-block/
So here are a few tips for you:
- Try switching browsers. Can you see it in a different one?
- Try deactivating all plugins to rule them out as the cause.
- Try switching the theme to TwentyTwentyFive – can you see it then?
- If you have further questions, it’s best to contact the theme’s support forum: https://ww.wp.xz.cn/support/theme/biggroup/
Forum: Fixing WordPress
In reply to: CRITICLE ERRORThe 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: Problem with post categoryThe message could also be coming from your hosting provider. If necessary, contact their support team.
Forum: Fixing WordPress
In reply to: Database ErrorThe message
Error establishing a database connection
means that WordPress cannot connect to the database using the stored database credentials. Either the database credentials are missing (which would be strange) or your hosting provider is having trouble making the database available.
I would therefore recommend the following:
- Check the
wp-config.phpfile to see if the database credentials you have on hand are still there. Your host will tell you which ones to use. If they are incorrect, update them here. - Otherwise, contact your host’s support team.
Forum: Fixing WordPress
In reply to: Unable to Load WordPress Editor Nor WebsiteIt seems you’ve changed the URL of the website where WordPress thinks it’s running, which means it’s no longer accessible. To fix this, I’d recommend updating the siteurl and home values in the options table within your hosting database. The procedure is described here: https://developer.ww.wp.xz.cn/advanced-administration/upgrade/migrating/#changing-the-url-directly-in-the-database – if you have any questions, I would recommend contacting your hosting provider’s support team.
Forum: Fixing WordPress
In reply to: remove author name and copyright symbol not shownSince you mentioned “plan” are you perhaps using wordpress.com? If so: 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/
- This reply was modified 3 months ago by threadi.
Forum: Fixing WordPress
In reply to: Polylang WooCommercePolylang handles multilingual functionality. For multiple currencies, you’d need YITH Multi Currencies, which is a commercial product – so we can’t assist you with that here in the forum. I’d recommend contacting their support team with your question: https://support.yithemes.com/
Forum: Fixing WordPress
In reply to: Configuring a WordPress Payment blockI would recommend contacting Jetpack support, since this involves one of their blocks: https://ww.wp.xz.cn/support/plugin/jetpack/
Forum: Fixing WordPress
In reply to: I need help with seeing my new themeAm I understanding correctly that you want to completely reset your project and then start over with Elementor?
If that’s the case, I’d recommend the following steps. Please note that this will delete EVERYTHING. You’ve already deleted the pages, but this will also remove all posts and files in the Media Library. Create a backup if you are unsure:
- Install and activate the plugin: https://ww.wp.xz.cn/plugins/wp-reset/
- Then go to Tools > WP Reset > simply click away the ad > scroll down to the “Site Reset” box and enter “reset” in the input field there. Click the button next to it.
- You’ll then have a completely fresh WordPress installation.
- Go to Plugins and activate Elementor there.
- I’d also recommend using the “Hello Elementor” theme if you’re using Elementor. You can easily install and activate that under Appearance as well.
You can ask questions about Elementor in their support forum: https://ww.wp.xz.cn/support/plugin/elementor/
Forum: Fixing WordPress
In reply to: media library has an issueI’m not sure exactly which part you’re referring to. From what I understand, you’re trying to add an image to a product (probably using WooCommerce?) but the Media Library isn’t opening, and you see the error message right then. What is the exact error message you’re seeing? Feel free to share a screenshot; see: https://ww.wp.xz.cn/support/forum-user-guide/block-editor/#adding-screenshots
By the way, there’s also a general German-language support forum: https://de.ww.wp.xz.cn/support/forums/
Greetings from Leipzig 😉
Forum: Fixing WordPress
In reply to: Change font of portfolio sidebar in a theme?The “Struktur” WordPress theme is a commercial product, so we can’t help you with it here in the forum. I would recommend contacting their support team: https://themeforest.net/item/struktur-creative-agency-theme/25642741/support
Forum: Fixing WordPress
In reply to: Critical error message with no detailsAs mentioned above, it’s best to contact your hosting provider’s support team for this. Every hosting service is set up differently; I’m not familiar with yours, so I can’t give you nearly as good advice as your hosting provider’s support team.
Forum: Fixing WordPress
In reply to: Critical error message with no detailsThe 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.