tbbooher / new_cfa

new cfa site
MIT License
0 stars 0 forks source link

primary nav increases size on click #48

Closed tbbooher closed 9 years ago

tbbooher commented 9 years ago

any ideas?

super frustrating.

derick-montague commented 9 years ago

Yeah, it's intermittent.

On Sun, Dec 7, 2014 at 3:12 PM, Tim Booher notifications@github.com wrote:

any ideas?

super frustrating.

— Reply to this email directly or view it on GitHub https://github.com/tbbooher/new_cfa/issues/48.

tbbooher commented 9 years ago

consistent when clicked.

tim

On Sun, Dec 7, 2014 at 11:18 AM, Derick Montague notifications@github.com wrote:

Yeah, it's intermittent.

On Sun, Dec 7, 2014 at 3:12 PM, Tim Booher notifications@github.com wrote:

any ideas?

super frustrating.

— Reply to this email directly or view it on GitHub https://github.com/tbbooher/new_cfa/issues/48.

— Reply to this email directly or view it on GitHub https://github.com/tbbooher/new_cfa/issues/48#issuecomment-65955578.

-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Tim Booher www.theboohers.org | tim@theboohers.org 703.649.4264 (home) (703) 822-7863 (mobile)

derick-montague commented 9 years ago

I'll fix this tonight

derick-montague commented 9 years ago

This is caused by the flash of unformatted text. FOUT. It's the loading of the Google font. It might be better once all the files are concatenated and minified. Other wise, we need to use a system font.

derick-montague commented 9 years ago

added a min css file. the site loads faster. I would try concatenating and minifying all the js files also. It will speed up load time.

derick-montague commented 9 years ago

One other thing you will want to do is not only concat and minify all the js files, you will want to move them out of the head and to the bottom of the page to keep them from slowing the page rendering. With exception to the html 5 shiv and modernizr.

tbbooher commented 9 years ago

great point!

On Tue, Dec 9, 2014 at 8:19 PM, Derick Montague notifications@github.com wrote:

One other thing you will want to do is not only concat and minify all the js files, you will want to move them out of the head and to the bottom of the page to keep them from slowing the page rendering.

— Reply to this email directly or view it on GitHub https://github.com/tbbooher/new_cfa/issues/48#issuecomment-66389747.

-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Tim Booher www.theboohers.org | tim@theboohers.org 703.649.4264 (home) (703) 822-7863 (mobile)

derick-montague commented 9 years ago

There are also two google api calls for fonts. there were 3, but I merged two of them. I think you're loading open sans via the php function method.

tbbooher commented 9 years ago

good catch . . . ok -- on app now . . .

tim

On Tue, Dec 9, 2014 at 9:44 PM, Derick Montague notifications@github.com wrote:

There are also two google api calls for fonts. there were 3, but I merged two of them. I think you're loading open sans via the php function method.

— Reply to this email directly or view it on GitHub https://github.com/tbbooher/new_cfa/issues/48#issuecomment-66396371.

-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Tim Booher www.theboohers.org | tim@theboohers.org 703.649.4264 (home) (703) 822-7863 (mobile)

tbbooher commented 9 years ago

seems to work now