[Pro] Urgent - Missing Navigation!!!???

Good Morning,

I have a MacBook Pro and my website looks just fine.

My business partner has a Laptop PC and the navigation menu is not right.

Her husband has a desktop PC and the navigation menu works just fine.

It’s working on my iPhone.

A friend from Facebook said it’s not working on her iPhone.

My other partner, with a MacBook Pro, sees the navigation menu and everything looks and works fine.

What’s happening?

All I have changed was adding Google Font Code into the Before Head and changed all the fonts in the page and in the Navigation Menu.

Weird…

Your help is greatly appreciated.

Bill

www.thevst.com


freewaytalk mailing list
email@hidden
Update your subscriptions at:

From looking at your code, it looks like there is a problem in how you declared the fall-back fonts when you set up the Open Sans font set in Freeway. Here’s the output:

font-family:'Open Sans', "Open Sans Light', sans-serif;;

It should look like this:

font-family:'Open Sans', 'Open Sans Light', sans-serif;

Freeway automatically adds the semicolon, so when you are listing the fallbacks, you should not include it. Also, you are mixing your quotation marks – either stick with single or double, don’t switch back and forth. So, try putting this in the “Alternate Fonts” list and see if it fixes the problems:

'Open Sans', 'Open Sans Light', sans-serif

freewaytalk mailing list
email@hidden
Update your subscriptions at:

Thank you so much.

It’s interesting how one little mistake can make that big of a difference.


freewaytalk mailing list
email@hidden
Update your subscriptions at:

‘Open Sans’, ‘Open Sans Light’, sans-serif

Not quite sure why you would have Open Sans Light as a fallback for Open Sans. I would keep Ope Sans Light for a completely different declaration - when you actually want to use a lighter weight font.

In the first declaration I would use a regular/ubiquitous font as fallback ie Verdana.

David


freewaytalk mailing list
email@hidden
Update your subscriptions at:
https://freewaytalk.softpress.com/person/options