
Free
Key Controls
Visibility Control for LearnPress helps you hide messages and content for specific criterion anywhere on your WordPress page.
Access to a Course
You can show or hide HTML elements, menus, and other details based on user’s enrollment in LearnPress course.
User Role
Show/hide HTML elements to users having a certain role.
Example: Editor or author or student
User Login Status
You can show or hide HTML elements, menus, and other details based on user’s status like logged in or logged out.
How to use?
You simply need to add a CSS class to your element div or span.
As explained here, if Course ID is 123
Add this CSS class: visible_to_course_123
Add this CSS class: hidden_to_course_123
Add this CSS class: visible_to_logged_in OR hidden_to_logged_out
Add this CSS class: visible_to_logged_out OR hidden_to_logged_in
For Course Completion, if Course ID is 123
Add this CSS class: visible_to_course_complete_123
Add this CSS class: hidden_to_course_complete_123
Add this CSS class: visible_to_course_incomplete_123
Add this CSS class: hidden_to_course_incomplete_123