Change the Username label

Home Forums Legacy Support Support queries Translation issues Change the Username label

Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #269655
    rahmediahouse
    Spectator
    https://prnt.sc/t3mmcp How to change the "username" label to "username or email address" without adding any plugin.
    #269752
    Diana
    Participant
    @rahmediahouse Translate this text using loco translate, check this string in wplms theme and overwrite the text
    #269850
    rahmediahouse
    Spectator
    Can i do this without a plugin, adding more plugins are making my website overloaded. Please let me know, of some other way.
    #270031
    Diana
    Participant
    @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>
    #270041
    rahmediahouse
    Spectator
    Thanks this worked without any plugin. Can the word "LOGIN", on the Homepage change to "LOGIN/SIGNUP", without a plugin.
    #270042
    rahmediahouse
    Spectator
    Thanks this worked without any plugin. Can the word "LOGIN", on the Homepage change to "LOGIN/SIGNUP", without a plugin. https://prnt.sc/t4twdc
    #270361
    Jackson
    Blocked
    Hello, 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,
    #270913
    rahmediahouse
    Spectator
    This code is not working.
    #271067
    Jackson
    Blocked

    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,
    #271087
    rahmediahouse
    Spectator
    This reply has been marked as private.
    #271121
    Jackson
    Blocked
    Hello, Translated successfully: https://prnt.sc/t7f119 Can i closed this one, thanks,
    #271610
    rahmediahouse
    Spectator
    This reply has been marked as private.
    #271831
    Jackson
    Blocked
    Hello, 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.
Viewing 13 posts - 1 through 13 (of 13 total)
  • The topic ‘Change the Username label’ is closed to new replies.