Hi I am on latest update.
After update to new version I am not able to see badges on user profile. I can assign certificate and its showing up. The badge tile also show but not the badges.
In course settings badge is enabled and also the image is selected for the badge.
here is an example
http://www.jobskillshare.org/members/castlerock/
Yup this seems to be an issue in vibe course module plugin .
Adding this to issue log .Will be fixed in the next update of wplms .
To fix this there is slight change in code you need to do in wp-content/plugins/vibe-course-module/includes/bp-course-functions.php file line 1282 :
http://prntscr.com/dgfmkl
Did new update and now its working. You guys are the best.
One quick request how do i change text "
"rememberme" Color right now its white and not showing. This way I can use captcha that is also white
example:
http://www.jobskillshare.org/wp-login.php
Thanks for your quick update and help
For changing the text you need to translate it using a translation plugin such as loco translate.
Refer:
https://wplms.io/support/knowledge-base/translate-using-loco-translate-plugin/
----------
For color:
Add the bellow css in your wp-admin->wplms->miscellaneous->custom css for wp admin screen:
body.login form#loginform label {color:#444;}