Tips & Tricks

Manually increase Assignment expiration
Wed, May 6, 2015 at 7:41 PM
Remove attachment from course units
http://quick.as/v47qhjjo
Fri, May 8, 2015 at 7:30 PM
Restrict instructors from accessing WP Admin panel
Add below code in child theme functions.php file or WP Admin - Plugins - Editor - WPLMS Customizer - wplms_customizer.php Refer WP tutorial : h...
Fri, Jul 17, 2015 at 6:14 PM
Adding quiz blocks in page using page builder
Sat, May 9, 2015 at 4:26 PM
Force Course expiry for all users to a set date and time
This tutorial is show us how you can control the end date for all the users purchasing the course. Note this tutorial only valid for course purchase...
Sat, May 9, 2015 at 6:47 PM
Hide Correct answer and explanation till the user has passed the Quiz
Add below code snippet in your child theme - functions.php or WPLMS Customizer - wplms_customizer.php   add_filter('wplms_show_quiz_correct_answ...
Sat, May 16, 2015 at 4:39 PM
Change "take this course" label for selected courses
Code must be Added to child theme - functions.php file or wp- admin - plugins - editor - wplms customizer - wplms_customizer.php STEP 1 : Add label fi...
Tue, May 19, 2015 at 1:00 PM
Lock assignment after Submission
Add below code in Child theme functions.php or in WP Admin - Plugins - Editor - WPLMS Customizer - wplms_Customizer.php   add_action('wplms_befo...
Tue, May 19, 2015 at 6:29 PM
Math Equations in WPLMS
1. Install JetPack WordPress plugin 2. Enable "Beautiful Math" 3. Use latex wrapped in [latex] shortcode Example : [latex]d = \frac{...
Thu, May 21, 2015 at 2:57 PM
Adding animation and effects to buttons using pre built classes
Try each of the shortcodes Full width button with Secondary color :  [button url="" class="hero big full"] Basic [/button] ...
Wed, May 27, 2015 at 5:04 PM