menu-toggle shows text in Android 2.3.6
-
When visiting twentyfourteendemo.wordpress.com with Android 2.3.6 (a Samsung Ace 2 from a friend of mine) the menu-toggle shows the text ?Primary Menu“. Same results with other twenty fourteen example sites. Visiting those sites with iOS 7.0.4 (iPhone 4S) shows a regular menu-toggle (without text).
For test purpose, I replaced (in a child theme of course)
<h1 class="menu-toggle"><?php _e( 'Primary Menu', 'twentyfourteen' ); ?></h1>
in line 52 of the header.php with
<h1 class="menu-toggle"></h1>
It works, but I’m not sure, if it’s the correct way doing it. Any idea, how to fix it better?
Viewing 14 replies - 1 through 14 (of 14 total)
Viewing 14 replies - 1 through 14 (of 14 total)
- The topic ‘menu-toggle shows text in Android 2.3.6’ is closed to new replies.