Vagelis
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Everything disappeareddid you try to rename your “active” theme’s folder and plugins folder?
Forum: Fixing WordPress
In reply to: Error establishing a data connectionYou can edit your wp-config.php via your hosts control panel.
Locate file manager and click it
select the desired domain name (if you have more than one hosted)if you see the folders bellow then you are in the right folder:
wp-content
wp-includes
wp-adminif not check if you see a public_html folder and double click it
locate the wp-config.php and right click on it,click edit and wait till the file open
find
define(‘DB_PASSWORD’, ‘YOUR OLD PASSWORD WILL BE HERE’); and alter it to be
define(‘DB_PASSWORD’, ‘WRITE YOUR NEW PASSWORD’);
save the file and try to open your website.if you are unsure or you cant follow the directions contact your host and ask them to do it for you.
Forum: Fixing WordPress
In reply to: automatic update 4.3.1 ruined my websites, Neuticayou need to enable debug mode in your wp-config.php so you can get more information about the problem.
https://codex.wordpress.org/Debugging_in_WordPress
After you enable debug mode you will probably get “errors” on top of the page,these will help you find a solution to your problems.
Forum: Fixing WordPress
In reply to: Home Page not showing in MenuHello, did you try to add your homepage link via
Appearance -> Menus ?Forum: Reviews
In reply to: [Related Products for WooCommerce] Excellent Plugin.Thank you!
Forum: Fixing WordPress
In reply to: Fatal Error when opening website, and not able to logindid you try to remove your new theme via ftp or control panel’s file manager?
if not please do so.