Enable Visibility
You can set all settings related to the current element by enabling it.
By disabling it, you can be sure that all settings will be ignored and displayed as usual. You can just reactivate it later; all sub-settings will be maintained like you previously prepared.
Always hide this element
Immediately hide the element from the front end. It's useful when:
you want to prepare new page content in more rounds and publish them only when you are satisfied with the results;
temporary hide an element you will want to reuse later.
Keep HTML
The module strips the element HTML tag from the page content by default. This is useful for creating lighter pages and preventing unwanted content from being available to curious users.
However, if you really want to maintain the full HTML element in the DOM page, you can activate this option.
One purpose is to display it later with a simple JAVASCRIPT removing only the class .dce-visibility-{elementType}-hidden
applied to hidden elements.
Display Mode
You can hide it or use multiple triggers to SHOW or HIDE the element based on some conditions.
For example, if you set as to trigger the "Day of the week" with the value Monday:
on "Display mode" set to Show the element will be visible only on Monday and be invisible for the rest of the week
on "Display mode" set to Hide, the element will be hidden only on Monday and be visible for the rest of the week
Logical Connective
This setting determines how the conditions are combined. If OR is selected, a condition is satisfied when at least one condition is satisfied. If AND is selected, all conditions must be satisfied.
โ