i guess, latin-ext font problem still continues, except mozilla firefox. How to fix it easily. And uppercase problem… maybe should be close to the upppercase function depents on latin or latin-ext. please help me to get the problem over. Thank you in advance.
Hey!
Try adding this at the very end of your theme functions.php file:
function add_subset_func($fontlist) {
$fontlist .= "&subset=latin,latin-ext";
return $fontlist;
}
add_filter('avf_google_fontlist', 'add_subset_func');
Cheers!
Josue
First of all, thanks your help. However, uppercase problem still continues. for example when i write “İ” no problem. But when i write”i”, i see “I” on browser.
Regards,
Mehmet Ali Erbaş
Merhaba!
It does seem to be working fine on my end. Please see screenshot here – http://i.imgur.com/kUmr5wT.png
Best regards,
Yigit
Selam Yiğit;
Can you tell me how to fix uppercase problem on footer (i mentioned the above)
Hey!
This is how it looks on my end on Chrome 36.0.1985.143 and Firefox 31 – http://i.imgur.com/E7hQ9Ht.png
Please flush browser cache and refresh your page a few times
Best regards,
Yigit
Hi again;
it’s look well, because, i wrote it in the form “ÇALIŞMA SAATLERİ”, if i was write it “Çalışma Saatleri”, it would be wrong for the last character. Check the link again and see that..
ÇALIŞMA SAATLERİ yazdığımda sorun yok, ancak Çalışma Saatleri yazdığımda görülen ÇALIŞMA SAATLERI
Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.widgettitle { text-transform: none; }
Regards,
Yigit
Yiğit,
Yardımların için teşekkürler :)