Tips & Tricks

Nested Tabs shortcode
Add this code in Child theme functions.php file :    /*-----------------------------------------------------------------------------------*/ /* N...
Wed, Mar 25, 2015 at 3:55 PM
Using Site Stats shortcodes in Counter with fullwidth stripe
We've added the Site stats shortcodes in Vibe shortcodes plugin (v 1.9.2+). The usage can be seen on this link. To use it as a demo, fol...
Fri, Mar 20, 2015 at 7:16 PM
How to remove certificate watermark
Add this in WP Admin->Appearance->Customize->Custom css    .certificate_content:before{ content:' '; display:none; }   
Sat, Mar 21, 2015 at 7:33 PM
Align images in Carousels, Posts grids
By default we recommend users to upload images of same dimensions, however in some scenarios it may not be a practical solution. As a result the carousels a...
Sun, Mar 22, 2015 at 2:08 PM
Redirect Non-logged in users from viewing Free units
Add this code in your child theme functions.php :    add_action('template_redirect','wplms_Restrict_non_logged_user_free_unit'); ...
Tue, Mar 24, 2015 at 5:16 PM
Removing featured image in Single posts
Although Featured blocks in images can be hidden using below CSS code :   .single .featured {display:none}   The above code only hides the...
Wed, Mar 25, 2015 at 1:08 PM
Adding custom fields in Course/Unit/Quiz/Questions in WPLMS
Using this simple tip you can extend custom fields in the LMS post types like Courses,Units, Quizzes,Questions, Assignments Currently this tip is availabl...
Wed, Mar 25, 2015 at 3:24 PM
Add custom field in Download Stats for Quiz/Assignment/Units/Question ..
0. Install WPLMS customiser plugin. 1. Go to WP Admin -> Plugins ->Editor -> Wplms customizer -> customizer_class.php 2. Add this cod...
Wed, Mar 25, 2015 at 5:03 PM
Change font sizes in header/menus
1. Top Menu 2. Main Menu 3. Main Sub-Menu 4. Login Menu 5. Search Icon 6. Logged in Menu (which opens when you click on login name)...
Fri, Mar 27, 2015 at 5:14 PM
Minimum image sizes supported
Following are the widths in default layout. Max width of the logo : 300px. Course featured images should be minimum : 470px Single posts images ...
Fri, Mar 27, 2015 at 7:03 PM