[Pro] This is driving me mad!

Sorry it’s taken me so long to get around to this.

I just checked my mobile settings and it is set to Automatic width and height. BTW, my page is set to center as well. I wonder what changed? I don’t recall ever having to set the mobile parameters to make my sites fill iPhone or iPad screens.


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


Ernie Simpson

On Wed, Jul 10, 2013 at 7:51 PM, RavenManiac email@hidden wrote:

Sorry it’s taken me so long to get around to this.

I just checked my mobile settings and it is set to Automatic width and
height. BTW, my page is set to center as well. I wonder what changed? I
don’t recall ever having to set the mobile parameters to make my sites fill
iPhone or iPad screens.


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


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

Thank you my friend. I’ll give it a shot.

BTW, really digging Evernote. :slight_smile:


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

Rats. It didn’t work. And yes, I tried using, “Publish Everything”, but I got the same results. :slight_smile: Setting Initial Scale to 100% forced the page to display at it’s original width of 980 pixels, but that isn’t good for a lot of mobile devices, so I turned that off.

Setting ViewPort Width had no affect at all. I’m still getting the green band down the right hand side. I don’t have this problem with any of my other FWP sites, and I didn’t have this problem when I first starting working on this site. Weird.

BTW, I’m attempting all of this on my developmental server located here: http://rcb.idealynx.com


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

Ernie, I just reset the site with your settings so you can see how it’s behaving. When you zoom down you still get the green bar.


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

I think your construction has some fundamental problems. What those are
specifically, I can’t really say - I’ve spent some time deconstructing it,
but your page is very complex and I’m really not up to digging through it.

You may want to start a new file to see what fat can be trimmed -
structurally, quite some I think. Don’t use anything you don’t have to -
like the body font-size of 62.5%… you aren’t using relative font sizes so
that bit of code is a complete waste. And containers - there are no need
for so many “wrappers”.

Here is a file I started to see how to get the basic effect in mobile
devices thebigerns.com

Take the viewport settings I gave before except don’t set an initial scale.
That seems to do it for mobile devices and orientation switching - with my
layout anyway.


Ernie Simpson

On Wed, Jul 10, 2013 at 9:35 PM, RavenManiac email@hidden wrote:

Ernie, I just reset the site with your settings so you can see how it’s
behaving. When you zoom down you still get the green bar.


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


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

On 11 Jul 2013, at 02:31, RavenManiac email@hidden wrote:

I’m still getting the green band down the right hand side.

This is being caused by your Facebook Like Button item which is set to 450px wide. You should also set your Mobile settings to the following:

Width: Auto (or Device Width, though this can lead to problems on fixed width pages)
Height: None
Page can be Scaled: Yes
Initial Scale: Unchecked
Minimum Scale: 25%
Maximum Scale: 160%

Joe


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

Thanks Joe! I should have suspected the FB button. That thing was a pain to implement, plus it’s the last thing I added. I’ll see what I can do to fix it.


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

On 11 Jul 2013, 6:31 am, The Big Erns wrote:

I think your construction has some fundamental problems. What those are
specifically, I can’t really say - I’ve spent some time deconstructing it,
but your page is very complex and I’m really not up to digging through it.

You may want to start a new file to see what fat can be trimmed -
structurally, quite some I think. Don’t use anything you don’t have to -
like the body font-size of 62.5%… you aren’t using relative font sizes so
that bit of code is a complete waste. And containers - there are no need
for so many “wrappers”.

Here is a file I started to see how to get the basic effect in mobile
devices thebigerns.com

Take the viewport settings I gave before except don’t set an initial scale.
That seems to do it for mobile devices and orientation switching - with my
layout anyway.

Ernie Simpson

Thanks Ernie. Yeah, I forgot to change the body tag. As for the fundamental problems you’re referring to, and aside from the overuse of “wrappers”, what do you mean?


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

what do you mean?

Nevermind. I guess I was asking you to simplify your process so that when it goes tits up I can sort through it easier. Just keep working whatever way seems best to you.


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

No worries.

Ernie, I know you put a lot of time into helping us less experienced FWP users and I really, really appreciate it, so if you ever see me do something that isn’t quite right, whether it’s my workflow, my coding, my overuse of “wrappers” :slight_smile: or anything else, please let me know.

After all, that’s the only way I’ll learn to do things right. Thanks again for your help.


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

Joe, I need your help.

Here is the FB code that provides me with the functionality my client needs. As you indicated, it’s also the source of my green band problem. Unfortunately, I’m still learning code so I was hoping you could help me modify it so I can eliminate the problem and still maintain the Facebook functionality.

As you might have guessed, I’m using the Crowbar action to insert the following code into my FWP document. Thanks for your help.

<iframe src="//www.facebook.com/plugins/like.php?href=http%3A%2F%2Ffacebook.com%2Frivercitybuilders&amp;send=false&amp;layout=button_count&amp;width=450&amp;show_faces=false&amp;font&amp;colorscheme=light&amp;action=like&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:21px;" allowTransparency="true"></iframe>

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

its the width:450px; bit. try deleting it see what happens


Ernie Simpson

On Thu, Jul 11, 2013 at 11:48 AM, RavenManiac email@hiddenwrote:

Joe, I need your help.

Here is the FB code that provides me with the functionality my client
needs. As you indicated, it’s also the source of my green band problem.
Unfortunately, I’m still learning code so I was hoping you could help me
modify it so I can eliminate the problem and still maintain the Facebook
functionality.

As you might have guessed, I’m using the Crowbar action to insert the
following code into my FWP document. Thanks for your help.

<iframe src="//
www.facebook.com/plugins/like.php?href=http%3A%2F%2Ffacebook.com%2Frivercitybuilders&amp;send=false&amp;layout=button_count&amp;width=450&amp;show_faces=false&amp;font&amp;colorscheme=light&amp;action=like&amp;height=21"
scrolling="no" frameborder="0" style="border:none; overflow:hidden;
width:450px; height:21px;" allowTransparency="true"></iframe>

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


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

Hi Kelly,

Put the code in a text editor (make sure it’s set to plain text if you’re using TextEdit, though you should really use something like Text Wrangler or Sublime Text), search for 450 and replace with 150. That should do it.

Joe

On 11 Jul 2013, at 16:48, RavenManiac email@hidden wrote:

Joe, I need your help.

Here is the FB code that provides me with the functionality my client needs. As you indicated, it’s also the source of my green band problem. Unfortunately, I’m still learning code so I was hoping you could help me modify it so I can eliminate the problem and still maintain the Facebook functionality.

As you might have guessed, I’m using the Crowbar action to insert the following code into my FWP document. Thanks for your help.

<iframe src="//www.facebook.com/plugins/like.php?href=http%3A%2F%2Ffacebook.com%2Frivercitybuilders&amp;send=false&amp;layout=button_count&amp;width=450&amp;show_faces=false&amp;font&amp;colorscheme=light&amp;action=like&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:21px;" allowTransparency="true"></iframe>

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

Joe, you are the man! That worked perfectly. Thanks for your help sir. Have a great weekend!


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