Page 1 of 1

How to copy objects&styles from one breakpoint to another within the same project?

Posted: Sat Sep 10, 2022 3:52 pm
by bzc0fq@gmail.com
Hi Pablo,

I work on a project that has three breakpoints 1280p and 1920p & Default.
A layout has been created for 1280p and now, I would like to copy it (with styles and breakpoints information) to 1920p and then modify.
How can I do this? How can I transfer styles/layout information from one breakpoint to another for all objects at one time?

Thanks in advance for helping

Re: How to copy objects&styles from one breakpoint to another within the same project?

Posted: Sat Sep 10, 2022 4:59 pm
by Pablo
All objects in breakpoints are part of the same page so you do not have copy the elements.
In the object manager, you can hide/show objectd for different breakpoints.

Re: How to copy objects&styles from one breakpoint to another within the same project?

Posted: Sat Sep 10, 2022 8:45 pm
by bzc0fq@gmail.com
Yes, I understand that, but what if I cleaned up and put in right place everything in 1280px breakpoint... and reordered/moved objects within 1920 breakpoint, then so... in this case I have nice looking 1280px and very bad looking 1920px. Is there a way copy nice clean 'style' from 1280px breakpoint into 1920px and the default one? if not, I would need to reorder everything manually in 1920px and default one. This is lots of work :(

Re: How to copy objects&styles from one breakpoint to another within the same project?

Posted: Sat Sep 10, 2022 9:00 pm
by crispy68
Are you using grids, flex containers or flexgrids? If you are simply placing things in the workspace using a fixed layout design then yes you will need to rearrange objects in each breakpoint. This is why creating flexible layouts with grids, etc. is great as it speeds up the design time.

Re: How to copy objects&styles from one breakpoint to another within the same project?

Posted: Sat Sep 10, 2022 9:16 pm
by bzc0fq@gmail.com
no... I did not use grids... that's too bad I guess...
or... is there a way to reset layout settings for bad looking breakpoints?
thanks for advice...

Re: How to copy objects&styles from one breakpoint to another within the same project?

Posted: Sat Sep 10, 2022 9:29 pm
by crispy68
you could try to select all of the objects in the object manager, right click and select Restore Position (RWD). This will move them back to match your default layout. You can do it per object also. There is no magic button to click that fixes your layout. There is no way for the program to even know what that is.

Re: How to copy objects&styles from one breakpoint to another within the same project?

Posted: Sun Sep 11, 2022 6:45 am
by bzc0fq@gmail.com
OK. that is something for start...
the problem is that I do not have default breakpoint done correctly... is there a way to switch RWD information or whole breakpoints content from 1280px to default?
There must be somewhere information written which of breakpoints holds the data... I guess...

Re: How to copy objects&styles from one breakpoint to another within the same project?

Posted: Sun Sep 11, 2022 6:52 am
by Pablo
is there a way to switch RWD information or whole breakpoints content from 1280px to default?
No, that is not possible.
A breakpoint only contains the differences compared to the default view. So, you always need the default view as the 'base'.

Note that most RWD tools are documented here:
http://wysiwygwebbuilder.com/rwd_tools.html

Re: How to copy objects&styles from one breakpoint to another within the same project?

Posted: Sun Sep 11, 2022 6:53 am
by bzc0fq@gmail.com
OK.... I did what I did and It looks it worked....
I did ctrl+x on OM from 1280px breakpoint and then ctrl+v on OM to default breakpoint.... and it moved all the objects with RWD information to default breakpoint and 1280px breakpoint as well so... that is the way :)

Thanks for your time and helping