1 Activity of the course shows when a member sends a Course Code, and it also display the code itself and since Activity of the Course is now public, any user can see the Code of the Course and subscribe to the course for free.
2 “Top” and arrow in Bottom Footer and Copyright only footer is grey and since the background is also grey it is hardly visible. Besides, sometimes this button covers some social icons in footer. It does in some pages and in others it doesn't
3 Create Course button does not appear in Directory Layout5
4 Question: is it possible in Default Child Theme to set one image as default background profile image? Same question with Background courses?
Footer image:
1 . Yep this is an issue fix coming up in the update of vibe course module plugin .
Thanks for reporting this to us .
2. For that you can add the given css from wp-admin -> appearance -> customize -> custom css :
#scrolltop { bottom: 83px;}
3. Yes create course button does not shows up in directory layout 5 coz there is no space left fro it there in that layout .
4. You can add the given css for that :
.course_header {
background: url('http://localhost/wplms195/wp-content/uploads/2014/02/mobileapps1.jpg');
}
.member_header #item-header{
background: url('http://localhost/wplms195/wp-content/uploads/2014/02/mobileapps1.jpg') !important;
}