Forum replies created

    Evgeny
    Keymaster
    Posts: 1006
    August 19, 2019 at 6:54 pm #44085

    True. We currently support Font Awesome only.

    Evgeny
    Keymaster
    Posts: 1006
    August 19, 2019 at 6:49 pm #44084

    Hi. Corrected. You can use the Additional CSS for the other website as well.

    Evgeny
    Keymaster
    Posts: 1006
    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: 1006
    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: 1006
    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: 1006
    August 16, 2019 at 5:58 pm #44072

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

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

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

    Best,
    Evgeny

    Evgeny
    Keymaster
    Posts: 1006
    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: 1006
    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: 1006
    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.