Descripción
Visibility Control for LearnDash helps you hide messages and content for specific criterion anywhere on your WordPress page.
You can show/hide HTML elements, menus, and other details based on:
1. User’s access to a particular LearnDash Course, Or
2. User is Logged In or Logged Out.
You simply need to add a CSS class to your element div or span. As explained here:
Example:
If Course ID is 123
- To show the element/menu item to user with access to above Course, add this CSS class: visible_to_course_123
- To hide the element/menu item from user with access to above Course, add this CSS class: hidden_to_course_123
- To show the element/menu item to a logged-in user, add this CSS class: visible_to_logged_in OR hidden_to_logged_out
- To hide the element/menu item from a logged-in user, add this CSS class: visible_to_logged_out OR hidden_to_logged_in
Future Development
Depending on the interest in this feature, we will decide on adding a shortcode and/or a Guttenberg Block to achieve this feature.
Instalación
This section describes how to install the plugin and get it working.
e.g.
- Upload the plugin files to the
/wp-content/plugins/visibility_control_for_learndash
directory, or install the plugin through the WordPress plugins screen directly. - Activate the plugin through the ‘Plugins’ screen in WordPress
- Add the CSS classes to your HTML elements or Menu Items as described in the Details section.
Reseñas
Colaboradores y desarrolladores
«Visibility Control for LearnDash» es un software de código abierto. Las siguientes personas han colaborado con este plugin.
ColaboradoresTraduce «Visibility Control for LearnDash» a tu idioma.
¿Interesado en el desarrollo?
Revisa el código , echa un vistazo al repositorio SVN o suscríbete al registro de desarrollo por RSS.
Registro de cambios
1.0.1
Fix: Disable the visiblity functionality when LearnDash is not installed