Page 1 of 1

Responsive Pop Up for a lot of text

Posted: Mon Oct 24, 2022 1:04 pm
by PhoenixAs
Hey Pablo,

I'm looking all over tutorials, youtube and google on how to build a responsive pop up. Unfortunately, this does not seem to work or exist in WWB.

Also your hint that the dialog is responsive doesn't seem to be correct. For me it is static and NOT flexible.

How do I get a responsive pop up for a lot of frequently changing text? It should be below the LayoutGrid header (fixed) when opening the site. I am grateful for any help.

Re: Responsive Pop Up for a lot of text

Posted: Mon Oct 24, 2022 1:08 pm
by wwonderfull
PhoenixAs wrote: Mon Oct 24, 2022 1:04 pm Hey Pablo,

I'm looking all over tutorials, youtube and google on how to build a responsive pop up. Unfortunately, this does not seem to work or exist in WWB.

Also your hint that the dialog is responsive doesn't seem to be correct. For me it is static and NOT flexible.

How do I get a responsive pop up for a lot of frequently changing text? It should be below the LayoutGrid header (fixed) when opening the site. I am grateful for any help.
There are possible ways of doing it but would require a bit of custom code or maybe a trick combination from WWB. But do you have any example of what it should be; like a link from a website or a demo for example. There are many tricks of doing it so need to be precise.

Re: Responsive Pop Up for a lot of text

Posted: Mon Oct 24, 2022 1:19 pm
by Pablo
A dialog is responsive, which means that it can have a different size in breakpoint.
You can make the content flexible by setting 'position children' to 'floating'.

The same can be done with a modal layer.

The software also supports many third party lightbox, which can be used to display the content of another page in a popup.

Re: Responsive Pop Up for a lot of text

Posted: Mon Oct 24, 2022 3:06 pm
by PhoenixAs
Hey wwonderfull,
thanks for your answer. You may look at www.hotelfricke.de. Thats what I want to create with WWB.

Hallo Pablo,
also thanks for your answer. Working with breakpoints is of course also a solution

Re: Responsive Pop Up for a lot of text

Posted: Mon Oct 24, 2022 6:39 pm
by wwonderfull
If the website is not using any layout grids then you can use a layer for that and adjust the layers in breakpoints other than that the modal layer can be used with breakpoints in responsive layout grids which is a good solution.