Page 1 of 1

Postpone event notification.

Posted: Sun Mar 26, 2023 4:42 pm
by Lasa
I have a website http://healthyfitnessexpo.com that is 100% responsive, built using layoutgrids.
I need to postpone the even so I would like to have an upon opening, have an event drop a text page over the full site indicating why it's been postponed etc.

How would I go about doing this? I can't figure out how to have my text message drop on top of all the layoutgrids.
If not possible, do you have any suggestions.

Lasa

Re: Postpone event notification.

Posted: Sun Mar 26, 2023 4:48 pm
by wwonderfull
Lasa wrote: Sun Mar 26, 2023 4:42 pm I have a website http://healthyfitnessexpo.com that is 100% responsive, built using layoutgrids.
I need to postpone the even so I would like to have an upon opening, have an event drop a text page over the full site indicating why it's been postponed etc.

How would I go about doing this? I can't figure out how to have my text message drop on top of all the layoutgrids.
If not possible, do you have any suggestions.

Lasa
Reading many times and imagining... I think you want a popup page telling why they have been postponed using a popup or a modal. Right?

Re: Postpone event notification.

Posted: Sun Mar 26, 2023 4:58 pm
by Pablo
You can use a dialog or modal layer to display an overlay popup:
https://wysiwygwebbuilder.com/dialog.html
https://wysiwygwebbuilder.com/morelayers.html

Re: Postpone event notification.

Posted: Sun Mar 26, 2023 5:27 pm
by Lasa
Thanks guys.. I think that's what I'm looking for!

Re: Postpone event notification.

Posted: Sun Mar 26, 2023 8:19 pm
by Lasa
That did it thank you!