Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #307416

    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.

    #307643

    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

    #307787

    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ş

    #307792

    Merhaba!

    It does seem to be working fine on my end. Please see screenshot here – http://i.imgur.com/kUmr5wT.png

    Best regards,
    Yigit

    #307821

    Selam Yiğit;

    Can you tell me how to fix uppercase problem on footer (i mentioned the above)

    #307824

    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

    #307915

    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

    #307918

    Hey!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .widgettitle { text-transform: none; }

    Regards,
    Yigit

    #307963

    Yiğit,
    Yardımların için teşekkürler :)

    #307964

    Rica ederim :) Baska her hangi bir sorunuz yada sorununuz olursa lutfen yazmaktan cekinmeyin. iyi haftasonlari!

    Best regards,
    Yigit

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Turkish font & Uppercase problem on google chrome’ is closed to new replies.