This reply has been marked as private.
Hi yes this issue appeared due to wp update 5.5 but we have resolved and relased update .
please update your theme to version 4.061 or above .
update vibe course module to version 3.9.9.4 .
If migrated to 4.0 and using wplms plugin then update it to 1.1.7
This reply has been marked as private.
profile issue solved .
to solve star rating issue : please try adding this custom css in your wp-admin -> appearance -> customize -> custom css :
.commentratingbox .star:after {
font-family: fontawesome !important;
content: "\f006" !important;
color: #FFCB10;
}
This reply has been marked as private.