change text button “Login with email

Home Forums Legacy Support Support queries Other issues change text button “Login with email

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #351988
    1ui61_55
    Spectator
    how can I change the text button "Login with email" Is not showing in vibeBP Settings http://prntscr.com/11aom3i
    #352043
    Veronica
    Moderator
    hi for this you can use the loco translate plugin: you need to follow these tips. tips regarding loco translate: https://wplms.io/support/knowledge-base/translate-using-loco-translate-plugin/ https://wplms.io/support/knowledge-base/buddy-press-translation-using-loco-translator/ https://www.youtube.com/watch?v=tC6z0uN7FK0 https://www.youtube.com/watch?v=2afXqhGnTfY and if you need further assistance for translation then please create a topic here: https://wplms.io/support/forums/forum/support-queries/translation-issues/ and also if you don't want to change this with the plugin then we can check if we can change this with jQuery let us know thanks
    #352489
    1ui61_55
    Spectator
    Is used WPML for translate to other languages, I will dont have problems with both plugins? could you share me the jquery script?
    #352640
    Ada
    Participant
    You can follow this tip to translate this string using wpml. https://docs.wplms.io/translation-guide/wpml-integration-multilingual-sites
    #355022
    1ui61_55
    Spectator
    Hi! i need to add other language for default, is a big problem! could you help me to share the jquery script??? please please
    #355302
    Ada
    Participant
    Hi, You can try using this script . Add it in wplms>>footer>>google analytics code
    
     jQuery(document).ready(function($){
          setTimeout(function(){
            $("#vibebp_login_wrapper .login_popup a.button.is-primary:nth-child(4) span:last-child").text("Login");
          },3000);
    });
    </script>
    
    #355775
    1ui61_55
    Spectator
    Thanks Ada, I pasted the code but show the same message, =( look http://prntscr.com/12ficgs
    #355842
    Ada
    Participant
    Hi, jQuery script for this page is not possible I have given a timeout in the code to make it work. SO it will take 3 seconds to change the message after login page loads. Make sure you are using buddyprss on single page and you can decrease this time value in microseconds till it work nicely on your site. https://drive.google.com/file/d/1QArPa0rpP30fP92vpmWmRZ2YhLXxpWDo/view
    #355956
    1ui61_55
    Spectator
    Look my code http://prntscr.com/12hdsjc and I used Buddypress in single page http://prntscr.com/12hdtuj but not works
    #355996
    Ada
    Participant
    Please provide your site URL with admin credential in private reply. I need to check on your site.
Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘change text button “Login with email’ is closed to new replies.