Forum replies created

    Evgeny
    Keymaster
    Posts: 1004
    November 12, 2023 at 8:01 pm #49151

    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.

    Evgeny
    Keymaster
    Posts: 1004
    September 16, 2023 at 12:52 pm #49096
    This reply has been marked as private.
    Evgeny
    Keymaster
    Posts: 1004
    September 16, 2023 at 11:45 am #49094

    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.

    Evgeny
    Keymaster
    Posts: 1004
    September 14, 2023 at 7:29 pm #49092

    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.

    Evgeny
    Keymaster
    Posts: 1004
    September 13, 2023 at 9:30 am #49089

    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.

    Evgeny
    Keymaster
    Posts: 1004
    September 11, 2023 at 2:59 pm #49085

    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.

    Evgeny
    Keymaster
    Posts: 1004
    August 23, 2023 at 10:08 am #49053

    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.

    Evgeny
    Keymaster
    Posts: 1004
    August 17, 2023 at 12:20 pm #49046

    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.

    Evgeny
    Keymaster
    Posts: 1004
    August 16, 2023 at 6:55 pm #49044

    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?

    Evgeny
    Keymaster
    Posts: 1004
    August 16, 2023 at 6:48 pm #49042
    This reply has been marked as private.