1 . Please try adding this script in your wp-admin -> wplms -> footer -> google anaylitics script :
<script>
jQuery(window).load(function() { console.log('asdsadasdsa')});
</script>
2 . You can create more layouts from wp-admin -> vibebp -> course layouts , the layout on top will be used by default for all courses .
3 . You can import only course layouts from wp-admin -> setup wizard -> choose style step , then skip all steps until you reach the default content step , after reaching this uncheck all other contents except "course layouts" and then hit import . It will import the layout from the chosen style .
4 . add this custom css in your wp-admin -> appearance -> customize -> custom css :
@media(max-width:500px){
.single-course .elementor-column-wrap.elementor-element-populated {
position: relative !important;
transform: translate(0,0) !important;
}
.elementor-section-wrap section.elementor-section .elementor-row:first-child {flex-direction:column-reverse;}
}
5 . translate this text in wplms plugin usinf this tip : https://wplms.io/support/knowledge-base/translate-using-loco-translate-plugin/
6 . add this custom css in your wp-admin -> appearance -> customize -> custom css :
.course_pricing {
font-size: 2.2rem;
text-align: center;
}