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

**URL:** https://discourse.softpress.com/t/pro-urgent-missing-navigation/22523
**Category:** Freeway
**Created:** [August 5, 2015, 3:44pm UTC](https://discourse.softpress.com/t/pro-urgent-missing-navigation/22523 "2015-08-05T15:44:29Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![Bill7](https://discourse.softpress.com/letter_avatar_proxy/v4/letter/b/e47c2d/32.png) [@Bill7](https://discourse.softpress.com/u/Bill7)
#### Post date: [August 5, 2015, 3:44pm UTC](https://discourse.softpress.com/t/pro-urgent-missing-navigation/22523/1 "2015-08-05T15:44:29Z")

</div>

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](http://www.thevst.com)

* * *

freewaytalk mailing list  
email@hidden  
Update your subscriptions at:

> **[Information for existing FreewayTalk / Groups.io users](https://discourse.softpress.com/t/information-for-existing-freewaytalk-groups-io-users/24891)**
>
> The purpose of this topic is to provide information about the migration from FreewayTalk and Groups io to Discourse and the differences in Discourse, as well as a place to discuss the good or bad of the migration. For those previously subscribing...

---

<div class="post-metadata">

### Author: ![Caleb\_G1](https://discourse.softpress.com/letter_avatar_proxy/v4/letter/c/f475e1/32.png) [@Caleb\_G1](https://discourse.softpress.com/u/Caleb_G1)
#### Post date: [August 5, 2015, 5:58pm UTC](https://discourse.softpress.com/t/pro-urgent-missing-navigation/22523/2 "2015-08-05T17:58:50Z")

</div>

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:

> **[Information for existing FreewayTalk / Groups.io users](https://discourse.softpress.com/t/information-for-existing-freewaytalk-groups-io-users/24891)**
>
> The purpose of this topic is to provide information about the migration from FreewayTalk and Groups io to Discourse and the differences in Discourse, as well as a place to discuss the good or bad of the migration. For those previously subscribing...

---

<div class="post-metadata">

### Author: ![Bill7](https://discourse.softpress.com/letter_avatar_proxy/v4/letter/b/e47c2d/32.png) [@Bill7](https://discourse.softpress.com/u/Bill7)
#### Post date: [August 5, 2015, 6:13pm UTC](https://discourse.softpress.com/t/pro-urgent-missing-navigation/22523/3 "2015-08-05T18:13:50Z")

</div>

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:

> **[Information for existing FreewayTalk / Groups.io users](https://discourse.softpress.com/t/information-for-existing-freewaytalk-groups-io-users/24891)**
>
> The purpose of this topic is to provide information about the migration from FreewayTalk and Groups io to Discourse and the differences in Discourse, as well as a place to discuss the good or bad of the migration. For those previously subscribing...

---

<div class="post-metadata">

### Author: ![David\_McCallum](https://discourse.softpress.com/letter_avatar_proxy/v4/letter/d/ec9cab/32.png) [@David\_McCallum](https://discourse.softpress.com/u/David_McCallum)
#### Post date: [August 5, 2015, 7:06pm UTC](https://discourse.softpress.com/t/pro-urgent-missing-navigation/22523/4 "2015-08-05T19:06:54Z")

</div>

> ‘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](https://freewaytalk.softpress.com/person/options)
