Tips & Tricks
Refer this link for bulk import/export in wplms:http://support.vibethemes.com/solution/articles/1000165107-bulk-import-export-wplms-via-csv
Create...
Fri, Jul 17, 2015 at 2:12 PM
This feature is available from WPLMS version 1.9.7+
Use Google Fonts API to include the Google Fonts In WPLMS
1) Go to this link:https://con...
Tue, Aug 4, 2015 at 1:22 PM
Usage:Enable membership on pages and show the content of pages only to those users who buy the membership.
Problem:when page builder is enabled For ex...
Thu, Jul 30, 2015 at 2:03 PM
Please ad the given code in your wp-content/plugins/wplms-customizer/wplms-customizer.php file:
function remove_my_page_metaboxes() {
remove_meta_b...
Thu, Jul 30, 2015 at 4:25 PM
Use this shortcode in case you are assigning certificates manually form course admin. Please note that this shortcode will be added already in vibe-shortc...
Thu, Jul 30, 2015 at 5:52 PM
1. Go to WP Admin -> Plugins -> Editor -> WPLMS Customizer -> Customizer_class.php 2. Add following lines in _construct function:
ad...
Fri, Aug 7, 2015 at 2:15 PM
Please add the given code in your child theme functions.php or in your wp-content/plugins/wplms-customizer/wplms-customizer.php file : add_action( 'bp...
Fri, Aug 7, 2015 at 4:05 PM
Please add this code in your wp-content/plugins/wplms-customizer/wplms-customizer.php file :
function bp_page_nav(){
global $bp;
$user_...
Fri, Aug 7, 2015 at 5:18 PM
Level Taxonomy helps in creating levels and sub levels in courses.
1.Enable levels
Go to Vibe option panel->course manager->Enable levels.
...
Fri, Aug 7, 2015 at 6:12 PM
This tip hides the submit quiz button until user marks the last question . As soon as user marks last question submit button appears otherwiese it will rema...
Thu, Aug 13, 2015 at 10:30 AM