Page 1 of 1

Problem. (in)Visible objects in BP

Posted: Thu Mar 21, 2019 8:58 am
by ae_registration
Hello!

I have several breakpoints on my page. Page uses master frame. which is also has the same breakpoints. So, I use copies of shape object (cause I have to change text size inside shape object) for 320p and 768p breakpoints on the page. Original shape object is "visible" at default and 1024p breakpoints (property "visible" is unmarked for copies), and vice versa (copies are visible at 320p and 768p, original object is "invisible" respectively). So, everything is fine at the editor. Visible objects are placed where needed, invisible objects are dissapeared.
The problem is while previewing the page. I see original shape objects at all breakpoints including 320p and 768p, and copies (which should be visible at this breakpoints instead of original) remains invisible. Why?
In addition. Shape objects are inside LayoutGrid. Master frame uses page header and footer and content place holder.

Re: Problem. (in)Visible objects in BP

Posted: Thu Mar 21, 2019 9:57 am
by Pablo
To be able to help you I need a copy of your project file so I can see your settings.

See also this related FAQ:
viewtopic.php?f=10&t=82134

Re: Problem. (in)Visible objects in BP

Posted: Thu Mar 21, 2019 7:36 pm
by ae_registration

Re: Problem. (in)Visible objects in BP

Posted: Thu Mar 21, 2019 9:33 pm
by Pablo
First note that you are using a very old version.
I strongly recommend to use a more recent update.

The reason why hiding objects does not work in breakpoints is because you have unchecked 'Include visibility'.
See also the FAQ:
http://wysiwygwebbuilder.com/forum/view ... 10&t=63817

Re: Problem. (in)Visible objects in BP

Posted: Fri Mar 22, 2019 7:07 am
by ae_registration
Thank you very much!