Centering read more button
-
Hi
Great Plugin! Thanks!
Is there a way that I can centre the read more button under the excerpt?
Thanks in Advance.
-
Hello,
Write this css in custom css box.
.rt-tpg-container .layout1 .rt-holder .rt-detail .post-meta {
text-align: center !important;
}Thanks
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.
Hello,
You can change from language file .pot and .mo file included.
Thanks
Will it effect whenever you update plugin?
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.
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.
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
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 fileThanks
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.poWhich 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 6c75In .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
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>”;
}
The topic ‘Centering read more button’ is closed to new replies.