Tips & Tricks

Add course category in carousel
Thu, Apr 23, 2015 at 6:49 PM
How to extend certificate width
Certificate Widths can be easily extended by Adding following Custom CSS in the WP Admin -> Appearance -> Customize -> Custom CSS Paste below Code...
Fri, Apr 24, 2015 at 5:28 PM
How to add Courses Filterable tabs from oneInstructor theme
Objective : Build filterable course like below. 1. Add a new "Filterable posts" content in Full width column in the Page builder...
Wed, Apr 29, 2015 at 5:56 PM
Disable Quiz retakes when user gets marks more than passing score
Requires WPLMS version 1.9.4+ a. Enable Quiz passing score in WP Admin - LMS - Settings b. Set a passing score in Quiz settings. c. Add this...
Thu, Apr 30, 2015 at 1:23 PM
Adding custom links in Student/Instructor login redirect
1. Note the custom link where you want to redirect the user to. Assume http://customlink for this example 2. Add this code in Child theme functions.php o...
Tue, Jul 28, 2015 at 11:29 AM
Show number of Units and Total duration of units in Course Details
0. Install the WPLMS Customizer plugin 1. Go to following location : Wp admin -> Plugins -> editor -> wplms customizer -> customizer_class.php 2...
Fri, May 1, 2015 at 4:55 PM
Hide Retake Quiz option in Quiz results section
With the In Course quiz option, the re-take quiz option in the quiz results section can be confusing for the user. This simple CSS would hide the &quo...
Sat, May 2, 2015 at 4:06 PM
Connect Take this course button to external page
Use Case : You want to use WPLMS only as a directory and host your courses elsewhere like on Undemy. In such cases you may want to display price and...
Sat, May 23, 2015 at 6:02 PM
Remove Commission display in WooCommerce Customer emails
Fix will be available in 1.9.5 and above versions. 1. Download this file : https://gist.github.com/MrVibe/0f6390a9aceb1dc25753 2. Open ...
Wed, May 6, 2015 at 6:00 PM
Hide field visibility toggle in Registration page
Add this css in Theme Customiser - Custom CSS WP Admin - Appearance - Customise - Custom CSS   .field-visibility-settings-notoggle, .field-vis...
Wed, May 6, 2015 at 7:16 PM