Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #696187

    I’m working with Enfold Theme in my site but in titles and body text It should be like that “¿” and shown “?”
    I tried with a standard theme (Twenty Sixteen) and the same font (Arvo, Google Fonts) and looks good.

    You can to view an example in the following link:

    #696259

    Hey mcutini,

    Could you please also provide administrator login details to your WordPress dashboard, so that we can have a closer look. Place the details in the private data section of your reply.

    Best regards,
    Jordan

    #697439

    Hi Jordan,

    Sent to you information in private way

    #697445

    Hi,

    Please try adding following code to wp-content/themes/enfold/functions.php file

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

    Editor is missing under Appearance tab therefore we could not add it.

    Best regards,
    Yigit

    #697499

    Sorry Yigit,

    I placed this code and the site crashed.

    Can you help me with that?

    Thanks in advanced

    Marcelo

    #697504

    Hi,

    I can see the code in functions.php file but it seems like that did not help. Can you please try using another font family? Apparently, the one you are currently using does not support “¿”

    Best regards,
    Yigit

    #697508

    Hi Yigit

    If you read my initial post mentioned that the source does not work with Enfold but is correctly Twenty Sixteen.
    The same font, in the same site works with Twenty Sixteen but not with Enfold.

    M

    #697511

    It is not a problem with the font. The same font works with Avada but not with Enfold. I tried this.

    #697514

    Arvo Font working fine in Twenty Sixteen

    Arvo Font

    #697516

    The same font, in the same server, but in another Theme (WPLMS) working fine too

    Arvo Font in WPLMS Theme

    #697520

    Another example… now another site (of my property) with Avada Theme and de same font (ARVO Google Font)

    avada

    #697820

    Hi,

    Your body font is not Arvo. I added custom CSS code to Quick CSS field in Enfold theme options > General Styling and you can see that now it is working fine. So it is font related :)
    Please refer to this post – http://kriesi.at/documentation/enfold/register-additional-google-fonts-for-theme-options/ and add Arvo as your body font as well.

    Best regards,
    Yigit

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