How can i change the 'meetings' into online classes
I have tried loco translate but not working
plugin edited in loco ranslate
1.WPLMS BigBluebutton
No translations found for "wplms-bbb"
2.Bigbluebutton
https://prntscr.com/t5zhcm
Hello,
Okay please share proper screenshot of string which you want to translate with page url,
And please share admin credentials in private reply,
Note: Also share page url of strings,
Thanks,
This reply has been marked as private.
Hello,
Goto wplms>>footer>>google analytics code and use code given below:
<script>function change_text(){document.getElementById("user-bbbmeetings").innerHTML="Online classes";}window.onload=change_text;</script>
Refer:
https://prnt.sc/t7f7u2
Please share page url for other strings,
Thanks,
This reply has been marked as private.
This reply has been marked as private.
Hello,
As you can see, I am not able to access this url:
https://prnt.sc/t8ix1b
This reply has been marked as private.
Hello,
Use this code for continue course button:
<script>jQuery(document).ready(function($){$(".course .item-credits form .button").text("Continue Subject");
});</script>
Thanks,
its not changed. code added here : Goto wplms>>footer>>google analytics code
Hello,
Please try to use this code :
<script>
jQuery(document).ready(function($){
$(".course .item-credits form .button").val("Continue Subject");
});
</script>
Refer:
https://prnt.sc/ta77cw
Thanks,
Hello,
Yes code is not working after saved,
Okay please use loco translate for this string:
It is located in :
wp-content\plugins\vibe-course-module\includes\bp-course-screens.php
Follow these steps:
https://wplms.io/support/forums/topic/translation-guide-by-vibe-themes-support/
Thanks,