-
AuthorPosts
-
January 16, 2017 at 8:22 pm #734344
hi guys,
How to change text in read more button in blog post element.
it is blog posts element with turned on title, excerpt and read more button….i want to change text in read more button with different language
you can see what i want in this post
January 18, 2017 at 9:48 pm #735546Hey Uroš,
why not use a program like Loco Translate or Poedit for it?
Best regards,
AndyJanuary 19, 2017 at 6:22 pm #736012Hey,
I used some css code and custom css field to fix that….thanks for answer anyway
January 20, 2017 at 7:55 am #736271Hi,
Great, glad you found a solution. Please let us know if you should need any further help on the topic.
Best regards,
RikardJune 4, 2019 at 10:31 am #1106973Hi Uros, could you tell me how did you do it? I have the same problem.
Thank you in advance!
June 4, 2019 at 10:39 am #1106975i use “blog posts” element and in inspect tool find what avia-builder-el-number is and just change number and text. If you want to use font-size you can if you dont just delete it…
.avia-builder-el-29 + .av-alb-blogposts a.more-link:before {
content:’text button’ !important;
font-size: 15px;
}
.avia-builder-el-29 + .av-alb-blogposts a.more-link {
font-size: 0 !important;
}.avia-builder-el-32 + .av-alb-blogposts a.more-link:before {
content:’text button’ !important;
font-size: 15px;
}
.avia-builder-el-32 + .av-alb-blogposts a.more-link {
font-size: 0 !important;
}June 4, 2019 at 12:21 pm #1107050This reply has been marked as private.June 5, 2019 at 8:32 am #1107408Hi 3dika,
What do you mean by “basque”? How do you need to change it?
Best regards,
VictoriaJune 5, 2019 at 10:18 am #1107461Hi Victoria,
I have to translate it to basque languaje, so where there is “Read more” I have to put “Jarraitu irakurtzen”
We are using WPML plugin but i do not find the way to change this.Thank you
June 5, 2019 at 1:50 pm #1107562Hi 3dika,
I see. Thank you for clarifying. Which version of Enfold are you running? It is fixed in the latest version.
Best regards,
VictoriaJune 5, 2019 at 2:46 pm #1107598Hi Victoria,
We have 4.5.1 version.
Thank you but I do not see where it is.
We would like to change too “search” to other language in the SEARCH box
Thank you- This reply was modified 5 years, 5 months ago by 3dika.
June 11, 2019 at 5:01 am #1108996Hi,
Have you tried using the suggested plugin above to translate the strings or text?
// https://wordpress.org/plugins/loco-translate/
You can find more info in the plugin’s documentation.
// https://localise.biz/wordpress/plugin/beginners
Best regards,
Ismael -
AuthorPosts
- You must be logged in to reply to this topic.