I want to display a message on status page at the same time every day, but only then.
Scheduled Maintenance will immediately display a message about the maintenance thats ahead so thats not suitable.
Is there a way to do this?
Hi all
I have the same question, but the error I am getting is different! I am looking forward to solve this problem.
Hi Neil,
is the message you are looking to display static text?
If it is a static message One way to solve this would be to leverage the Customize HTML/CSS feature of statuspage. Using this method you will need to add the static message to the custom html header section of the page, it can looks something like below:
<div id="timedMessage" style="display:none; text-align:center; padding: 10px; background-color: #ffffff;">
"Your display message here"
</div>
Next you will need to add a javascript that will handle the visibility of the message inside of your timedMessage div above into the custom footer HTML section of the screen. This should give you what you are looking for.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.