Tips & Tricks
In this tip we will customize the "My Courses" tab on All courses page (i.e. Course Directory). We will add course category on the items(courses) ...
Sat, Jun 20, 2015 at 12:49 PM
To create popup on course page follow the steps : 1. Create a popup form wp-admin -> popup 2 .Add this shortcode
[course_button id=" Course ...
Mon, Jun 22, 2015 at 7:55 PM
Add this code in Wplms-customizer Plugin->customizer_class.php.
Add this line in function __construct()
add_action('template_redir...
Tue, Jun 23, 2015 at 1:03 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...
Fri, Jun 26, 2015 at 6:51 PM
Only valid for courses sold via WooCommerce.
If you want to give fixed commission ( say $100 ) for instructor on sale of every course then follow b...
Sat, Jun 27, 2015 at 10:51 AM
1. Go to WP Admin -> Plugins -> editor -> WPLMS Customizer -> customizer_class.php 2. Add the following code in __construct function :
...
Fri, Jul 3, 2015 at 10:14 AM
Install BigBlueButton WordPress plugin.
Setup BigBlueButton credentials.
Watch below video :
Mon, Jun 29, 2015 at 8:25 PM
Adding course -categories
Create a .csv file like this:
2.Then go to lms->Settings->Import/export ....
Tue, Jun 30, 2015 at 2:21 PM
This can be configured at the time of uploading attachments, however to change them later on follow below steps :
1. Edit the unit in WP Admin panel
...
Wed, Jul 1, 2015 at 7:03 PM
In this tip we will try to add a custom button with external link. 1. Add this code in your wp-content/plugins/wplms-customizer/wplms-customizer.php.
...
Thu, Sep 10, 2015 at 10:37 AM