-
AuthorPosts
-
February 7, 2017 at 10:25 pm #744115
Hi, I am using Josefin Sans from your list of Google fonts, but it has problems with CE accents. I also found on internet that it is possible to have CE version of it. Can I somehow switch that font for proper one even if it is not Google font? Thanks
February 8, 2017 at 7:55 am #744240Hey sighthound,
I’m not sure I understand exactly what you mean, could you try to explain a bit further maybe? Also, what font would you like to use instead of Josefin Sans?
Best regards,
RikardFebruary 8, 2017 at 10:54 am #744289I highlighted example of problematic letters with missing diacritic – in my case, I see them hollow, other people are able to see only substituting font for these letters (their default system font)
I would like to keep this font but ofcourse the working one.
For example on this link this font works well also with diacritic and Czech language is written there as supported.February 9, 2017 at 6:36 am #744622Hi,
I’m not too familiar with the special characters of the Czech language unfortunately, are you sure they are available as glyphs in the font? https://fonts.google.com/specimen/Josefin+Sans. If not I think you will have to select a different font.
Best regards,
RikardFebruary 9, 2017 at 4:57 pm #744882I have tested that font on:
http://typecast.com/preview/google/Josefin%20Sans
and there is no problem with it.Can there be a problem with mentioned notice?
“The previous version of Josefin Sans included Extended Latin characters in the Latin subset. If you are experiencing problems, please select the Extended Latin (latin-ext) subset to render all European languages correctly. Here is an example of a complete link tag that selects these subsets”
February 9, 2017 at 4:58 pm #744883Hi!
Please try adding following code to Functions.php file in Appearance > Editor
function add_subset_func($fontlist) { $fontlist .= "&subset=latin,latin-ext,cyrillic,cyrillic-ext"; return $fontlist; } add_filter('avf_google_fontlist', 'add_subset_func');
Cheers!
YigitFebruary 9, 2017 at 6:39 pm #744964After adding that, this message occurs:
Parse error: syntax error, unexpected ‘&’ in /web/htdocs3/akkasparekcom/home/www/wp-content/themes/enfold/functions.php on line 570
February 9, 2017 at 6:44 pm #744966Hey!
That should have not been the case.
Can you please post FTP and WP admin logins here privately so we can look into it?Regards,
YigitFebruary 9, 2017 at 6:48 pm #744967Here you are
February 9, 2017 at 6:51 pm #744969Hi!
FTP logins are not working for me. Can you please check them once again?
Regards,
YigitFebruary 9, 2017 at 7:47 pm #745004I have connected via Total Commander on FTP with those credentials right now….sending them again but their are correct
February 9, 2017 at 8:24 pm #745038Hi!
Sorry but i am still unable to connect. Attached a screenshot below
Regards,
YigitFebruary 9, 2017 at 8:43 pm #745046That is weird, I do not have any others and it works for me – also attaching printscreen.
Anyway I deleted the problematic part, so it is able to access it at least from WP directlyFebruary 9, 2017 at 9:07 pm #745056Hi!
I added the code to functions.php file. Please flush browser cache and refresh your page a few times
Best regards,
YigitFebruary 26, 2017 at 12:54 pm #751934Thanks, it works now most of the page except of Easy fullwidth slider. Is it possible to fix it also there?
February 28, 2017 at 12:24 am #752662Last update – after automatic update to the latest version of Enfold theme, the font switched back – should I make a copy because of those updates?
ThanksMarch 3, 2017 at 7:06 pm #755275Hi,
if you’re using a child theme then you’re fine, but if not, then you need to copy the code again into your functions.php.
Best regards,
AndyMarch 9, 2017 at 1:54 am #758129Hi,
I am not using child theme. When I copy the code written above, it caused the error of the whole page. Can you write me the proper code and where exactly to place it?
Second thing mentioned above – when it was fixed on webpage itself, it was not on image slider – can this be also fixed or not?
ThanksStepan
March 15, 2017 at 4:14 am #761087Hi,
The code should be placed at the bottom of functions.php, I would recommend using a child theme so you don’t need to do the same process when there is a theme update: http://kriesi.at/documentation/enfold/using-a-child-theme/
Also if it causes an error try to manually replace ‘ and ” as sometimes these are changed when copying and pasting and causes the code not to work or even crash the page.As for Second thing mentioned above – when it was fixed on webpage itself, it was not on image slider – can this be also fixed or not?, are you referring to the font of easy slider?
Best regards,
Nikko -
AuthorPosts
- You must be logged in to reply to this topic.