Page 1 of 1

Layout grid and events in breakpoints

Posted: Mon Sep 09, 2019 9:32 am
by uli
Hello Pablo,

I want the logo grid to appear after scrolling in default view. This works fine.
Now if i switch to the next breakpoint 750px i want the logo grid to always be shown.

Now in my understanding to achieve this i ticked "Include visibilty (RWD)" for the bookmark and turned off "Visible" in the smaller breakpoints.

But there it also appears just after scrolling. And moreso the blank layout grid is also shown, but without the divider, which appears after scrolling. By the way the white gap is also shown in layoutview (750px,450px) in the program.

What can i do? I am using the latest version (15.0.7).
https://www.mediafire.com/file/bz92gvma ... t.wbs/file

Best regards

Re: Layout grid and events in breakpoints

Posted: Mon Sep 09, 2019 11:17 am
by Pablo
Now in my understanding to achieve this i ticked "Include visibilty (RWD)" for the bookmark
The option must be disabled (unchecked) for the object(s) you want to show/hide. So, in this case it should be turned off for the grid .

Note that hiding a bookmark does not do anything. A bookmark is never visible anyway.

Re: Layout grid and events in breakpoints

Posted: Mon Sep 09, 2019 11:55 am
by uli
So i turned it off for the layout grid, but i don't see any difference.

How do i disable the event (showing the layout grid header after scrolling) in the smaller breakpoints, but still have it in default?

Re: Layout grid and events in breakpoints

Posted: Mon Sep 09, 2019 12:36 pm
by Pablo
You cannot turn off events. Events are triggered by JavaScript, so they applied to the entire page.
Using the 'include visible' should work.

However, I do not understand the 'logic' of your events. Why are you using onscrollhide and onscrollreveal for the same object in the same bookmark?