Page 1 of 1

A question for the WWB grand masters!

Posted: Mon May 08, 2023 10:32 am
by Trugmaker
I have been attempting to add another breakpoint (414)to my pages (as my mobile pages require horizontal scrolling or reducing). Each time I add the breakpoint it creates havoc with other pages (duplicating elements etc). I have checked the 'hide new objects on other breakpoints' option which provides me with a blank canvas, but when I copy and paste text-images etc they seem to duplicate on other breakpoints. Is there an easy way to achieve my goal?

Re: A question for the WWB grand masters!

Posted: Mon May 08, 2023 12:10 pm
by crispy68
All the content is shared between breakpoints. When you create a new breakpoint, all of your objects from other breakpoints are there. You simply need to re-arrange the objects to fit within the breakpoint you created. If you copy/paste or add a new object to a breakpoint then this object appears on other breakpoints as well as it is a 'new' object with a unique ID. If you want an object to only appear in 1 breakpoint but not others, then you will need to go to the other breakpoints and hide it in the object manager.

Re: A question for the WWB grand masters!

Posted: Mon May 08, 2023 12:33 pm
by Trugmaker
Clear, thankyou.

Re: A question for the WWB grand masters!

Posted: Mon May 08, 2023 12:40 pm
by WWBman
crispy68 wrote: Mon May 08, 2023 12:10 pm All the content is shared between breakpoints. When you create a new breakpoint, all of your objects from other breakpoints are there. You simply need to re-arrange the objects to fit within the breakpoint you created. If you copy/paste or add a new object to a breakpoint then this object appears on other breakpoints as well as it is a 'new' object with a unique ID. If you want an object to only appear in 1 breakpoint but not others, then you will need to go to the other breakpoints and hide it in the object manager.
Couldn't you use right-click "Hide in other Breakpoints"?

Re: A question for the WWB grand masters!

Posted: Mon May 08, 2023 1:17 pm
by crispy68
@WWBman,

Yes, you could but you also need to make sure that object is within the boundaries in the other breakpoints before you hide it. Otherwise, there is a chance you could cause horizontal scrollbars in other breakpoints.

Re: A question for the WWB grand masters!

Posted: Mon May 08, 2023 2:55 pm
by WWBman
Ah yes, I'd forgotten about that.
It doesn't show horizontal scrollbars when you use "Activate breakpoints when browser window is larger than the device width" in Manager Breakpoints.
Thanks crispy68.

Re: A question for the WWB grand masters!

Posted: Tue May 09, 2023 7:31 am
by wwonderfull
The main page is connected with all the breakpoint pages. So even if any object is placed in breakpoints the main page will have it. But any kind of changes on the break point mostly will not have any impact on the main or default page but placing new object will 100% also be include on the other breakpoints too. Break points are not separate pages but stages of breaks.

Breakpoint is more like breaking the main pages objects. So, break point is not a separate page, but it is a CSS adjustment for that particular page itself to behave different in different sizes of the screen. If you delete any object from breakpoint, it will also be deleted from the main or default page and if you add something it will be added also to the default page. So, hiding things in breakpoints is the only way to adjust visibility and non-visibility for the adjustments.