Viewing 15 replies - 1 through 15 (of 19 total)
  • Plugin Author RadiusTheme

    (@techlabpro1)

    Hello,

    Write this css in custom css box.

    .rt-tpg-container .layout1 .rt-holder .rt-detail .post-meta {
    text-align: center !important;
    }

    Thanks

    Plugin Author RadiusTheme

    (@techlabpro1)

    Hi,
    Hope this css work for you. I am closing this topic.
    If need any more help let me know.

    Thanks

    Hi,

    I want to change the “Read More” text.

    How can I do that?

    Please help.

    Plugin Author RadiusTheme

    (@techlabpro1)

    Hello,

    You can change from language file .pot and .mo file included.

    Thanks

    Will it effect whenever you update plugin?

    Plugin Author RadiusTheme

    (@techlabpro1)

    Which Language?

    If you provide me language file then I will add into my package then it will not lost.

    mail me [email protected]

    Thanks

    I am unable to do that. I just want to change “read more” to “Play” .

    Can you Please explain in detail. I am new to wordpress.

    Thanks.

    Plugin Author RadiusTheme

    (@techlabpro1)

    Hi,
    I already told you you can change it from Language file not changing core file.

    go to language folder then make your own language file and translate it.

    Then if you translate full plugin then can provide me the language files.

    Thanks

    Is there any tutorial?

    Sorry

    I am using English language.

    I just want change “read more” under excerpt to my own custom text.

    That’s it.

    Plugin Author RadiusTheme

    (@techlabpro1)

    Search online you will find many tutorials like this

    https://premium.wpmudev.org/blog/how-to-translate-a-wordpress-plugin/

    I am unable to understand that why you are telling me to translate plugin. I am using the same language English. I just want to change that text only and nothing else. What’s the big deal in that?

    Thanks

    Plugin Author RadiusTheme

    (@techlabpro1)

    I asked you which Language first.

    If English then you can do from two ways

    1) Change from Language .mo file
    or
    2) Change core file

    Thanks

    There are five files inside language folder namely :-

    1) en.mo
    2) en.po
    3) index.php
    4) post_grid-it_IT.mo
    5) post_grid-it_IT.po

    Which file should I edit? In .mo files, there is only random no. showing something like below:

    504f 2d52 6576 6973 696f 6e2d 4461 7465
    3a20 3230 3136 2d30 342d 3238 2032 303a
    3031 2b30 3630 300a 4c61 7374 2d54 7261
    6e73 6c61 746f 723a 200a 4c61 6e67 7561
    6765 2d54 6561 6d3a 2070 6963 6b70 6c75

    In .po file, I change “Read more” text to “Play”. But on website, it’s still showing “read more” .

    Where the core file?

    And When You update the plugin, my changes to langauge file will gone?

    Thanks

    Plugin Author RadiusTheme

    (@techlabpro1)

    Yes it will lost in next update. Cause “Read More..” main text

    So better change it from layout and from next update remember this and change again.

    Change from here

    lib/views/layouts/layout1.php

    if(in_array(‘read_more’, $items)){
    $postMetaBottom .= “<span class=’read-more’>“.__(“Read More ..”,”the-post-grid”).”</span>”;
    }

Viewing 15 replies - 1 through 15 (of 19 total)

The topic ‘Centering read more button’ is closed to new replies.