• Hi.
    The phrase “Read More” at the bottom of the blog content remains in English. There is no translation in my language (Turkish). I checked the language files. I installed Loco Translate. There are English/Turkish words in the language file of the parent theme, but not in the language file of the Empower WP theme. Therefore, “Read More” does not change. How can I do it?

    • This topic was modified 1 year, 11 months ago by Jan Dembowski.

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

Viewing 7 replies - 1 through 7 (of 7 total)
  • Hello,

    Can you specify the link of the page with the issue?

    Thread Starter Sungur

    (@sungur)

    You can check the homepage. Under the hero…

    Hello,

    Please add this extra CSS code in Customizer -> General Settings -> Additional CSS :

    a.read-more.link{
    visibility: hidden;
    position: relative;
    }

    a.read-more.link::after {
    visibility: visible;
    position: absolute;
    font-size:18px!important;
    content: “YourText ?”!important
    }

    You need to replace the value of content to your desired text.

    Thread Starter Sungur

    (@sungur)

    Hello.
    I added the code, but the word was left blank. Only “>>” appears.

    Thread Starter Sungur

    (@sungur)

    Hello.
    Do you have another suggestion?

    Hello,

    It seems you have changed the text.

    Did it work in the meantime?

    Thread Starter Sungur

    (@sungur)

    Hello.
    Unfortunately, the code you sent did not give the result I wanted. I wrote above. I found another code but the font has changed and the layout is not exactly what I wanted. If you have any other advice, I can apply it.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Read More Translation Problem’ is closed to new replies.