Home › Forums › Legacy Support › Support queries › Translation issues › Activate your Account
Tagged: activate your account
- This topic has 23 replies, 3 voices, and was last updated 4 years, 4 months ago by Diana.
-
AuthorPosts
-
May 22, 2020 at 7:34 am #261765eduardovidSpectatorHi,ç Where can I translate "Activate your Account" (title inside of activate page). I translated this string in Child template and Buddypress but doesnt work.May 25, 2020 at 11:17 am #262537JacksonBlockedhello, find this string in wplms themeMay 25, 2020 at 7:34 pm #262709eduardovidSpectatorThis reply has been marked as private.May 26, 2020 at 12:02 pm #262884JacksonBlockedthis must be coming from buddypress plugin and wplms theme. also check vibe shortcode plugin.May 26, 2020 at 7:09 pm #263032eduardovidSpectatorHi, all of them are translated but doesnt workMay 27, 2020 at 8:05 am #263157JacksonBlocked
hi,
this can be done via loco translate you have to search the string and then translate it. search this in
themes and plugin one by one.
yes this can be happen with the help of loco translate plugin.
refer to this tip: https://wplms.io/support/knowledge-base/translate-using-loco-translate-plugin/
you need to translate every string from all plugins and theme. translated them one by one. On every update local files will be affected so that you need to put these translated files into global folders. it will prevent string loss from the update.
here is how you can achieve this.
Note: in this, I am using my local test setup site language which is "Português do Brasil". you have to select your site language.
Always sync and save the pot file
Note: Always copy local .Po | .Mo files into the global folder. it will prevent from translation string loss while updating theme/ plugins
- then goto wp-admin > loco translate > theme/plugin > theme name / plugin name.
- Copy author file to system file.
- the author stands for local file and the system stands for the global file.
- once your done copying. from now you have to translate a string in global (system) file.
These steps should be followed for all plugins and themes in which you are making any changes.
May 27, 2020 at 5:19 pm #263379eduardovidSpectatorThis is exactly I do but doesnt workMay 28, 2020 at 11:23 am #263699JacksonBlockedyou have to use this code : in the wp-admin >> wplms >> google analytics codes >> footer.
<script>
jQuery(document).ready(function($){
$('.registration div#register-page h3.heading span').text('yu toh hai re new string');
});
</script>
for better understanding refer this link: https://wplms.io/support/forums/topic/the-complete-sign-up-button-does-not-translate/
May 28, 2020 at 7:57 pm #263816eduardovidSpectatorDoesnt works, Activate your Account title is in English yetJune 2, 2020 at 5:47 am #264967eduardovidSpectatorI,m waiting for a solution yet. The Title on activate account page is in English (Activate your Account)June 3, 2020 at 4:56 pm #265553JacksonBlockedtry to use this code in your customizer plugin >> customizer.php add_action('wp_footer', function(){ ?> <script>jQuery(document).ready(function($){
$('.registration div#register-page h3.heading span').text('yu toh hai re new string');
});
</script> <?php });June 6, 2020 at 6:20 am #266255eduardovidSpectatorThis reply has been marked as private.June 6, 2020 at 6:23 am #266256eduardovidSpectatorThe problem happens when the student clicks on the activation link that appears in their confirmation email. When the confirmation page opens, the title continues in English "Activate your Account"June 8, 2020 at 1:05 pm #266685JacksonBlockedHello, Please update the translation pot files from this link : https://wplms.io/support/knowledge-base/3-9-9/ Let me know if it worked, if yes, we'll release an update for the plugin. Thanks,June 20, 2020 at 7:47 am #269542eduardovidSpectatorI did it but doesnt work, please, check it with your credentials. Activate your Account title is not translated -
AuthorPosts
- The topic ‘Activate your Account’ is closed to new replies.