No. LearnDash does not support Learning Tools Interoperability (LTI).
Was this article helpful to you?
Yes
No
No. LearnDash does not support Learning Tools Interoperability (LTI).
Was this article helpful to you?
Yes
No
Post meta data refers to the author』s name, date and/or numbers of comments that you sometimes see below the page title. For example:
Posted in {Category} by {Author Name} – 3 comments
Hiding this information is specific to your theme, so not all solutions listed below will work for everyone.
Table of Contents [show]1 Check the Customizer2 Custom CSS3 Use a Plugin3.1 Was this article helpful to you?
Check the Customizer
First, we recommend you check the WordPress Customizer. Sometimes a theme will provide a simple checkbox for you to hide this information.
Navigate to APPEARANCE > CUSTOMIZE
Check all the panels to see if there』s an option to hide post meta data
Each theme is different, so we can』t advise on exactly where to look.
Custom CSS
If you don』t find anything in the Customizer, you can use a little custom CSS. Again, this is heavily dependent on your theme, and won』t work for everyone, but you can try the following.
Hide on ALL LearnDash pages (works for many themes, but not all):
.single-sfwd-courses .entry-meta,
.single-sfwd-lessons .entry-meta,
.single-sfwd-topic .entry-meta,
.single-sfwd-quiz .entry-meta,
.single-sfwd-assignment .entry-meta {
display: none;
}
If you』re using the Divi theme, use this instead:
.single-sfwd-courses .post-meta,
.single-sfwd-lessons .post-meta,
.single-sfwd-topic .post-meta,
.single-sfwd-quiz .post-meta,
.single-sfwd-assignment .post-meta {
display: none;
}
For all other themes, please contact your theme developer and ask them how to remove the post meta information.
Use a Plugin
If none of those options work, some LearnDash users have had success with this plugin:
WP Author, Date and Meta Remover
Was this article helpful to you?
Yes
No
Since LearnDash runs on WordPress, any WordPress supported media can be used in your courses. This includes, but is not limited to:
Images: jpg, jpeg, png, gif (svg requires a plugin)
Documents: pdf, psd (Adobe Photoshop), all Microsoft Word, PowerPoint & Excel formats
Audio: mp3, m4a, ogg, wav
Video: mp4, m4v, mov, wmv (but we typically recommend a video hosting service, like Vimeo, Wistia, Amazon S3, etc.)
Our automatic video progression feature supports the following video platforms:
Self-hosted videos (uploaded to the Media Library)
YouTube
Vimeo
Wistia
Amazon S3
HTML5 packages published in programs like Articulate Storyline & Adobe Captivate can also be inserted into LearnDash content, as well as any third-party media that can be embedded via an or .
Was this article helpful to you?
Yes
No
Different WordPress themes provide different options for sidebars. Thankfully, there are a few plugins that make creating & positioning sidebars easy, regardless of your theme. Try one of the following plugins:
Content Aware Sidebars – allows for the creation of new sidebar areas
Widget Options – provides a ton of options for widgets that you insert into your sidebars
Was this article helpful to you?
Yes
No
Since LearnDash uses the built-in WordPress Media Library, you may use any plugin (free or paid) to add extra security settings to your files, downloads, and/or videos. This is one of the most popular ones:
WordPress Download Manager
You can use any plugin that provides the features that are right for your project.
For protecting videos, you have a few options.
You can modify your .htaccess file to prevent direct URL access to the video file. Instructions for this method can be found in this article.
Alternatively, you can host videos on a platform like Vimeo or Wistia—both of which have excellent content protection options. You can also read this article for more information on protecting your video content:
How You Can Protect Your Course Videos
Was this article helpful to you?
Yes
No
Navigate to LEARNDASH LMS > COURSES
Click on the course you』d like to hide the button for
Click the Settings tab
Under 「Course Access Settings,」 set the Access Mode to Closed and leave the Button URL field blank
Was this article helpful to you?
Yes
No
Yes. Please see the 「Course Content」 section of our Course Display & Content Settings article for the setting to hide the course content for only those enrolled into the course.
Was this article helpful to you?
Yes
No
If you』re using the LearnDash notifications add-on, you might experience a delay in the timing of your email notifications. This is partially a limitation of WordPress, but also depends on the type of hosting you have.
In some cases, you might need to add a custom cron job on your server. This process differs depending on your host, so please reach out to your host』s support team for help. If you』re using cPanel, you can follow the instructions below:
Create Cron Job in cPanel
Login to cPanel
Search for & locate 「Cron Jobs」 (typically found in the 「Advanced」 section)
Add this command:
* * * * * wget -q -O - 'https://yoursite.com/wp-cron.php?doing_wp_cron&cron=true'
NOTE
Some shared hosting services will not allow cron jobs to run once per minute. This could mean your notifications will be sent later than intended. Please contact your host about cron job limitations.
Was this article helpful to you?
Yes
No
If you are using the LearnDash login & registration but only see a log-in form, then you need to enable registration for your WordPress site.
Navigate to SETTINGS > GENERAL in WordPress
Select the Anyone can register checkbox next Membership
Click Save Changes
Was this article helpful to you?
Yes
No
Follow these steps to change the email address associated with your account:
Log into your account
From the My Account page, select Edit Profile
Enter your new email address
Click Update
NOTE
The email address for your account is the same one that should be entered under LEARNDASH LMS > SETTINGS > LMS LICENSE. If they do not match, your license will not validate.
Was this article helpful to you?
Yes
No