Tips & Tricks

Creating a Fill in the Blank question type
From version 1.6.4, we've added a new question type called as Fill in the Blank. Note : to place the fill in the blank you need to use the shortcode [f...
Mon, Mar 2, 2015 at 1:30 PM
Importing Pages from the Demo
Occasionally you may require the demo pages to create new pages. In this tip we share the export code for the demo pages using which you can simply import a...
Fri, Jul 17, 2015 at 4:11 PM
Shortcode to capture a custom profile field in Student profile
In 1.7.0 update we've added a shortcode for the certificates which captures a custom profile field rom the Student profile. Refer below short video on ...
Mon, Mar 2, 2015 at 1:34 PM
Add custom user field in Download course stats
0. Install WPLMS customiser plugin. 1. Go to WP Admin -> Plugins ->Editor -> Wplms customizer -> customizer_class.php 2. Add this code i...
Wed, Mar 4, 2015 at 6:35 PM
Add "read more" in course directory
1. Go to WP Admin -> Plugins -> Editor -> WPLMS Customiser -> wplms_customiser.php 2. Add below code at the end of the file :   functi...
Thu, Mar 5, 2015 at 5:38 PM
How to disable featured image in blog post
Add this code in WP Admin->Appearance -> customize -> Custom CSS    .post .content .featured{display:none;}  
Thu, Mar 5, 2015 at 5:48 PM
Load few static media/images in Media for all instructors with Instructor privacy
1. Create a new Admin user and note the User id . Assuming user is as XX for rest of the tip. 2. Upload the Media (images/audio,video) in WordPress media...
Sat, Mar 7, 2015 at 9:00 PM
Force course block images of same size
 Add this css code in WP Admin->Appearance->Customize->Custom CSS   .courseitem .block_media{ max-height:200px; }   Adjust th...
Sat, Mar 7, 2015 at 7:23 PM
Hide "Expired" courses from Course directory
You can add custom Classes to courses in course directory using this simple tip and using this class courses can be hidden from course directory. 1....
Sat, Mar 7, 2015 at 8:54 PM
Remove Instructor display from Units in Course area
1. Go to WP Admin -> Appearance -> Customise -> Custom CSS 2. Add this CSS code :   .unit_title .instructor{display:none;}  
Mon, Mar 9, 2015 at 8:18 PM