• nikon33

    (@nikon33)


    I apologise for my bad english
    MESMERIZE free version 1.6.111 WordPress 6.1
    I dont find the way for translation in french (En savoir plus …” for “Read More >>” in latest-news-1 template in front page

    I find the way to change the color of the text “Read More >>”
    CSS
    .read-more.link { color: #F00; }
    I find the way to wipe the text “Read more >>
    CSS
    .read-more.link { display: none; }

    I saw the mention of #text ” Read more >>”

    I have and find
    wp-content/themes/mesmerize/languages/mesmerize.pot NO mesmerize-fr_FR.mo, mesmerize-fr_FR.po

    wp-content/languages/languages/ fr_FR.mo, fr_FR.po, mesmerize.pot

    +++++

    WHERE CAN I FIND the possibilty to translate “Read more >>” to “En savoir plus …” ?

    PLEASE
    Help me to have latest-news-1 template for front page from “Read more >>” to “En savoir plus …” all with avaliable link

    MANY THANKS

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • cristianbarbu

    (@cristianbarbu)

    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: “En savoir plus ?”!important;

    }

    33nikon

    (@33nikon)

    MANY THANKS for your reply

    BUT
    Your CSS code
    Dispite of code in the right place (CSS additionnel)
    and
    with a second page appeal

    the bleu text “Read more >>”
    disapear…partially
    just find
    ” >>”… in blue
    and
    NO “En savoir plus…”
    … NO “Savoir plus … ” even in “white” on “white background”

    Have you somme second solution ?

    I have not find “Read more” in all the text of “mesmerize.pot”

    THANKS for your help

    cristianbarbu

    (@cristianbarbu)

    Hello,

    Please replace the previous CSS code with the one below:

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

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

    }

    Hello,

    got the same problem; impossible to change Read More text…

    The CSS code just makes disappear “READ MORE “.. @cristianbarbu

    Tu as trouvé une solution @nikon33

    Thx in advance/Merci d’avance.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘“Read more >>” Translation latest-news-1 template’ is closed to new replies.