Layout grid and events in breakpoints

Questions related to the Responsive Web Design tools of WYSIWYG Web Builder.
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
Post Reply
uli
 
 
Posts: 7
Joined: Mon Feb 12, 2018 5:58 pm

Layout grid and events in breakpoints

Post 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
User avatar
Pablo
 
Posts: 21578
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Layout grid and events in breakpoints

Post 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.
uli
 
 
Posts: 7
Joined: Mon Feb 12, 2018 5:58 pm

Re: Layout grid and events in breakpoints

Post 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?
User avatar
Pablo
 
Posts: 21578
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Layout grid and events in breakpoints

Post 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?
Post Reply