Tips & Tricks

Start course not working
1. Go to WP Admin->WPLMS options panel->Course Manager 2. Make sure Take this course is connected to "Start course" Page. If sta...
Fri, Apr 3, 2015 at 4:20 PM
Display Course custom post field in Certificate
Use the shortcode  [certificate_course_field field="XXX"] where XXX is the custom field name in certificate to display course field value on certi...
Fri, Apr 3, 2015 at 6:14 PM
Force Content height to cover full screen
Method 1 : Add this CSS code in Theme customizer :   .pusher { min-height: 100vh; }   Method 2 : This tip will show you how you ca...
Tue, Jun 30, 2015 at 1:23 PM
Changing mobile Menu line with text or icon
 Make sure you're using a WPLMS child theme. If you;re using WPLMS Blank child theme, then copy the header.php file from wplms theme into the blank chil...
Fri, Apr 3, 2015 at 7:45 PM
Login redirect to a custom page
Using this tip you can force users to be redirected to a particular page on login. This tip will overwrite the settings in the LMS -> Settings section. ...
Sat, Apr 4, 2015 at 12:27 PM
Open first Section in Course curriculum for accordion style
1. Go to WP Admin -> WPLMS -> Footer -> Google analytics code . 2. Add/Append this code :    <script> jQuery(document).rea...
Sat, Apr 4, 2015 at 5:17 PM
How to hide "Private" course button
Follow below steps : 1. Course is not connected to any Product or Membership or points. This will force the button to display "Private". 2...
Mon, Apr 6, 2015 at 6:06 PM
Manually resetting Course status of a User
1. Note the User ID. 2. Note the Course ID 3. Set the student field : course_status.Course ID to 2 Refer video :
Mon, Apr 6, 2015 at 8:26 PM
Migrating existing WPLMS site to Child One theme
Steps to migrate an existing site to WPLMS Child one theme. 1. Install the Child theme. 2. Activate the child theme. 3. Go to WP Admin - WPLMS...
Fri, Apr 10, 2015 at 10:40 AM
Hide "Signup" link in top menu
1. Go to WP ADmin -> Appearance -> Customise  2. Add below CSS in Theme customiser -> Custom CSS section :   #headertop .topmenu .vbpregi...
Thu, Apr 9, 2015 at 6:24 PM