Tips & Tricks
Add this code in Child theme functions.php file :
/*-----------------------------------------------------------------------------------*/
/* N...
Wed, Mar 25, 2015 at 3:55 PM
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
Add this in WP Admin->Appearance->Customize->Custom css
.certificate_content:before{
content:' ';
display:none;
}
Sat, Mar 21, 2015 at 7:33 PM
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
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
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
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
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
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
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