Home › Forums › Legacy Support › Support queries › Translation issues › Change the Username label
- This topic has 12 replies, 3 voices, and was last updated 4 years, 4 months ago by Jackson.
Viewing 13 posts - 1 through 13 (of 13 total)
-
AuthorPosts
-
June 21, 2020 at 5:17 am #269655rahmediahouseSpectatorhttps://prnt.sc/t3mmcp How to change the "username" label to "username or email address" without adding any plugin.June 22, 2020 at 6:41 am #269752DianaParticipant@rahmediahouse Translate this text using loco translate, check this string in wplms theme and overwrite the textJune 22, 2020 at 1:05 pm #269850rahmediahouseSpectatorCan i do this without a plugin, adding more plugins are making my website overloaded. Please let me know, of some other way.June 23, 2020 at 8:11 am #270031DianaParticipant@rahmediahouse, Yes, if you are not using loco translate plugin then use this code with <script> tag in wp-admin > WPLMS > Footer > Google Ananlytics Code <script> jQuery(document).ready(function($){ $(".inside input[type=text]").attr("placeholder","Email Address"); }); </script>June 23, 2020 at 8:32 am #270041rahmediahouseSpectatorThanks this worked without any plugin. Can the word "LOGIN", on the Homepage change to "LOGIN/SIGNUP", without a plugin.June 23, 2020 at 8:32 am #270042rahmediahouseSpectatorThanks this worked without any plugin. Can the word "LOGIN", on the Homepage change to "LOGIN/SIGNUP", without a plugin. https://prnt.sc/t4twdcJune 24, 2020 at 1:08 pm #270361JacksonBlockedHello, use this code with goto wplms>>footer>>google analytics code <script> jQuery(document).ready(function(jQuery){ $("ul.topmenu li a.vbplogin span").text("LOGIN/SIGNUP"); }); </script> Thanks,June 26, 2020 at 3:19 pm #270913rahmediahouseSpectatorThis code is not working.June 27, 2020 at 7:01 am #271067JacksonBlocked
Hello,
use this code skip given above with goto wplms>>footer>>google analytics code
<script>
jQuery(document).ready(function($){
$("ul.topmenu li a.vbplogin span").text("LOGIN/SIGNUP");
});
</script>
If not working share admin credentials in private reply, Thanks,June 27, 2020 at 8:33 am #271087rahmediahouseSpectatorThis reply has been marked as private.June 27, 2020 at 10:52 am #271121JacksonBlockedHello, Translated successfully: https://prnt.sc/t7f119 Can i closed this one, thanks,June 29, 2020 at 4:32 pm #271610rahmediahouseSpectatorThis reply has been marked as private.June 30, 2020 at 11:52 am #271831JacksonBlockedHello, Yes you are right because we are using code to translate this string that,s why it is happen, Please use this process: hi, you need to copy the translations file into a global folder, which is wp-content >> language. note: in your case strings are coming from buddypress and wplms theme.profile related details comes from buddypress and wplms theme. please search your string in these folders. please have a look at video for better understand. 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 refer: http://prntscr.com/ng3kb1k Note: Always copy local .Po | .Mo files into the global folder. it will prevent from translation string loss while updating theme/ plugins. How could you do this: https://screencast-o-matic.com/watch/cqfQh6Zl1K In this video, 1- i have checked the site language from wp-admin > settings > general > site language. 2- then goto wp-admin > loco translate > theme/plugin > theme name / plugin name. 3- Copy author file to system file. 4- the author stands for local file and the system stands for the global file. 5- 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. -
AuthorPosts
Viewing 13 posts - 1 through 13 (of 13 total)
- The topic ‘Change the Username label’ is closed to new replies.