TM Creado

Creado

Extras

We’ve tried to make this documentation as easy and understandable as possible. However, in case of any difficulties with Wordpress template, you can contact our technical support department with any suggestions regarding documentation and template improvement. You can contact our tech support using:

Help and Support

WordPress. Cookies Disclaimer

According to the EU law on cookies, you must add a module to your site that will display a warning message about cookies used on your website. We recommend the following modules:

Documentation

Loading Data from Google Servers

Some countries have issues connecting to Google servers. This can cause issues with loading Google Fonts. To resolve these issues, please do the following:

If you come across an error “Can not load Google Fonts:” please do the following

Open the function.php file in your theme and add the following:


add_filter( 'cherry_google_fonts_cdn', 'cherry_china_fonts_url' );


function cherry_china_fonts_url( $url ) {
	return '//china.fonts.url.com/';
}