Forum replies created
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.
Yes, that’s why I wanted to check the configuration. It is usually about server environment and permissions – whether WordPress can or cannot write directly to the file system. It looks like it “thinks” that it cannot. Did you check all permissions of the user and the files? Maybe it makes sense to talk to hosting support?