Tagged: ,

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

    H!
    Thanx for amasing update!
    I run my site in russian, though there is only english (latin) script fonts in the theme option style. How can I add google font of cyrillic script there?
    thanx!

    #328271

    Hey Tanya2105!

    Please refer to Josue’s post here – https://kriesi.at/support/topic/custom-google-font-param-not-saved/#post-309155

    Regards,
    Yigit

    #331827

    Thank you for referring.
    Sorry foe the dumb question, but… where should I pt the code?
    And which one piece of code to use? There is one in the article and two more you give…

    One more question – if I want to have bi-lingual site, how can I do it?
    THanx!

    #332168

    Hey!

    Try to add the code on functions.php:

    function add_subset_func($fontlist) {
    	$fontlist .= "&subset=cyrillic,cyrillic-ext";
    	return $fontlist;
    }
    add_filter('avf_google_fontlist', 'add_subset_func');

    If you want a bi-lingual site, you can use the WPML plugin.

    Cheers!
    Ismael

    #332213

    Do you mean the function-enfold-php ?
    Well, I still kind of lost. I fond nice font in google fonts, for example this one https://www.google.com/fonts#QuickUsePlace:quickUse/Script:cyrillic

    Where should I put it?
    I don’t know also where is the folder of custom CSS located? How can I get there from the dash board?

    For the second question – WPML is paid one, is there any plugin for free?

    THanx!

    #332385

    Hi!

    Please go to Appearance > Editor and add the code to Functions.php.
    You can try using other plugins but they may not be compatible with Enfold. WPML is fully compatible

    Regards,
    Yigit

    #332600

    THere is only functions-enfold.php folder. Do you mean that?
    Is there any special place where I should put the code of the font?
    As I understand the name of the font will appear in the drop-down menu of fonts?
    Thanx!

    #332936

    Hey!

    We mean the Theme Functions (functions.php). Please edit the file using FTP. Or go to Appearance > Editor.

    Regards,
    Ismael

    #334459

    I put it in function-enfils-php, then deleted.
    I don’t know if this is the reason, but my site just desappeard, it’s blank now!
    http://www.t-guide.co.il
    I even cannot access the WP…
    THanx!

    #335013

    Hi!

    Please try re-updating the theme via FTP and make sure to overwrite all files – http://vimeo.com/67209750

    Regards,
    Yigit

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.