how can I change the text button
"Login with email"
Is not showing in vibeBP Settings
http://prntscr.com/11aom3i
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
Is used WPML for translate to other languages, I will dont have problems with both plugins?
could you share me the jquery script?
You can follow this tip to translate this string using wpml.
https://docs.wplms.io/translation-guide/wpml-integration-multilingual-sites
Hi! i need to add other language for default, is a big problem! could you help me to share the jquery script???
please please
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>
Thanks Ada, I pasted the code but show the same message, =( look
http://prntscr.com/12ficgs
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
Look my code
http://prntscr.com/12hdsjc
and I used Buddypress in single page
http://prntscr.com/12hdtuj
but not works
Please provide your site URL with admin credential in private reply.
I need to check on your site.