• Resolved erychist

    (@erychist)


    I have issue with arrows and social media buttons when switching to translated page.
    original page is : erychist.com/about
    translated page is : https://erychist.com/ru/about/ (not yet translated fully, just test, but font i am switching to is identical and supports Russian letters)
    As you can see in the left corner, my social media icons show squares instead of showing social media platform, same affects arrows for drop down menus .
    Anytthing i can do with it ?

    CSS i used to make this font work for translates pages :
    body.translatepress-ru_RU *{
    font-family: ‘bebasrus’,serif;
    }

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Alex

    (@alexcozmoslabs)

    Hello,

    I’ve just tested on your website but seems the social icons are displayed properly.
    As for the font, I’ve tested on my local instance with the following code and the font is changed for that particular language.

    body.translatepress-ru_RU {
    font-family: ‘bebasrus’,serif;
    }

    Best Regards,

    Thread Starter erychist

    (@erychist)

    @alexcozmoslabs
    hello, yes in other post i already got help for that so thats why it is sorted,
    Apparently i have another issue, which i would like to fix, please see below :
    As i translated everything, everything looks fine apart of some Heading text , for example this one :
    https://snipboard.io/HWmjwC.jpg

    as you can see on translated webpage : https://erychist.com/ru/
    it has different font again . This is H2 heading text, i think H1 also have the same issue.
    Is there a code to make it work for this in particular?
    Thanks a lot , hopefully you wiwll answer it )

    Plugin Support Alex

    (@alexcozmoslabs)

    Hi,

    That string has the same font in both languages. Just checked with google console.
    Also, has the same font, so there is no issue with it. Did you fix it?

    Kind Regards,

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Arrow and social media button error when translating’ is closed to new replies.