Okay
  Public Ticket #3002925
translate the text "PREV" and "NEXT" of the slider
Closed

Comments

  • Kanna Sucre started the conversation

    Hello

    I would like to change the translation of the slider, I created the French translation from the medactive.pot file but it doesn't take into account the slider.

    I just want to change the text "PREV" and "NEXT" but I don't see where it should be done, thanks for your help. 

  •  1,627
    Andrey replied

    Hello Dear Kanna Sucre!

    Please provide us with the following info:
      Link/login/password for your WP Dashboard and we will assist you.

    Best Regards!

  • Kanna Sucre replied

    I prefer to do it myself, just tell me how to change that, thanks.

  •  1,627
    Andrey replied

    Hello, Dear Kanna Sucre!

    To rename these "Next" and "Previous" buttons in slider, please click WP Dashboard => Appearance => Customize => Additional CSS and paste this code here:

    .page_slider .flex-direction-nav .flex-prev:after {
        content: 'TESTX';
        letter-spacing: 6px;    
    }
    .page_slider .flex-direction-nav .flex-next:after {
        content: 'NEXTY';    
        letter-spacing: 6px;    
    }
    

    Replace "TEXTX" and "NEXTY" inside the code and save changes.

    Then check the results at front-end.

    Best Regards!

  • Kanna Sucre replied

    Thank you so much Andrey for your help, I will edit this tomorrow.


    Sincerely, David.

  •  1,627
    Andrey replied

    We are glad to assist you, Dear David!smile.png