
Alert bar demo
Demo page presenting the new alert bar user experience.
You can find 2 representative examples of the alert bar module capabilities:
- The orange bar is configured to be sticky so that it always sticks to the top of the page when users scroll. It contains centered text wrapped in a link. It has no button component. There is no cookie saved when it's closed so it means that it will keep popping up on each page load. It is set to be loaded only on this exact page that you are viewing.
- The blue bar is configured to be non-sticky. It contains left-aligned text that is accompanied by a button component - essentially works similarly to the orange bar, just another way of achieving the same. There is a cookie saved when it's closed, the lifetime is set to 1 day so after 24h after it was closed it will open again. It is set to be loaded only on this exact page that you are viewing.
You can read more about the features of the Alert message bar module in our web user manual.