Good day. The problem is as follows.
Clicking on the red window will close the window below. But that doesn't work at a breakpoint. Write what I'm doing wrong.The project is located. FTP: 185.104.112.189 port 21, login: wys, pass: wys123456
Breakpoint events don't work
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
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
Re: Breakpoint events don't work
Which 'red window' are you referring to? Can you please be more specific?
But, this may be helpful "When using events, the visibility is affected by breakpoints":
https://wysiwygwebbuilder.com/forum/vie ... 10&t=63817
Important note:
If you share a project then please remove everything from the project that is not relevant to your question so it is immediately clear where to look.
See also this FAQ: viewtopic.php?f=10&t=82134
But, this may be helpful "When using events, the visibility is affected by breakpoints":
https://wysiwygwebbuilder.com/forum/vie ... 10&t=63817
Important note:
If you share a project then please remove everything from the project that is not relevant to your question so it is immediately clear where to look.
See also this FAQ: viewtopic.php?f=10&t=82134
-
-
- Posts: 7
- Joined: Sat Oct 03, 2020 11:36 am
Re: Breakpoint events don't work
Red window where it says "ПОСЛЕДНЕЕ ИССЛЕДОВАНИE"
Re: Breakpoint events don't work
Did you read the FAQ?
It is important to understand how events and breakpoints work:
- events use JavaScript to show/hide the object
- breakpoints use CSS to control the visibility.
So, you cannot use show/hide an object with breakpoints if you also want to use events to show and hide, because this will cause a conflict.
That is why the option 'include visibility' is available. This option must be unchecked.
Also note that events are active for all breakpoints.
It is important to understand how events and breakpoints work:
- events use JavaScript to show/hide the object
- breakpoints use CSS to control the visibility.
So, you cannot use show/hide an object with breakpoints if you also want to use events to show and hide, because this will cause a conflict.
That is why the option 'include visibility' is available. This option must be unchecked.
Also note that events are active for all breakpoints.
-
-
- Posts: 7
- Joined: Sat Oct 03, 2020 11:36 am
Re: Breakpoint events don't work
Yes. I don't understand why the Animate event doesn't fire at the breakpoint! If I don't set a breakpoint everything works.
Re: Breakpoint events don't work
If you need further assistance then please update the project so it only contains the elements that are relevant to your question.
Then I do not have to check the properties of every element to see what you have done.
See also the FAQ:
viewtopic.php?f=10&t=82134
Then I do not have to check the properties of every element to see what you have done.
See also the FAQ:
viewtopic.php?f=10&t=82134