Tips & Tricks
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
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
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
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
Add this code in WP Admin->Appearance->Customize->Custom CSS
Code:
#nprogress .bar {
background: #fff;
}
Fri, Sep 4, 2015 at 5:56 PM
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
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
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
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