Forum replies created

    Evgeny
    Keymaster
    Posts: 990
    August 18, 2020 at 10:06 pm #45174

    Please add the following to the Additional CSS:

    .bootstrap-button {
    display: flex;
    }

    Evgeny
    Keymaster
    Posts: 990
    August 18, 2020 at 9:55 pm #45173

    Hi. Here: https://prnt.sc/u1tw4v
    It is in customize-Header

    Evgeny
    Keymaster
    Posts: 990
    August 18, 2020 at 3:13 pm #45172

    Always happy to help.

    Evgeny
    Keymaster
    Posts: 990
    August 18, 2020 at 2:12 pm #45170

    And by the way, we did add it as well and the problem is gone. Since you were asking, I’m updating you. 🙂

    Evgeny
    Keymaster
    Posts: 990
    August 18, 2020 at 2:09 pm #45169

    Yes, we do, but I guess that your website interests you more, isn’t it? We will add the fix in the next release, in the meanwhile, you have the solution you were looking for. Do let me know if you need any other assistance.

    Evgeny
    Keymaster
    Posts: 990
    August 18, 2020 at 1:58 pm #45167

    Hi. The reason for this error is because you (and we) didn’t update WordPress to a newer version. You should either:
    1. Update to WordPress 5.5
    2. Or add the following to your functions.php file:
    if ( ! function_exists( ‘wp_body_open’ ) ) {
    function wp_body_open() {
    do_action( ‘wp_body_open’ );
    }
    }

    If will solve the problem.

    In reply to Widget editor
    Evgeny
    Keymaster
    Posts: 990
    August 18, 2020 at 7:42 am #45165

    Hello. Please try to clear the cache with Component Shortcodes activated. Then try again. CTRL+F5 on Windows and SHIFT+CMD+R on a Mac. It is important to do it on a screen, where you experience the problem. Also make sure, that you do not have a t4p-core plugin installed and activated – it causes conflict and needs to be deleted.

    Evgeny
    Keymaster
    Posts: 990
    August 17, 2020 at 10:01 pm #45161

    I actually do not need any access. Simply deactivate your t4p-core plugin, it is needed only for Evolve Plus 2.8.3 and earlier. Now it only creates conflicts. Deactivate it and delete it. You will not need it again.

    Evgeny
    Keymaster
    Posts: 990
    August 17, 2020 at 3:18 pm #45156

    Hi. You don’t need to subscribe to anything – all you have to do is to create an API key, punch it in the Customizer, and then you will be notified directly in your WordPress admin, updates area.

    Evgeny
    Keymaster
    Posts: 990
    August 17, 2020 at 2:48 pm #45154

    This is usually a plugin problem. Try to deactivate them all – do you still receive this error? If you don’t, start activating them one by one until you do again, then you will know which one causes the problem.