Tips & Tricks

Remove Price Dropdown from purchased course
Please add the code below in your wp-content/plugins/wplms-customizer/wplms-customizer.php file :    add_filter('wplms_course_credits','cus...
Thu, Sep 10, 2015 at 6:20 PM
Reset course on finish
Please add this code in your wp-content/plugins/wplms-customizer/wplms-customizer.php file :  add_action('wplms_evaluate_course','course_reset_...
Fri, Sep 11, 2015 at 5:18 PM
disable the privacy for particular post type
Please add the given code in your wp-content/plugin/wplms-customizer/wplms-customizer.php .this wiil disable the privacy for questions only : add_filter(...
Fri, Sep 11, 2015 at 6:50 PM
Force open Video on Full screen when user clicks on play
This fix only for self hosted videos or videos using the WP Medialements. Copy below code and paste/append it in WPLMS options panel - Footer - Google...
Tue, Sep 15, 2015 at 4:04 PM
Order Courses in Product w.r.t Menu Order value
Purpose: Re arrange Course display order in Product Arrange : Download File : https://gist.github.com/MrVibe/c92cf3f27e95093b...
Wed, Sep 16, 2015 at 4:19 PM
De-register vibe course module plugin scripts and style
Please add this code to deregister the course.js script from a specific page in your wplms-customizer.php file in wplms customizer plugin :  add_action(...
Thu, Sep 17, 2015 at 11:30 AM
Non ajax course
Please add this code in your wp-content/plugins/wplms-customizer/wplms-customizer.php file  : Note : Enable the previous unit lock to make this tip work. ...
Tue, Sep 22, 2015 at 6:34 PM