Nastia Kolomoytseva
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Load SlowHello
The loading speed can be affected by multiple factors. If you have a caching plugin and have optimized all files, and your site is still slow, I suggest checking with your hosting provider. Maybe your server is under attack or some other heavy tasks running at the background.
Is there is a backup, that you could restore?
Forum: Fixing WordPress
In reply to: wordpress can’t auto-update, but themes and plugins canHello @eloise888
Have you tried temporarily assigning 777 to all directories?
Another way is to create a staging site, deactivate all plugins and switch to a WP theme. Check if the update will work.Forum: Fixing WordPress
In reply to: Odd SQL (injection?) error in php err logHey @paul531
Set up free Cloudflare for your site and change your database prefix from
wp_
to something else. Use a security plugin to add HTTP security headers. These actions will prevent some common security threats.Make sure to have a database backup, before changing DB prefix.
Forum: Fixing WordPress
In reply to: wordpress can’t auto-update, but themes and plugins canHey @eloise888
I’ve found this solution:
https://hoststud.com/resources/resolved-there-was-an-error-connecting-to-the-server-please-verify-the-settings-in-wordpress.579/Please see if that will work for you.
Forum: Fixing WordPress
In reply to: Media and Text blockAstra theme is made for Elementor, so with the Elementor plugin, there should be no issues adjusting the front-end appearance to your need.
Forum: Fixing WordPress
In reply to: Media and Text blockHello @melba11
It looks like you need a theme builder. You can try Hello Elemetor theme with Elementor plugin.
Forum: Fixing WordPress
In reply to: Media files in Grid View not deletingHello @anjanavk
Please enable debug log and replicate the issue
Inside the debug.log, there will be an error pointing to the cause of the issue.
Hello @actualcloud
Is the issue back when only Woo, Elementor, and Elementor Pro are enabled? If yes, then I suggest opening a thread in the Woocommerece support forums.
Forum: Fixing WordPress
In reply to: very old page loginHello @freshinfo1
You can create a new admin user if you have access to the site’s files or database. See here how:
https://www.wpbeginner.com/wp-tutorials/how-to-add-an-admin-user-to-the-wordpress-database-via-mysql/Hey @actualcloud
Check for a conflict with another plugin. There is a 500 error in the developer’s console. Follow this guide to run a test for a conflict:
https://www.wpbeginner.com/beginners-guide/beginners-guide-to-troubleshooting-wordpress-errors-step-by-step/Forum: Fixing WordPress
In reply to: Action emails to third partiesHey @reneam
You can achieve this with WP Forms and Uncanny Automator.
The WP Forms can have pre-filled content inside the main body. If there are several 3rd party emails to choose from, these can be added to a dropdown field. WP Forms comes with anti-spam protection.
After a form is created, set up a new recipe with Uncanny Automator plugin. Add “A user submits a form” trigger and “Send Email” action. Then, add tokens from the form fields to dynamically fill in the content.
Forum: Fixing WordPress
In reply to: need some help – Deprecated: Required parameterHey @d7722213
To hide these errors add to the wp-confg.php file these lines:
ini_set('display_errors','Off'); ini_set('error_reporting', E_ALL ); define('WP_DEBUG', false); define('WP_DEBUG_DISPLAY', false);
Check how in this article .
Contact theme developers about the deprecated errors so they can fix them.
Forum: Fixing WordPress
In reply to: Error reconnecting to the databseHey @antoineassaker2
If you got ‘Error establishing a database connection’ check this article on how you can fix it:
https://www.wpbeginner.com/wp-tutorials/how-to-fix-the-error-establishing-a-database-connection-in-wordpress/