Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #734344

    hi guys,

    How to change text in read more button in blog post element.

    View post on imgur.com

    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

    #735546

    Hey Uroš,

    why not use a program like Loco Translate or Poedit for it?

    Best regards,
    Andy

    #736012

    Hey,

    I used some css code and custom css field to fix that….thanks for answer anyway

    #736271

    Hi,

    Great, glad you found a solution. Please let us know if you should need any further help on the topic.

    Best regards,
    Rikard

    #1106973

    Hi Uros, could you tell me how did you do it? I have the same problem.

    Thank you in advance!

    #1106975

    i 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…

    View post on imgur.com

    .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;
    }

    #1107050
    This reply has been marked as private.
    #1107408

    Hi 3dika,

    What do you mean by “basque”? How do you need to change it?

    Best regards,
    Victoria

    #1107461

    Hi 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

    #1107562

    Hi 3dika,

    I see. Thank you for clarifying. Which version of Enfold are you running? It is fixed in the latest version.

    Best regards,
    Victoria

    #1107598

    Hi 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 4 years, 9 months ago by 3dika.
    #1108996

    Hi,

    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

Viewing 12 posts - 1 through 12 (of 12 total)
  • You must be logged in to reply to this topic.