Tips & Tricks

Adding Custom Unit Type
1. Go to WP ADmin -> Plugins -> Editor -> WPLMS Customizer -> customizer_class.php 2. Add the below code in _construct function  PHP ...
Fri, Feb 27, 2015 at 5:48 PM
Front End Course creation
The latest version 1.6 brings in the much awaited front end course creation feature. Watch this video on how to get started with Front end course creati...
Fri, Feb 27, 2015 at 5:49 PM
Allowing instructors to view student courses
From version 1.6, this would be possible. Simply follow below steps to allow instructors to view Courses of students. 0. Install WPLMS Customizer 1. Go to ...
Fri, Feb 27, 2015 at 5:51 PM
Customizing the Course Search Page
With version 1.4.2 we've added custom hooks in the theme which allows you to customize the Course Search Page. The hook is located before the search res...
Fri, Feb 27, 2015 at 5:52 PM
Make Registration Fields appear expanded by default
Sometimes, you may want to add some required fields using Buddypress profile fields setting. Since the profile fields are shown in collapsed format it may h...
Fri, Feb 27, 2015 at 5:54 PM
Allowing Students to view course curriculum after they finish the course
Using this tip you can allow a student to view the course curriculum and access the course resources even after they've passed/finished a course. This ...
Fri, Feb 27, 2015 at 6:15 PM
Removing Instructors profile link from name in Course page
0. Install the WPLMS Customizer plugin. 1. Go to WP Admin -> Plugins -> Editor -> WPLMS Customizer -> customizer_class.php 2. Add following cod...
Fri, Feb 27, 2015 at 6:17 PM
Disable Course Categories in Breadcrumbs
Here's how you can disable Course Categories in Breadcrumbs from version 1.5.5 . 1. Install the WPLMS Customizer plugin. 2. Go to WP Admin -> Plugin...
Tue, Jul 14, 2015 at 12:14 PM
Removing Course Status from Course Directory, All Courses and Course Thumbnails
From version 1.5.4 , for users who have taken a particular Course, the Course status is shown in place of the price . This is a usability feature as it prev...
Fri, Feb 27, 2015 at 6:19 PM
Changing Price color in WPLMS
For price, you can follow below steps : 1. Go to WP Admin -> Appearance -> Customizer -> Custom CSS 2. Add following code in the the textarea: ...
Fri, Feb 27, 2015 at 6:23 PM