I want to merge parts of two pages (RWD) in one page. What is the safest way to do this, without loosing the responsive
layout of the page?
Adding elements to a RWD, page
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: Adding elements to a RWD, page
Did you try copy/paste?
Re: Adding elements to a RWD, page
Thank you, tried this, but it doesn't work, I am loosing the 320 px responsiveness
any clues about this issue?
any clues about this issue?
Re: Adding elements to a RWD, page
I assume you are using WB14?
Did you copy/paste from the default on one page to the the default on the other page?
Does this page have the same breakpoints?
Note that layers/layout grids cannot be copied with breakpoints data, only basic HTML elements.
Did you copy/paste from the default on one page to the the default on the other page?
Does this page have the same breakpoints?
Note that layers/layout grids cannot be copied with breakpoints data, only basic HTML elements.
Re: Adding elements to a RWD, page
Yes, I am using WBv14. The page has layers and I copy from the default on the page to the default on the other page, same breakpoints.
But like you said the problem seems to be the layers that cannot be copied with the breakpoint data. Is there a way to overcome this, please?
But like you said the problem seems to be the layers that cannot be copied with the breakpoint data. Is there a way to overcome this, please?
Re: Adding elements to a RWD, page
Sorry, it is not possible to copy/paste breakpoint data with layers.
Basically, the breakpoint data only make sense in the context of the current page, if you copy an object to another page then it may get another id, or DOM position (location in the page).
It would be very difficult to 'fix' the breakpoint data so it makes sense in the new page.
Basically, the breakpoint data only make sense in the context of the current page, if you copy an object to another page then it may get another id, or DOM position (location in the page).
It would be very difficult to 'fix' the breakpoint data so it makes sense in the new page.
Re: Adding elements to a RWD, page
Thank you