• My web site language is french, but the translation of the button ?Read More? is doesn’t translated. The button text is suppose to be someting ?Lire la suite? , ?Lire plus? or ?En savoir plus?, instead the button display ?Read more?.

    Do you have an idea why it does not works ?

    I checked the translation file in the folder /wp-content/themes/colormag/languages/fr_FR.po
    However the translation of the button is present in this file!

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

Viewing 15 replies - 1 through 15 (of 15 total)
  • Hi @mariogroleau,

    Thanks for reaching us

    It seems to be an issue with the theme that is not translating the Read More Button. The task has already been assigned to the developer’s team. Once the issue is fixed we will be releasing the theme update which will fix the issue on your end too.

    Let me know of any other confusion or issues and I will get back to you.

    Regards

    Same issue with the Bulgarian translation. The link “Read more” is not translated and there is no option for the free version of the theme to change it.

    The page I need help with: lovestylemag.com

    Hi @lucholalev,

    Thanks for reaching us,

    With the last theme update, the Read More button is not translated. Developers have been already informed about the issue and they are working on it. Once it is fixed from our end, we will release an update after which it will be fixed on your site too.

    Let us know of any other issues or confusion and will get back to you.

    Regards

    Solved,

    Just edit this page: ‘entry-summary.php’ in the folder:

    wp-content/themes/colormag/template-parts/entry

    Replace:

    <span><?php echo esc_html( 'Read More' ); ?></span>

    by:

    <span><?php echo esc_html( 'Lire la suite' ); ?></span>

    on line 25 and 47

    Enjoy,

    @zemasterz, thanks for sharing the solution!

    Could you check if there is no low SEO score by Pagespeed Tools after translation of the Read More button?

    https://pagespeed.web.dev/

    If the score is still being affected, we may have to wait for a solution from the developers. See what appears by Pagespeed Tools:

    Format your HTML in a way that enables crawlers to better understand your app’s content.

    • This reply was modified 1 year, 4 months ago by doctorbr.

    Hi,

    Last year there was an option in the free version of the ColorMag Theame to edit the text for the READ ME button the way I want it. After updates it shows only READ ME and there is now way to change it. I don’t think the essue is with the translation, there used to be an option to edit the tekst. Will it come back?

    Hi @malykwiatek,

    Thanks for reaching us,

    The option you’re refeering is available with the Pro version of ColorMag theme. According to the .org suuport guideline we are not allowed to dicuss on the pro feature here. So for more detailed information kindly contact us via the live chat support here: https://themegrill.com/ and drop your query.

    Regards

    Hi @malykwiatek ,
    you may try this in your custom css:

    .cm-entry-button span {
    display:none;
    }

    .cm-entry-button:after {
    content: ” your text …”;
    color:#ffffff; // adjust color
    padding :15px; // adjust padding
    }

    It is not the best solution and has only this one language, but it worked for me.

    • This reply was modified 1 year, 2 months ago by bejule.
    • This reply was modified 1 year, 2 months ago by bejule.
    willemb2

    (@willemb2)

    @barsha04 Should this have been fixed by now? I just updated my Dutch language site from 2.1.8 to 3.0.7 and my button text changed to “Read more”

    Thread Starter mariogroleau

    (@mariogroleau)

    Hi, I already have the same problem with the “Read more” translation, I used the solution of zemasterz(@zemasterz), but I have to redo it after each theme update, do you have find a more permanent solution ?

    Hi. I do have the same problem after updates. So I stopped doing updates. Maybe I’ll do it once in while, but not every time.

    fraza83

    (@fraza83)

    @zemasterz, thanks for sharing the solution!

    Hello,

    My website is also in french and I’ve got the same problem.

    Thank you @zemasterz

    Your solution is working.

    Cze??
    Mam ten sam problem, nie mog? przet?umaczy? na polski : Search Results for:

    pozdrawiam

    jeffmart

    (@jeffmart)

    This worked for me in custom CSS:

    .cm-entry-button span {
    display:none;
    }
    
    .cm-entry-button {
    display:visible;
    }
    
    .cm-entry-button::after {
      content: " Text here";
      color: #ffffff; /* color adjust if needed */
      padding: 4px 12px; /* padding adjust if needed */
      visibility: visible;
    }
Viewing 15 replies - 1 through 15 (of 15 total)
  • The topic ‘“Read more button” translation’ is closed to new replies.