Tagged: enfold
-
AuthorPosts
-
September 11, 2013 at 12:43 pm #29440
I have the same issue in the Enfold theme as these guys had with the Cleancut theme here…
https://kriesi.at/support/topic/french-accents-do-not-show-up-in-titles and here… https://kriesi.at/support/topic/international-accent-marks-and-diacriticals
However, I don’t seem to have the quicksand.font.js in my JS folder. I assume because Enfold uses a different font.
So, what do I need to do to activate the use of accented letters like ‘ê’ in my Enfold titles?
Thanks in advance for your help.
September 12, 2013 at 8:46 am #140660Maybe you need to add another subset to the font ( see https://kriesi.at/support/topic/google-fotns-with-extended-latin-subset and https://developers.google.com/fonts/docs/getting_started#Subsets ).
You just need to add the code I posted in the thread to functions.php and replace “Open Sans” with your font name. I’m pretty sure that &subset=latin,latin-ext is what you need for ‘ê’ but if it doesn’t work try another subset.
September 13, 2013 at 7:57 pm #140661Thanks for the reply Dude…
but it didn’t resolve my issue.
It only happens in the Icon Box Titles
right under the slider at http://XOKenglish.com.br
Any other suggestions?
Thanks in advance,
David
September 13, 2013 at 10:25 pm #140662September 16, 2013 at 1:38 pm #161679You’re right Josue…the correct link is
As I’m working on the update in a subfolder…
September 17, 2013 at 2:56 am #162024Hi,
I see the accents displaying correctly:
Regards,
JosueSeptember 17, 2013 at 4:55 pm #162324The issue is in the Icon Boxes right under the slider of the homepage…(as I mentioned in my second post when replying to dude.) It works fine everywhere else.
I wouldn’t be worried about it…except it’s at the very top of the first page…and the first thing everyone will see when they visit my site.
That’s why I was hoping to get the accents in those particular Icon Boxes at the top of the page. I suppose I could not use the icon boxes…(I just think they are kind of cool though).
Thanks for the replies so far…and thanks in advance for a quick solution. (here’s finger crossed).
;)
September 17, 2013 at 5:01 pm #162325September 17, 2013 at 8:58 pm #162481I can see from your screenshot that the accent over the letter E isn’t correct.
It’s showing the accent as a diaeresis (the ‘two dots’) over the letter E istead of a circumflex (the ‘little hat’)
I need it to shwo the word “CURSO DE INGLÊS” and “FALE INGLÊS”
September 18, 2013 at 11:06 pm #163216Hello!
Actually seems that the font and the character is the correct one, it just gets cut off at the top and therefore looks like a diaeresis.
Will add a small padding to thenext update to fix that. meanwhile you can add the following to your custom.css stylesheet in folder /css/ or to the quick-css panel located in your wordpress backend at Enfold->Styling:.iconbox .iconbox_content .iconbox_content_title { padding-top: 2px; }
Best regards,
KriesiSeptember 18, 2013 at 11:22 pm #163222thanks Kriesi…
The accent still looks a bit off…
kind of a flat line…I tried traising it to 4px..
but that didn’t change anything.September 19, 2013 at 10:53 am #163497Hi!
I think the problem is the font weight. 600 is too bold and you can’t see the shape of the character anymore. Try to decrease the weight with following css code
h1, h2, h3, h4, h5, h6 { font-weight: 300; }
Best regards,
PeterSeptember 20, 2013 at 10:40 pm #164247Hey Peter!
That did the trick…
It looks so much better now!
Thanks for the help…
from all of you…
Peter, Josue, and Kriesi!
Warm RegardsSeptember 20, 2013 at 10:41 pm #164249Glad we could help. Let us know if you have any other questions or issues :)
Regards,
Josue -
AuthorPosts
- The topic ‘No Accent In Titles in Enfold’ is closed to new replies.