Page 1 of 1

Show / Hide objects through events

Posted: Sun Apr 14, 2019 5:05 pm
by DreamCars-Rental
In my default page I have put some text elements that are originally hidden and get showed if triggered by an event (if the mouse goes over a shape for instance). That works very well since years.

Now I'm adding the first breakpoints to these pages and i'm encountering the following problem:

These text elements that where hidden on the default page and showed only through the action of an event are not showing at all on the breakpoint page because... they are hidden. And off course the breakpoint "think" hidden means "not visible on this BP" and not only "hidden until asked to appear".

How to set them so that they are originally hidden BUT can be shown if triggered by an event ?

Re: Show / Hide objects through events

Posted: Sun Apr 14, 2019 5:10 pm
by Pablo
Please see the FAQ:
"When using events, the visibility is affected by breakpoints"
http://wysiwygwebbuilder.com/forum/view ... 10&t=63817

Re: Show / Hide objects through events

Posted: Sun Apr 14, 2019 9:10 pm
by DreamCars-Rental
Perfect thanks !