Free Theme Snaps: Bug in header.php
-
Hello all!
At the moment I am working with a Theme from your wpcom repository called Snaps.
After creating a child theme and programming a few things like a custom post type/custom taxonomy, remodeling the output of the archive pages of that cpt and ct, I also checked the mobile views and found a small code mistake causing a display issue on iphones (retina displays in general I guess).
To fix it the following code must be modified in header.php
original line 13:<meta name=’viewport’ content=’width=device-width, initial-scale=1′ />
fixit like so:<meta name=’viewport’ content=’width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no’ />
Thanks
Saskia -
-
Hello again, I also understand that you reported this in our German language forum at https://de.forums.wordpress.com/topic/bugfix-for-wpcom-version-of-free-theme-snap-mobile-view?replies=5
Since it is being handled there, I’ll go ahead and close this thread as a duplicate.
- The topic ‘Free Theme Snaps: Bug in header.php’ is closed to new replies.