Tips & Tricks
This can be achieved by using import /export functionality of wplms form wp-admin -> Lms -> Settings -> import/export : 1. Generate and download a ...
Fri, Aug 21, 2015 at 6:33 PM
Please add the following code in your child theme functions.php or in youe wp-content/plugins/wplms-customizer/wplms-customizer.php :
add_filter(...
Wed, Aug 26, 2015 at 6:21 PM
Please add this code in your child theme functions.php or in your wp-content/plugins/wplms-customizer/wplms-customizer.php file:
add_action('wp_foote...
Wed, Aug 26, 2015 at 6:41 PM
Please add this code in your wp-content/plugins.wplms-customizer/wplms-customizer.php file :
add_action('wplms_course_start_after_time','...
Fri, Aug 28, 2015 at 12:00 PM
The duplicate text is due to when you create a course , and if the excerpt field is left blank it will take the content.
In order to avoid duplicate...
Mon, Aug 31, 2015 at 11:35 AM
Please add this code in your wp-content/plugins/wplms-customizer/wplms-customizer.php file :
add_action('wplms_user_course_admin_member'...
Thu, Sep 3, 2015 at 3:21 PM
This issue is between the wordpress login system and buddypress reset password code.
Please refer these links:
https://wordpress.org/support/t...
Tue, Sep 1, 2015 at 5:02 PM
ADD this code in wplms-customizer plugin->wplms-customizer.php
/*------------------------------------------------------------------------------...
Thu, Sep 3, 2015 at 1:54 PM
Add the following code in wplms-customizer.php or child theme->functions.php
add_action('wplms_after_course_description','myreview_...
Thu, Sep 3, 2015 at 5:11 PM
Please add the given script from wp-admin -> wplms ->footer -> google anaylitics code : <script>
jQuery(document).ready(function($){
...
Tue, Sep 8, 2015 at 5:17 PM