Forum replies created
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.
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.
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.