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
Postpone event notification.
Forum rules
PLEASE READ THE FORUM RULES BEFORE YOU POST:
viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/respon ... esign.html
Please read this first before posting any questions! Also check out the example project to get an idea how the RWD concept works.
Responsive Web Design FAQ:
http://wysiwygwebbuilder.com/forum/view ... 10&t=63817
PLEASE READ THE FORUM RULES BEFORE YOU POST:
viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/respon ... esign.html
Please read this first before posting any questions! Also check out the example project to get an idea how the RWD concept works.
Responsive Web Design FAQ:
http://wysiwygwebbuilder.com/forum/view ... 10&t=63817
- wwonderfull
-
- Posts: 1584
- Joined: Fri Aug 21, 2020 8:27 am
- Contact:
Re: Postpone event notification.
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?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
Re: Postpone event notification.
You can use a dialog or modal layer to display an overlay popup:
https://wysiwygwebbuilder.com/dialog.html
https://wysiwygwebbuilder.com/morelayers.html
https://wysiwygwebbuilder.com/dialog.html
https://wysiwygwebbuilder.com/morelayers.html
Re: Postpone event notification.
Thanks guys.. I think that's what I'm looking for!
Re: Postpone event notification.
That did it thank you!