Tips & Tricks

Using Question Hints
From version 1.6.4 we've added Question hints. Refer to this tutorial on how to use/add hints in questions :
Fri, Feb 27, 2015 at 5:21 PM
Remove Hours from Curriculum units time if hours is 0
1. Go to WP Admin -> Plugins -> Editor -> wplms customizer -> customizer_class.php 2. Add below code in _construct function : PHP Code: ...
Fri, Feb 27, 2015 at 5:22 PM
Super Instructor
A super instructor is an instructor to whom the Instructor privacy does not apply. Super instructor is an instructor which has all units, courses, quizzes a...
Fri, Feb 27, 2015 at 5:24 PM
Customizing Date labels used in the Theme.
In WPLMS 1.5.3 we've now added a hook to customize the durations in your own labels. These are labels such as Year, Month, week, day, hour, minute, sec...
Fri, Feb 27, 2015 at 5:28 PM
Changing the time appearance in Course curriculum page
If you want to change the appearance of time in course curriculum from x hours y minutes to x:y then use this tip. Refer below screenshots : BEFORE ...
Fri, Feb 27, 2015 at 5:30 PM
All Badges shortcode
All Badges shortcode, displays all badges in a list format. If a student is logged in then the shortcode automatically shows which all badges have been won ...
Fri, Feb 27, 2015 at 5:32 PM
Disabling breadcrumbs throughout the site
This simple tip will disable breadcrumbs in the whole site. 1. Go to WP Admin -> Plugins -> Editor -> WPLMS Customizer -> wplms_customizer.php ...
Fri, Feb 27, 2015 at 5:35 PM
How to add Typekit fonts in WPLMS
1. Go to WP Admin -> Plugins -> Editor -> WPLMS Customizer -> customizer_class.php 2. Add the following line in _construct function : ...
Fri, Feb 27, 2015 at 5:44 PM
How to remove Footer Logo
Add this CSS code to location given: wp admin panel -> Plugins->Editor->WPLMS Customizer Plugin -> Custom.css OR Wp Admin->APpearance->C...
Fri, Feb 27, 2015 at 5:45 PM
Different Logo per page
1. Go to WP Admin -> Plugins -> WPLMS Customizer -> customizer_class.php 2. Add the following code in _construct function PHP Code:   ...
Fri, Feb 27, 2015 at 5:46 PM