Page 1 of 1

[SOLVED} Calendar Idea

Posted: Sat Dec 06, 2025 4:03 pm
by AliGW
For personal reasons, it's been six months since I sat down and updated my website, and I've gone a bit rusty on using WWB, so I am looking for some inspiration, please.

I am trying to create a calendar that would have the names of the twelve months in a grid (I can do this bit easily enough using cards). What I would like to achieve is a text box to open up in front (taking up the full width of the page) when you click on a card that could contain an image as well as text, and that could be closed again with a button or similar. Any ideas, please?

I'm just looking for suggestions rather than a ready-made solution.

Thank you!

Re: Calendar Idea

Posted: Sun Dec 07, 2025 7:29 am
by Pablo
You could use a dialog to open a popup.
https://www.wysiwygwebbuilder.com/dialog.html

Re: Calendar Idea

Posted: Sun Dec 07, 2025 7:36 am
by AliGW
Thanks for the idea - I shall have a play. Can a dialog go inside a layout grid container?

Re: Calendar Idea

Posted: Sun Dec 07, 2025 7:53 am
by BaconFries
Can a dialog go inside a layout grid container?
A dialog is just a pop-up.that works in a similar fashion to a lightbox. It can be triggered by either text or a button onclick so yes this will go inside a Layout Grid once opened with the contents it can be closed by onclick of the x to the top right.

You could also implement a read more/less where the user clicks a button or text and further text and a image gets displayed/hidden.
Although this is a third party script it can be done in WWB.
https://www.jqueryscript.net/demo/Mobil ... -Showmore/

Re: Calendar Idea

Posted: Sun Dec 07, 2025 8:13 am
by AliGW
Thanks - I am having a play now. It works very nicely. :D

Re: Calendar Idea

Posted: Sun Dec 07, 2025 8:22 am
by AliGW
This works well, but I am not sure what is supposed to happen if I set a breakpoint. At the moment, nothing seems to happen to it (I have not added any content to it yet).

Re: Calendar Idea

Posted: Sun Dec 07, 2025 8:47 am
by BaconFries
You can set the contents flexible by setting it to child postiion/floating. You can have as many breakpoints sizes as needed as the dialog is responsive.

Re: Calendar Idea

Posted: Sun Dec 07, 2025 10:32 am
by AliGW
Thanks - this has done it. Great! :)