Okay
  Public Ticket #2819799
Translation of buttons
Closed

Comments

  •  1
    Tadeusz started the conversation

    Hello Team,

    I would like to translate some of the button texts - relating to the Posts, for instance: on the homepage on the posts slider, there's "Read more" button I need to translate to Polish "Czytaj więcej". Another buttons, that I need to translate are buttons inside "Post" template as well: Next post / Previous post.

    I will really appreciate help where/how I can translate that on my own :)

    Regards,
    Ted

  •  1,627
    Andrey replied

    Hello, Dear Tadeusz! Thanks for your request. To rename read mode button, please click WP Dashboard => Appearance => Customize => Additional CSS and paste this code here:

    .ls .theme_button.color1 {
        font-size: 0px;
    }
    .ls .theme_button.color1:before {
        position: relative;
        content: " My Custom";
        font-size: 14px;
    }
    .ls.ms .theme_button.inverse {
        font-size: 0px;
    }
    .ls.ms .theme_button.inverse:before {
        position: relative;
        content: " My Custom";
        font-size: 14px;
    }
    

    Save changes and check result at front-end. Just change “My Custom” to the necessary text. 

    To translate the other areas - please install this plugin: https://wordpress.org/plugins/string-locator/

    Then click WP Dashboard => Tools => String Locator => and perform a  of search necessary phrase in theme: http://nimb.ws/iovwRM

    The save words in appropriate sting and save changes: http://nimb.ws/KLoHTu

    You will receive this result: http://nimb.ws/HyN83l

    Best Regards!