Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Layout mode in iPhone 6 not rendering properly #119

Closed
miguelmcolon opened this issue Jun 13, 2015 · 10 comments
Closed

Layout mode in iPhone 6 not rendering properly #119

miguelmcolon opened this issue Jun 13, 2015 · 10 comments

Comments

@miguelmcolon
Copy link

This is an issue in layout mode on certain devices:
I don't know exactly where the problem is (maybe an @media and rem issue) but the site is not rendering properly when using an iPhone 6 in layout mode (Safari and Chrome for iOS tested). Not tested in other devices except iPad 2, where it seems to render perfectly.

The effect is that the site is switching between one size and another making it useless in Layout mode in iPhone 6.

@jvcasillas
Copy link

I noticed this as well. I switched the fonts (site-wide) and it went away.

@miguelmcolon
Copy link
Author

Hi @jvcasill!
Would you mind giving me more information about how you switched the fonts (file, line, etc...)?
Thanks in advance

@jvcasillas
Copy link

Hi @miguelmcolon ,
I did this awhile ago, so I don't remember the specifics, but I know I went here:

libraries > frameworks > lanyon > partials > head.html

and I took out whatever stylesheet link was there (for the fonts), and replaced it with this one:

  <link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Maven+Pro">

Hopefully that works for you.

@miguelmcolon
Copy link
Author

Hi again @jvcasill,

It doesn't work for me. I'll continue playing with CSS files...

Thank you a lot!

@jvcasillas
Copy link

@miguelmcolon I'm sorry to hear that. I will try and take a look this afternoon and see if I can give you any more details.

@aldanor
Copy link

aldanor commented Jul 23, 2015

On iPhone 6 in layout more, the sidebar button overlays the content in a very ugly way and always stays in top left corner no matter how far down you scroll :/

@hbahamonde
Copy link

Hi @miguelmcolon and @jvcasill, I was wondering if you could share how one can change the fonts. I checked elsewhere but didn't find anything - I'm kind of new here, so any hint is appreciated it. Cheers!

@miguelmcolon
Copy link
Author

Hi @hbahamonde, User @jvcasill explains how to change fonts references links in his comment on Jun 22. You should check every file with reference links for the fonts and change these links.
Hope it works.

@hbahamonde
Copy link

Thanks @miguelmcolon for your answer. Yes, I figured it out later that day, and it worked. I'm still very new to this, so thanks for your answer again!

@mdo
Copy link
Member

mdo commented Apr 3, 2020

Likely the same issue as #164—the rem units in media queries are causing the funkiness.

@mdo mdo closed this as completed Apr 3, 2020
geekpradd pushed a commit to geekpradd/geekpradd.github.io that referenced this issue May 15, 2021
* Dark Mode + Theming

* Themes scss file created with default color scheme and dark color scheme.

* Logic for managing dark mode toggle added.

* Modified existing scss/html to work with theme toggling.

* Fixed hover issues

* Added enable_darkmode to configs.  

* Added the requested option of disabling/enabling dark mode via config files.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants