Forum replies created
True. We currently support Font Awesome only.
Hi. Corrected. You can use the Additional CSS for the other website as well.
Or, if you’re having any doubts, then just download the new version manually and update it through FTP.
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.
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.
Please check your style.css file. What theme version number do you see?
Hi. Go to CUSTOMIZE-MENU-top bar color.
Best,
Evgeny
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’ );
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
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.