Title: Visibility Control for WPCourseware
Author: Pankaj Agrawal
Published: <strong>2023 年 10 月 26 日</strong>
Last modified: 2025 年 9 月 11 日

---

搜索插件

![](https://ps.w.org/visibility-control-for-wpcourseware/assets/banner-772x250.png?
rev=2984507)

![](https://ps.w.org/visibility-control-for-wpcourseware/assets/icon-256x256.png?
rev=2984507)

# Visibility Control for WPCourseware

 作者：[Pankaj Agrawal](https://profiles.wordpress.org/liveaspankaj/)

[下载](https://downloads.wordpress.org/plugin/visibility-control-for-wpcourseware.zip)

 * [详情](https://cn.wordpress.org/plugins/visibility-control-for-wpcourseware/#description)
 * [评价](https://cn.wordpress.org/plugins/visibility-control-for-wpcourseware/#reviews)
 *  [安装](https://cn.wordpress.org/plugins/visibility-control-for-wpcourseware/#installation)
 * [开发进展](https://cn.wordpress.org/plugins/visibility-control-for-wpcourseware/#developers)

 [支持](https://wordpress.org/support/plugin/visibility-control-for-wpcourseware/)

## 描述

Visibility Control for WP Courseware 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 **WP Courseware Course**, 2. User’s course completion status of 
a particular **WP Courseware Course**, Or 3. User is **Logged In** or **Logged Out**.
4. User’s role.

You simply need to add a CSS class to your element div or span. As explained here:

**Example:**

Login/Logout Status:

 * 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**

For user’s role:
 * To show the element/menu item to a user will role administrator,
add this CSS class: **visible_to_role_administrator** OR **hidden_to_role_administrator***
Note: To show an element to multiple specific roles only, you need add the element
multiple times, one for each role. To hide an element/menu from specific multiple
roles only you can add the element once add multiple classes to the same element.

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**

For a course completion status, if Course ID is 123:

 * To show the element/menu item to user who completed above course, add this CSS
   class: **visible_to_course_complete_123**
 * To hide the element/menu item from user who completed above course, add this 
   CSS class: **hidden_to_course_complete_123**
 * To show the element/menu item to user who has not completed above course, add
   this CSS class: **visible_to_course_incomplete_123**
 * To hide the element/menu item from user who has not completed above course, add
   this CSS class: **hidden_to_course_incomplete_123**

**Mechanism of Functioning**

 * **Multiple CSS Classes:** If multiple visibility control classes are added, ALL
   of them must meet the criterion to keep the element visible. If any one of them
   hides the element, it will be hidden. For example: visible_to_course_123 visible_to_course_124
   will show the element only to those who have access to both courses.
 * Hidden data/elements reaches the browser. Though user’s do not see it.
 * CSS is added to the page for all CSS elements that needs to be hidden based on
   above rules.
 * After page is loaded. These elements are removed from page using jQuery (if available),
   so it won’t be available on Inspect.
 * Elements rendered after the page load are hidden but not removed from DOM/page.

**Future Development**

Depending on the interest in this feature, we will decide on adding a shortcode 
and/or a Gutenberg Block to achieve this feature.

**Other Visibility Control Plugins:**
 – [Visibility Control for LearnDash LMS](https://www.nextsoftwaresolutions.com/learndash-visibility-control/)–
[Visibility Control for LearnPress LMS](https://www.nextsoftwaresolutions.com/visibility-control-for-learnpress/)–
[Visibility Control for LifterLMS](https://www.nextsoftwaresolutions.com/visibility-controlfor-lifterlms/)–
[Visibility Control for TutorLMS](https://www.nextsoftwaresolutions.com/visibility-control-for-tutorlms/)–
[Visibility Control for MasterStudyLMS](https://www.nextsoftwaresolutions.com/visibility-control-for-masterstudy/)–
[Visibility Control for Sensei LMS](https://www.nextsoftwaresolutions.com/visibility-control-for-sensei/)–
[Visibility Control for WooCommerce](https://www.nextsoftwaresolutions.com/woocommerce-visibility-control/)

**Related Plugins for WPCourseware LMS:**
 – [Experience API for WPCourseware LMS](https://www.nextsoftwaresolutions.com/experience-api-for-wp-courseware/)

## 屏幕截图

[⌊Show/hide message using CSS in HTML anywhere.⌉⌊Show/hide message using CSS in 
HTML anywhere.⌉[

Show/hide message using CSS in HTML anywhere.

[⌊Show menu only to Loggout user⌉⌊Show menu only to Loggout user⌉[

Show menu only to Loggout user

[⌊Show menu only to Logged In user (or Course/Group access)⌉⌊Show menu only to Logged
In user (or Course/Group access)⌉[

Show menu only to Logged In user (or Course/Group access)

[⌊Show a message if user has access to course (using HTML anywhere)⌉⌊Show a message
if user has access to course (using HTML anywhere)⌉[

Show a message if user has access to course (using HTML anywhere)

[⌊Show a message if user doesn't have access to course (using Additional CSS class)⌉⌊
Show a message if user doesn't have access to course (using Additional CSS class
)⌉[

Show a message if user doesn’t have access to course (using Additional CSS class)

## 安装

This section describes how to install the plugin and get it working.

e.g.

 1. Upload the plugin files to the `/wp-content/plugins/visibility-control-for-wpcourseware`
    directory, or install the plugin through the WordPress plugins screen directly.
 2. Activate the plugin through the ‘Plugins’ screen in WordPress
 3. Add the CSS classes to your HTML elements or Menu Items as described in the Details
    section.

## 常见问题

### What is WPCourseware LMS?

WPCourseware LMS is a popular WordPress based Learning Management System (LMS) plugin.
It includes many advanced features including, quizzing engine, course management,
reports, certificates and payment methods.

You can also add [GrassBlade xAPI Companion plugin](https://www.nextsoftwaresolutions.com/grassblade-xapi-companion/)
and [GrassBlade LRS](https://www.nextsoftwaresolutions.com/grassblade-lrs-experience-api/)
to start using Experience API (xAPI) based contents with WPCourseware LMS.

### What is GrassBlade xAPI Companion plugin?

[GrassBlade xAPI Companion](https://www.nextsoftwaresolutions.com/grassblade-xapi-companion/)
is a paid WordPress plugin that enables support for Experience API (xAPI) based 
content on WordPress.

It also provides best in industry Advanced Video Tracking feature, that works with
YouTube, Vimeo and self-hosted MP4 videos. Tracking of MP3 audios is also supported.

It can be used independently without any LMS. However, to add advanced features,
it also has integrations with several LMSes.

### What is GrassBlade Cloud LRS?

[GrassBlade Cloud LRS](https://www.nextsoftwaresolutions.com/grassblade-lrs-experience-api/)
is a cloud-based Learning Record Store (LRS). An LRS is a required component in 
any xAPI-based ecosystem. It works as a data store of all eLearning data, as well
as a reporting and analysis platform. There is an installable version which can 
be installed on any PHP/MySQL based server.

## 评价

此插件暂无评价。

## 贡献者及开发者

「Visibility Control for WPCourseware」是开源软件。 以下人员对此插件做出了贡献。

贡献者

 *   [ Pankaj Agrawal ](https://profiles.wordpress.org/liveaspankaj/)

[帮助将「Visibility Control for WPCourseware」翻译成简体中文。](https://translate.wordpress.org/projects/wp-plugins/visibility-control-for-wpcourseware)

### 对开发感兴趣吗?

您可以[浏览代码](https://plugins.trac.wordpress.org/browser/visibility-control-for-wpcourseware/)，
查看[SVN仓库](https://plugins.svn.wordpress.org/visibility-control-for-wpcourseware/)，
或通过[RSS](https://plugins.trac.wordpress.org/log/visibility-control-for-wpcourseware/?limit=100&mode=stop_on_copy&format=rss)
订阅[开发日志](https://plugins.trac.wordpress.org/log/visibility-control-for-wpcourseware/)。

## 更新日志

#### 1.0

Initial Commit

## 额外信息

 *  版本 **1.0**
 *  最后更新：**9 月前**
 *  活跃安装数量 **不到10**
 *  WordPress 版本 ** 4.0 或更高版本 **
 *  已测试的最高版本为 **6.8.5**
 *  PHP 版本 ** 5.6 或更高版本 **
 *  语言
 * [English (US)](https://wordpress.org/plugins/visibility-control-for-wpcourseware/)
 * 标签
 * [elearning](https://cn.wordpress.org/plugins/tags/elearning/)[hide](https://cn.wordpress.org/plugins/tags/hide/)
   [hide content](https://cn.wordpress.org/plugins/tags/hide-content/)[lms](https://cn.wordpress.org/plugins/tags/lms/)
   [wp courseware](https://cn.wordpress.org/plugins/tags/wp-courseware/)
 *  [高级视图](https://cn.wordpress.org/plugins/visibility-control-for-wpcourseware/advanced/)

## 评级

尚未提交反馈。

[Your review](https://wordpress.org/support/plugin/visibility-control-for-wpcourseware/reviews/#new-post)

[查看全部评论](https://wordpress.org/support/plugin/visibility-control-for-wpcourseware/reviews/)

## 贡献者

 *   [ Pankaj Agrawal ](https://profiles.wordpress.org/liveaspankaj/)

## 支持

有话要说吗？是否需要帮助？

 [查看支持论坛](https://wordpress.org/support/plugin/visibility-control-for-wpcourseware/)