Tips & Tricks
Marks for every user is saved as a post meta field and can be seen from the Post Fields section while editing the post (Course, Quiz, Assignment), directly ...
Fri, May 29, 2015 at 7:11 PM
Center align all Widgets in Footer :
.footerwidget {
text-align: center;
}
Center align Widgets in top Footer :
.footert...
Wed, Jun 3, 2015 at 10:47 AM
Refer video : http://www.screencast.com/t/qkuODd3Tgw7x
Fri, Jun 5, 2015 at 7:46 PM
Please follow the below instructions for displaying remaining unit+quizzes time in course information section: 1. Go to WP Admin -> Plugins -> Editor...
Tue, Jun 9, 2015 at 12:19 PM
We recommend all users requiring Translation to use this plugin.
Here's how you can get started with Loco Translate plugin : 1. Go to WP Admin -&...
Wed, Jun 10, 2015 at 6:58 PM
1)Add this code in your child theme or wp-content/plugins/wplms-customizer/wplms-customizer.php :
add_filter('wplms_login_threshold',fun...
Sat, Jun 13, 2015 at 3:20 PM
You can find the language files of Wplms at the following locations:
Language files of WPLMS.
Wplms language files are located at :wp-conte...
Mon, Jun 15, 2015 at 4:46 PM
1) Only paste this code snippet in your child theme's function.php.
add_action('template_redirect','hide_course_from_visitor');
...
Tue, Jun 16, 2015 at 6:52 PM
Add the following code in wplms-customizer plugin->customizer_class.php
Add the following code in _construct().
remove_action('...
Sat, Jun 20, 2015 at 11:42 AM