-
AuthorPosts
-
October 6, 2016 at 9:27 pm #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:
October 7, 2016 at 5:33 am #696259Hey 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,
JordanOctober 10, 2016 at 4:29 pm #697439Hi Jordan,
Sent to you information in private way
October 10, 2016 at 4:33 pm #697445Hi,
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,
YigitOctober 10, 2016 at 6:25 pm #697499Sorry Yigit,
I placed this code and the site crashed.
Can you help me with that?
Thanks in advanced
Marcelo
October 10, 2016 at 6:52 pm #697504Hi,
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,
YigitOctober 10, 2016 at 7:00 pm #697508Hi 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
October 10, 2016 at 7:02 pm #697511It is not a problem with the font. The same font works with Avada but not with Enfold. I tried this.
October 10, 2016 at 7:11 pm #697514Arvo Font working fine in Twenty Sixteen
October 10, 2016 at 7:18 pm #697516The same font, in the same server, but in another Theme (WPLMS) working fine too
October 10, 2016 at 7:25 pm #697520Another example… now another site (of my property) with Avada Theme and de same font (ARVO Google Font)
October 11, 2016 at 1:27 pm #697820Hi,
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 -
AuthorPosts
- You must be logged in to reply to this topic.