Tips & Tricks

Custom Excerpt/Read More in Course description
Fri, Apr 10, 2015 at 6:45 PM
Hide Instructors in Course Advanced search
Add this code in WPLMS Child theme functions.php or in WPLMS Customizer plugin wplms_customizer.php   add_filter('wplms_course_search_select...
Mon, Apr 13, 2015 at 6:25 PM
Adding a Login link in the top menu which takes the user to WP Login screen
Step 1 : Hide default login menu for Logged Out members.  Since we need the login menu for logged in members, we'll only hide it for logged out ...
Thu, Apr 16, 2015 at 10:53 AM
Change Unit duration from minutes to seconds in curriculum
Add this code in child theme functions.php file or wplms customizer/wplms_customizer.php file :      add_filter('vibe_unit_duration_parameter&...
Thu, Apr 16, 2015 at 1:40 PM
Bypass course start date for special students
Note the student ids, assume 2,3,4 for below example. Replace these ids with your own custom user ids. User IDs can be obtained for users from WP Admin ->...
Thu, Apr 16, 2015 at 5:43 PM
Remove a section from Course menu
Add below code in Child theme functions.php or WPLMS Customizer - wplms_customizer.php file :   add_action('wplms_course_nav_menu','w...
Sat, Apr 18, 2015 at 5:23 PM
FullWidth Layerslider
refer layerslider settings :
Sat, Apr 18, 2015 at 6:03 PM
Manually updating WPLMS
1. Download a fresh copy of WPLMS installable WordPress theme file from your themeforest account. 2. Login to your server via ftp or Cpanel. 3. Go to ...
Mon, May 4, 2015 at 8:14 PM
How to enable Gravatar for user profiles
1. Go to wp admin->appearance->editor->wplms->func.php 2. Search this line and delete add_filter('bp_core_avatar_no_grav...
Mon, Apr 20, 2015 at 7:39 PM
Adding a custom field to add Custom information in Course details
Add this code in WPLMS child theme - functions.php or WPLMS customizer - wplms_customizer.php STEP 1 : Add a Multi - information field in Course setti...
Tue, Apr 21, 2015 at 4:57 PM