Tips & Tricks

Sell unit content shortcode
Sell unit content as product using the following shortcode:     [sell_content product_id="Enter the id of the product here"] Add the un...
Mon, Aug 10, 2015 at 12:09 PM
show the course forum at the end of each unit
You can show the course forum at the end of each unit by adding this code in your wp-content/plugins/wplms-customizer/wplms-customizer.php file :   add...
Mon, Aug 10, 2015 at 12:33 PM
Method for Adding custom details in course directory page.
Methods used to add the custom detail in course directory page. 1.Add the following code in wplms_customizer.php and make customization in this fu...
Tue, Aug 11, 2015 at 6:52 PM
wpml compatible link on logo
Please add the given code in your child theme functions.php file or wp-content/plugins/wplms-customizer/wplms-customizer.php file :    add_filter (&#...
Fri, Aug 14, 2015 at 2:04 PM
Custom featured block in author courses
Please add this code in your wp-content/plugins/wplms-customizer/wplms-customizer.php file :    add_filter('wplms_instructor_courses_style',...
Fri, Aug 14, 2015 at 3:39 PM
Load only instructor related products in front end edit course
Please add this code in your wp-content/plugins/wplms-customizer/wplms-customizer.php file :    add_filter('wplms_fontend_cpt_query','cu...
Fri, Aug 14, 2015 at 7:04 PM
Hide finish course button until student finishes the last unit,quiz
Please add this script from wp-admin - >WPlms- >Footer -> Google anaylitics  Code :   <script> jQuery(document).ready(function($){ $(...
Mon, Aug 17, 2015 at 1:04 PM
Sell quiz as product,Pmpro membership and using mycred points.
Now, you can sell qplms quiz as woocommerce product and restrict the quiz using pmpro membership and mycredpoints. Download wplms-sell-quiz plugin f...
Fri, Aug 21, 2015 at 5:11 PM
stop customer to be converted as students
 please add this code in your wp-content/plugin/wplms-customizer/wplms-customizer.php file  :    add_action( 'bp_include', 'remove_woocom...
Tue, Aug 25, 2015 at 6:34 PM
Create member access page only with sidebar
Follow these steps : 1. Upload and activate blankchild theme .You can find blankchild theme in your wplms package folder. 2. upload the attached file in yo...
Fri, Aug 21, 2015 at 11:58 AM