Tips & Tricks

Adding Terms & Conditions in BuddyPress Registration Page
In this tip we're going to learn how to customize BuddyPress registration page. We'll add a Terms and conditions box in the registration page. 0. I...
Wed, Jun 10, 2015 at 3:11 PM
Start and End date for a Quiz/Test
For quiz, we can add something like this in child theme functions.php : The end part of the quiz can be easily controlled by quiz timer. Part 1 : Add Quiz...
Thu, Feb 26, 2015 at 5:32 PM
Add Create a Course link in Instructor's Left Member menu
Add this code in child theme functions.php or WPLMS customizer -> wplms_customizer.php PHP Code:    add_action( 'bp_setup_nav', &#...
Thu, Feb 26, 2015 at 5:35 PM
LMS Settings with popular Tips
From version 1.9. we've included few of the popular tips from WPLMS forums in the theme.
Thu, Feb 26, 2015 at 5:36 PM
Translating "Today" in Event calendar
To change the word "Today" in the event calendar, follow below steps : 1. Go to WP Admin -> Appearance -> Customiser 2. Add below code in ...
Thu, Feb 26, 2015 at 5:39 PM
Add links to Left Menu on Account Page
Here's how you can do it: 0. Install WPLMS Customizer plugin 1. Go to WP Admin -> Plugins - >Editor -> wplms customizer -> customizer_class...
Thu, Feb 26, 2015 at 5:40 PM
Connect Private Course Button to a Custom Page
Private Course label appears in the WPLMS for courses which do not have connected WooCommerce Product or PMPro membership or MyCred points In this tip we&#...
Wed, May 13, 2015 at 4:07 PM
Custom information in Course Details
Sometimes you may want to add some information regarding a course in the Course details section. Here's how you can add your custom data in Course detai...
Thu, Feb 26, 2015 at 6:52 PM
Creating Custom Featured Block style
In this tip we'll learn how to create a custom featured block style. This tip is valid from WPLMS version 1.6.4 onwards. A featured block is a block wh...
Thu, Feb 26, 2015 at 5:59 PM
Add/Edit Custom Links in the Logged in Login Panel
In this tip we'll learn how to add Custom Menu links in the Logged in Login panel. The login panel is located in the top right section of the header /sc...
Wed, Apr 22, 2015 at 5:38 PM