Forum replies created

    Evgeny
    Keymaster
    Posts: 1004
    August 16, 2019 at 6:22 pm #44076

    Or, if you’re having any doubts, then just download the new version manually and update it through FTP.

    Evgeny
    Keymaster
    Posts: 1004
    August 16, 2019 at 6:19 pm #44075

    Yes, I’m sure you set the API key, otherwise, you wouldn’t be able to update automatically. So just change the theme number to 2.9.8.2 in the style.css. It was updated, but from a file with a mistakenly filled version number (our mistake). Changing the version will solve your problem.

    Evgeny
    Keymaster
    Posts: 1004
    August 16, 2019 at 6:17 pm #44074

    Hi. The newer version has a newer Bootstrap. It shouldn’t have any negative effect though if you didn’t add any custom CSS.
    Please send me access to your FTP and WordPress admin in a private reply. I will check what causes the problem and solve it.

    Evgeny
    Keymaster
    Posts: 1004
    August 16, 2019 at 5:58 pm #44072

    Please check your style.css file. What theme version number do you see?

    Evgeny
    Keymaster
    Posts: 1004
    August 16, 2019 at 5:57 pm #44071

    Hi. Go to CUSTOMIZE-MENU-top bar color.

    Best,
    Evgeny

    Evgeny
    Keymaster
    Posts: 1004
    August 16, 2019 at 5:36 pm #44069

    if ( ! function_exists( ‘evolve_font_mimes’ ) ) {
    function evolve_font_mimes( $mimes = array() ) {
    $mimes[‘woff’] = ‘font/woff’;
    $mimes[‘ttf’] = ‘font/ttf’;
    $mimes[‘svg’] = ‘font/svg’;
    $mimes[‘eot’] = ‘font/eot’;

    return $mimes;
    }

    }

    add_action( ‘upload_mimes’, ‘evolve_font_mimes’ );

    Evgeny
    Keymaster
    Posts: 1004
    August 16, 2019 at 5:36 pm #44068

    Hi. First, please consider removing this definition from wp-config – it would be the safer way to go. Second, go to your functions.php file and paste there the code, that I will give in the next message. To make things easier, just paste it in the beginning, right after the opening

    Evgeny
    Keymaster
    Posts: 1004
    August 13, 2019 at 11:30 am #44063

    Hi. This option doesn’t exist anymore. The only way to do it right now is to use custom CSS. We will consider incorporating this option back in the near future.

    Evgeny
    Keymaster
    Posts: 1004
    August 12, 2019 at 4:13 pm #44062

    It might be that the change didn’t take place right away because of the cache on the browser or server-side. You clear the cache and everything is OK right after.

    Evgeny
    Keymaster
    Posts: 1004
    August 11, 2019 at 8:06 pm #44058

    Hi. This really shouldn’t happen. What you need to do is the following: you install the premium child theme and Evolve plus. You transfer all the changes from your current child theme to the premium child theme, and then you need to activate it. Everything should be fine if you do it like that. Again, never forget to back everything up.