Can WWB do this?
Forum rules
IMPORTANT NOTE!!
DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.
PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
IMPORTANT NOTE!!
DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.
PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
Can WWB do this?
If yoo go to this site https://www.theverge.com and scroll down, you will see blocks with links in scroll into view, stay there for a while as you continue scrolling and then scroll off.
How would you do that in WWB?
Alan
How would you do that in WWB?
Alan
-
-
- Posts: 1439
- Joined: Fri Aug 21, 2020 8:27 am
- Contact:
Re: Can WWB do this?
Something like this? Does not need custom script by the way although can be done using custom scripts too.
https://s13.gifyu.com/images/SCDAc.gif
https://s13.gifyu.com/images/SCDAc.gif
Re: Can WWB do this?
No - it needs the right side to scroll differently to the left side.
- BaconFries
-
- Posts: 5640
- Joined: Thu Aug 16, 2007 7:32 pm
Re: Can WWB do this?
Have you looked at the following
https://www.wysiwygwebbuilder.com/scrol ... tions.html
https://www.wysiwygwebbuilder.com/motion_effects.html
https://www.wysiwygwebbuilder.com/scrol ... tions.html
https://www.wysiwygwebbuilder.com/motion_effects.html
Re: Can WWB do this?
I believe you could accomplish this using sticky layers.
-
-
- Posts: 1439
- Joined: Fri Aug 21, 2020 8:27 am
- Contact:
Re: Can WWB do this?
It can be done in that way too. The thing which you asked I already did it on my website's blog menu. It uses a bit of custom script but I think it is possible even with css. Check this HERE (link has been removed by author)
Last edited by wwonderfull on Wed Mar 27, 2024 6:00 am, edited 2 times in total.
Re: Can WWB do this?
@Alan,
Here is a demo I created using just layout grids. The inner grid is set to sticky.
https://webbuildertemplates.com/demo/sticky/
Here is a demo I created using just layout grids. The inner grid is set to sticky.
https://webbuildertemplates.com/demo/sticky/
Re: Can WWB do this?
Very nice. Any chance of the WBS file(s)?
Alan
Alan
Re: Can WWB do this?
Hey Alan,
I'm not at home but honestly you wont need it. It is very easy. Here is what I did.
1. Insert a grid (1x 5x 5x 1x). Set Grid System to either Flexbox or CSS grid.
2. In column 2, insert a text object. Add a lot of text so that it's long and will scroll.
3. In column 3, insert a grid and set it to sticky. Grid System can be any choice. All I did was set the background of the grid to blue and rounded the edges. Insert a text object into this grid.
That's it!
I'm not at home but honestly you wont need it. It is very easy. Here is what I did.
1. Insert a grid (1x 5x 5x 1x). Set Grid System to either Flexbox or CSS grid.
2. In column 2, insert a text object. Add a lot of text so that it's long and will scroll.
3. In column 3, insert a grid and set it to sticky. Grid System can be any choice. All I did was set the background of the grid to blue and rounded the edges. Insert a text object into this grid.
That's it!
Re: Can WWB do this?
Hello, Crispy 68!crispy68 wrote: ↑Wed Feb 14, 2024 2:32 pm Hey Alan,
I'm not at home but honestly you wont need it. It is very easy. Here is what I did.
1. Insert a grid (1x 5x 5x 1x).
2. In column 2, insert a text object. Add a lot of text so that it's long and will scroll.
3. In column 3, insert a grid and set it to sticky. All I did was set the background of the grid to blue and rounded the edges. Insert a text object into this grid.
That's it!
I couldn't do it.
The nested layout grid is stuck to the top and does not move when scrolling.
If it is not difficult, as soon as such an opportunity appears, please post a link to the project file! I'll see where I'm doing it wrong.
Sincerely, Victor
-
-
- Posts: 1439
- Joined: Fri Aug 21, 2020 8:27 am
- Contact:
Re: Can WWB do this?
You need to set the grids to flex from default.VictorKrs wrote: ↑Wed Feb 14, 2024 3:30 pmHello, Crispy 68!crispy68 wrote: ↑Wed Feb 14, 2024 2:32 pm Hey Alan,
I'm not at home but honestly you wont need it. It is very easy. Here is what I did.
1. Insert a grid (1x 5x 5x 1x).
2. In column 2, insert a text object. Add a lot of text so that it's long and will scroll.
3. In column 3, insert a grid and set it to sticky. All I did was set the background of the grid to blue and rounded the edges. Insert a text object into this grid.
That's it!
I couldn't do it.
The nested layout grid is stuck to the top and does not move when scrolling.
If it is not difficult, as soon as such an opportunity appears, please post a link to the project file! I'll see where I'm doing it wrong.
Sincerely, Victor
Re: Can WWB do this?
Thanks for the hint, Wwonderfull! Everything is working! Super! And of course, many thanks to Crispy 68!wwonderfull wrote: ↑Wed Feb 14, 2024 4:24 pmYou need to set the grids to flex from default.VictorKrs wrote: ↑Wed Feb 14, 2024 3:30 pmHello, Crispy 68!crispy68 wrote: ↑Wed Feb 14, 2024 2:32 pm Hey Alan,
I'm not at home but honestly you wont need it. It is very easy. Here is what I did.
1. Insert a grid (1x 5x 5x 1x).
2. In column 2, insert a text object. Add a lot of text so that it's long and will scroll.
3. In column 3, insert a grid and set it to sticky. All I did was set the background of the grid to blue and rounded the edges. Insert a text object into this grid.
That's it!
I couldn't do it.
The nested layout grid is stuck to the top and does not move when scrolling.
If it is not difficult, as soon as such an opportunity appears, please post a link to the project file! I'll see where I'm doing it wrong.
Sincerely, Victor
Re: Can WWB do this?
Sorry, I always set grids to use flexbox (rarely, if ever, use default) and failed to leave that part out. I have updated my previous post.
The main grid has to be set to flexbox or css grid (not default). The grid inside can be set to any of them.
The main grid has to be set to flexbox or css grid (not default). The grid inside can be set to any of them.
Re: Can WWB do this?
Thanks - I may try that tomorrow.
Alan
Alan
Re: Can WWB do this?
Hello, Crispy 68! Please tell me, why should your recommendation make Layout grid according to the scheme 1x 5x 5x 1x? I've seen that other WWB users add this 1x, but I can't figure out why. What does it give?crispy68 wrote: ↑Wed Feb 14, 2024 2:32 pm Hey Alan,
I'm not at home but honestly you wont need it. It is very easy. Here is what I did.
1. Insert a grid (1x 5x 5x 1x). Set Grid System to either Flexbox or CSS grid.
2. In column 2, insert a text object. Add a lot of text so that it's long and will scroll.
3. In column 3, insert a grid and set it to sticky. Grid System can be any choice. All I did was set the background of the grid to blue and rounded the edges. Insert a text object into this grid.
That's it!
Is it possible to add Margin on the left and right to the Layout Grid?
Sincerely, Victor
Re: Can WWB do this?
Perhaps that should be a global option in WWB, to automatically open a new LG with your preferred type. A user selected default.
Re: Can WWB do this?
@Victorkrs
When I mentioned creating a grid that was 1x 5x 5x 1x, it was to communicate to users how I created the demo I provided so that you could recreate it yourself. It was not a recommendation.
I typically will add 1x to each side to create spacing on each side of the website so that it doesn't fill the screen end to end. Aesthetically, I like the look better. Since there are 12 grid columns, the width of each column is about 8.33% of the total screen size. On a 1920px wide screen, that gap is about 160px on each side. At 1366px wide, it is 114px wide and so on. This stays proportionate with the other columns as the screen size decreases.
Using margin as alternate method works too but I think in WB it only allows a fixed px width where the column method is percentages. You could add your own CSS to use percentages instead but that requires adding additional code.
When I mentioned creating a grid that was 1x 5x 5x 1x, it was to communicate to users how I created the demo I provided so that you could recreate it yourself. It was not a recommendation.
I typically will add 1x to each side to create spacing on each side of the website so that it doesn't fill the screen end to end. Aesthetically, I like the look better. Since there are 12 grid columns, the width of each column is about 8.33% of the total screen size. On a 1920px wide screen, that gap is about 160px on each side. At 1366px wide, it is 114px wide and so on. This stays proportionate with the other columns as the screen size decreases.
Using margin as alternate method works too but I think in WB it only allows a fixed px width where the column method is percentages. You could add your own CSS to use percentages instead but that requires adding additional code.
Re: Can WWB do this?
Good evening, Crispy!crispy68 wrote: ↑Thu Feb 15, 2024 4:49 pm @Victorkrs
When I mentioned creating a grid that was 1x 5x 5x 1x, it was to communicate to users how I created the demo I provided so that you could recreate it yourself. It was not a recommendation.
I typically will add 1x to each side to create spacing on each side of the website so that it doesn't fill the screen end to end. Aesthetically, I like the look better. Since there are 12 grid columns, the width of each column is about 8.33% of the total screen size. On a 1920px wide screen, that gap is about 160px on each side. At 1366px wide, it is 114px wide and so on. This stays proportionate with the other columns as the screen size decreases.
Using margin as alternate method works too but I think in WB it only allows a fixed px width where the column method is percentages. You could add your own CSS to use percentages instead but that requires adding additional code.
Yes, of course! The additional column in the Layout Grid has relative dimensions at the edges, unlike margin. This is the key argument for using just such a solution for different devices.
And why didn't I figure it out myself? Thank you for the answer!
Sincerely, Victor!