Tips & Tricks
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
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
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
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
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
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
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
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