Reply 62648 to: I have a few questions… – part 2

Avatar: Brian Johnson
Brian Johnson
Member
May 8, 2015 at 10:58

Hello

1.Please provide us with link where we can see this word(‘Vaši podatki’)
Regarding the email:
Please try to change line 1645 in theme-functions.hhp:
$headers .= "Content-Type: text/html; charset=ISO-8859-1\r\n"; to
$headers .= “Content-Type: text/html; charset=UTF-8”;
Regarding the fonts issue on pages:
Please try to add following code into the Child theme functions.php:
function google_webfonts() {
wp_enqueue_style( ‘google-webfonts’, ‘http://fonts.googleapis.com/css?family=Open+Sans&subset=latin-ext’ );
}
add_action( ‘wp_enqueue_scripts’, ‘google_webfonts’ );

With best regards
Brian Johnson

Go To The Whole Conversation In Topic
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.