Tips & Tricks

Add Course forum link inside curriculum
1. Go to WP Admin -> Plugins -> Editor->WPLMS Customizer -> customizer_class.php 2. Add the following line of code in in __construct function : ...
Fri, Feb 27, 2015 at 1:48 PM
Hiding "Add New category" in Front end course Creation
To hide the ADD NEW COURSE CATEGORY link from the front end course creation : 1. Go to WP Admin -> Appearance -> Customizer -> CUSTOM CSS 2. Add ...
Wed, May 6, 2015 at 4:18 PM
Add Custom Fonts in WPLMS
Fri, Feb 27, 2015 at 1:53 PM
Renaming "FREE" label in course prices
Rename the "FREE" label in Course Pricing 1. Go to WP Admin -> Plugins -> Editor -> Wplms customizer -> customizer_class.php 2. Add t...
Fri, Feb 27, 2015 at 1:57 PM
Setting up WPLMS on a sub-site in a WP MultiSite network
We got a very useful tip from one of our users (Carl Enbom) using WPLMS.  This tip enables you to setup WPLMS and BuddyPress as a part of sub-site in a Mul...
Fri, Feb 27, 2015 at 1:58 PM
Changing the Loading bar color
Add this code in WP Admin->Appearance->Customize->Custom CSS Code:    #nprogress .bar { background: #fff; }   
Fri, Sep 4, 2015 at 5:56 PM
How to change the sidebar on the "courses" page
You need a child theme for this, because BuddyPress overwrites the dynamic sidebar functionality in WordPress. Grab the blank child theme from forums. 1. C...
Fri, Feb 27, 2015 at 2:03 PM
Set unit time as minimum time to complete the unit
  add the following snippet in your child theme functions.php or wplms customizer -> wplms_customizer.php PHP Code:     a...
Fri, Feb 27, 2015 at 2:06 PM
Fixing Login widget on WPLMS sites hosted on WPEngine.com
For sites hosted on WP Engine, we've found an issue with the Login panel. It seems to be repeatedly showing the error: Data not Recieved or Cookies not...
Fri, Mar 27, 2015 at 7:22 PM
jwplayer in units
1. Go to WPLMS->Plugins->editor->WPLMS_customizer->customizer_class.php 2. Add this code in _contruct   add_action('wplms_before_e...
Fri, Feb 27, 2015 at 2:13 PM