Tagged: 

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

    #140660

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

    #140661

    Thanks 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

    #140662

    Hi David,

    The link you provided isn’t using Enfold.

    Regards,

    Josue

    #161679

    You’re right Josue…the correct link is

    http://XOKenglish.com.br/xok

    As I’m working on the update in a subfolder…

    #162024

    Hi,

    I see the accents displaying correctly:

    Regards,
    Josue

    #162324

    The 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).

    ;)

    #162325

    Hi,

    These ones? they display correctly in my end:

    Please post a screenshot of what you see.

    Regards,
    Josue

    #162481

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

    #163216

    Hello!
    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,
    Kriesi

    #163222

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

    #163497

    Hi!

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

    #164247

    Hey Peter!
    That did the trick…
    It looks so much better now!
    Thanks for the help…
    from all of you…
    Peter, Josue, and Kriesi!
    Warm Regards

    #164249

    Glad we could help. Let us know if you have any other questions or issues :)

    Regards,
    Josue

Viewing 14 posts - 1 through 14 (of 14 total)
  • The topic ‘No Accent In Titles in Enfold’ is closed to new replies.