Forum replies created
Good morning! Thank you for providing the credentials. I signed in and attempted to edit the home page, Contact, Our team, etc. – all worked without issues. I suggest you do the following – clear your cache (twice at least) and ensure your website has a valid SSL certificate. Its absence could also cause some trouble. Do let me know how it goes. Thanks!
Ok, so we need to have a look at your installation. Please send me access to your Admin area and FTP access so we can get to the bottom of this. Please make sure that you have backups of your website and database. If you can create a staging website with the same problem and give us access there, then even better, but not mandatory.
You can send the access right here as a private reply.
Hi. Sorry to hear that you are experiencing difficulties. As a first step, please try to deactivate all the plugins, and if the problem resolves itself, it means there’s a conflict between one of them and Evolve. Start activating them one by one and test each time – when the problem comes back, you found the plugin that causes it. Please let me know how it goes.
Hi. Thanks. I hope I understood the problem correctly. If so, the header widgets area was removed by setting its padding-top to 0. However, we still need to look into this to avoid future problems. Thank you for bringing the issue up.
Hi. I can’t access your iCloud files, please find another way to share. Better yet, just share a link to the page, and I will see what I can do for you.
Hi. This is not an error, it is a warning. To make it go away, just turn off the presentation of the errors on the website in wp-config.php
You need to add the following line to it:
define(‘WP_DEBUG_DISPLAY’, false);
Or deactivate the debugging altogether like this:
ini_set(‘display_errors’,’Off’);
ini_set(‘error_reporting’, E_ALL );
define(‘WP_DEBUG’, false);
define(‘WP_DEBUG_DISPLAY’, false);
As for the problem itself, we will look into it for the next update.
Hi! Thank you very much for the update! Happy to hear that everything worked out, and just in case it happens again, we have a solution.
I’m sorry to say, but yes – it ended up in the mental drawer somewhere. Putting it on out todo for the next one. Sorry.
Have a look at wp-admin/includes/file.php for get_filesystem_method() function. And please, if you figure out how to solve it, do let me know. Thank you.