-
AuthorPosts
-
October 1, 2014 at 4:51 pm #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!October 1, 2014 at 4:57 pm #328271Hey Tanya2105!
Please refer to Josue’s post here – https://kriesi.at/support/topic/custom-google-font-param-not-saved/#post-309155
Regards,
YigitOctober 7, 2014 at 6:35 pm #331827Thank 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!October 8, 2014 at 7:35 am #332168Hey!
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!
IsmaelOctober 8, 2014 at 9:22 am #332213Do 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:cyrillicWhere 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!
October 8, 2014 at 1:42 pm #332385Hi!
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 compatibleRegards,
YigitOctober 8, 2014 at 6:06 pm #332600THere 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!October 9, 2014 at 6:04 am #332936Hey!
We mean the Theme Functions (functions.php). Please edit the file using FTP. Or go to Appearance > Editor.
Regards,
IsmaelOctober 12, 2014 at 9:05 am #334459I 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!October 13, 2014 at 4:41 pm #335013Hi!
Please try re-updating the theme via FTP and make sure to overwrite all files – http://vimeo.com/67209750
Regards,
Yigit -
AuthorPosts
- You must be logged in to reply to this topic.