Are you sure you want to report the post shown below? This will send an email to the ATVO administrators. Please include a short reason for reporting.
Users reporting for no reason may be locked out.
Nick Thissen wrote:
This is the typical usecase for condition flags. You can do something like this:
- "Set" a condition flag whenever the main widget becomes visible.
- "Unset" the same flag when the main widget is hidden.
- Now you can use this flag as a condition for the action that activates yellow bar thing. It will then only trigger if the flag is "set", e.g. when the widget is visible.