Okay
  Public Ticket #3646659
Services
Closed

Comments

  • michal_wos started the conversation

    Problem with finding page services - where are created 6 boxes... in each box is automaticly added button READ MORE.... But i would like to change langage of it... Right now i have to use external sofware to translate the page - so i can translate it to " czytaj wiecej" where can i change it "hardware" way... to dont use some heavy transators...

  •  1,660
    Andrey replied

    Hello, Dear Customer!

    Thank you for your question.

    You may change these words in the following files:

    Line # 42: wp-content/themes/arma/framework-customizations/extensions/learning/views/item-extended.php

    change this phrase here:

    <?php esc_html_e( 'Learn More', 'arma' ); ?>
    

    and 

    Line # 40: wp-content/themes/arma/framework-customizations/extensions/portfolio/views/item-extended.php

    <?php esc_html_e( 'Learn More', 'arma' ); ?>

    Then save changes and check results at front-end.

    Also, you may create your alternative section with Team members and custom names for buttons via page builder:

    https://bit.ly/3UITRcO

    The result may be the following: https://bit.ly/4dDbDqI

    Best Regards!