Viewing 19 posts - 1 through 19 (of 19 total)
  • Author
    Posts
  • #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

    #744240

    Hey 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,
    Rikard

    #744289

    Printscreen-missing accents

    I 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.

    #744622

    Hi,

    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,
    Rikard

    #744882

    I 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”

    #744883

    Hi!

    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!
    Yigit

    #744964

    After 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

    #744966

    Hey!

    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,
    Yigit

    #744967

    Here you are

    #744969

    Hi!

    FTP logins are not working for me. Can you please check them once again?

    Regards,
    Yigit

    #745004

    I have connected via Total Commander on FTP with those credentials right now….sending them again but their are correct

    #745038

    Hi!

    Sorry but i am still unable to connect. Attached a screenshot below

    Regards,
    Yigit

    #745046

    That 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 directly

    #745056

    Hi!

    I added the code to functions.php file. Please flush browser cache and refresh your page a few times

    Best regards,
    Yigit

    #751934

    Thanks, it works now most of the page except of Easy fullwidth slider. Is it possible to fix it also there?

    #752662

    Last update – after automatic update to the latest version of Enfold theme, the font switched back – should I make a copy because of those updates?
    Thanks

    #755275

    Hi,

    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,
    Andy

    #758129

    Hi,
    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?
    Thanks

    Stepan

    #761087

    Hi,

    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

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