[Pro] Existing inline site on FW 7 Help!

Today I did the upgrade. I opened a copy of my inline design in 7 but I can not understand how I can get things to work properly.

I deleted all of the CSS which I needed in 6 to let the responsiveness work. But what about my inline construction? Do I have to change the pagewidth according to the different breakpoints? If I do this for the iPad screen, then when previewed in the browser on my Mac, the appearance on that bigger screen is changed too! Do I have to make different designs for each breakpoint? With pagesizes for each breakpoint, and then rearange my inline boxes? What it a good procedure in order to change my existing design?? Must say that now it seems to me that getting things responsive is now even harder to do than the relative easy way I did it in 6 with my inline construction and additional CSS. I tried the whole afternoon, but still no results haha! What am I doing wrong in 7? Or should I leave the inline construction…


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

I deleted all of the CSS which I needed in 6 to let the responsiveness work. But what about my inline construction? Do I have to change the pagewidth according to the different breakpoints?

That’s what I do indeed. Cause I understand the “breakpoints” more as the “window-width” of each single device.

If I do this for the iPad screen, then when previewed in the browser on my Mac, the appearance on that bigger screen is changed too! Do I have to make different designs for each breakpoint?

You do not have to do “different” designs, you just arrange your DIVs different. You work at a kind of “instance” of your default artwork.

With pagesizes for each breakpoint, and then rearange my inline boxes?

Exactly - it’s most of the time a “width-adjustment”. Reducing the page-width leaves you in a kind of mess first. Start from out and work to the inner DIVs.

What it a good procedure in order to change my existing design?? Must say that now it seems to me that getting things responsive is now even harder to do than the relative easy way I did it in 6 with my inline construction and additional CSS. I tried the whole afternoon, but still no results haha! What am I doing wrong in 7? Or should I leave the inline construction…

Can’t say this for sure - but if you do, what you already did by “figuring” out in mind on canvas, there shouldn’t be much problems. If you followed my screencasts, I can recommend to adjust the default breakpoints to the ones you had (was my first hurdle btw.) This can be done under edit > medias (or media-types forgot).

It isn’t as hard as you describe.

Cheers

Thomas


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Thanks Thomas.
It proves I am on the right track. But what about all the border-box things I am reading. It makes me wonder if the settings of my boxes are OK.

One other thing: FW7 hangs when I click on preview after editing a page and the pagesizes of each breakpoint.
I can only force stop FW then.


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

I’m not sure on what of the list you like to have answers - so let’s answer it here:

This is caused by the box-sizing action (I suppose). After removing all of the instances from my layout everything works fine.

I anyway never used the action, cause I re-adjust the widths in Freeway’s extended dialogue and set the box-sizing: border-box as a general TAG style in the styles dialogue.

This is looking something like:

and code spoken:

Cheers

Thomas


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Thanks Thomas,

Will try that. If I can’t get my site to work, than I think I have to build it from scratch in 7.

Well must say I am enormously frustrated right now!


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Thomas,

Removing the action did the trick for the hanging! Now I am little puzzeld with how to rearange my boxes when I have some boxes next to each other. What is the best way to move one box under the other? This when a page is not wide enough to have boxes next to each other.


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Making responsive is usually reduced to:

  1. Changing widths
  2. Changing Floats
  3. Adding or Removing Paddings/Margins

and some clearing, clearfix if necessary.

Cheers

Thomas


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Removing the action did the trick for the hanging!

Which action was causing this issue for you?

David


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Box-Sizing Action.

Cheers

Thomas


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Box-Sizing Action

I now seem to remember Joe saying that there was an issue with Box-Sizing and FW7?

D


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

I now seem to remember Joe saying that there was an issue with Box-Sizing and FW7?

Just reiterated by Caleb with respect to Backdraft.

D


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Yes, the box Sizing action. Now reading again through some post about 7. Somewhere is a remark about problems with the current action and 7.

Well I encountered them! Then still you keep on trying and my frustration grew with the minute! What a luck that you all are here!


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Hi Thomas,

Do you make the Tag style in the stylesheet, or elsewhere? And how do you apply it to your website in order to get things to work?


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Do you make the Tag style in the stylesheet, or elsewhere? And how do you apply it to your website in order to get things to work?

Have a look at this thread - http://www.freewaytalk.net/thread/view/110518#m_110559

David


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

And how do you apply it to your website in order to get things to work?

I should just add that Tag styles do not need to be applied to work. Once created they are automatically applied to the relevant Tag.

A simple Tag style that you could add in Page>html markup in the before end head slot would be something like:

<style type="text/css">
body {
font-family: "Trebuchet MS", Tahoma, Arial, Verdana, sans-serif;
}
</style>

But you can create Tag styles in the Style editor - see previous post for a link.

D


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

David,
I made the tag in the styles menu. But Thomas made it a general Freeway style.
I still think I have to apply it somewhere in my document.
It is not on my sheet1, but I followed Thomasses example and made a new sheet called basic-fw-styles.
I have a feeling I am close to how it should be, but still think I am doing something wrong here. It does not show up in my sourcecode.


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Don’t take me wrong guys but this is all well documented in “The Lounge”. Others paid for this in order to prevent them from hours and days of research. I’m neither willed nor well-advised to hand all this on the silver platter.

Cheers

Thomas


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Well I think:

You bring up something of a solution, and then leave people clueless. That’s my comment. Then you should have said so in the first place.

But hey, I will figure it out…


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

If you look at my code and substitute ‘body’ with the Tag you wish to affect.

D


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Yes - leave no doubt in this.

But you know what? I’m anyway planning to stop support (partially or entirely) and concentrate on other things.

But just so much:

All I gave you is all you need - there is simply not much more to do. There is a screenshot where, and a code what - all the rest is adjusting widths and the understanding that this affects nothing in Freeway - just in browser.

Cheers

Thomas


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options