I had exactly the same problem. In the base TwentyTwelve theme there has been a code change so that the site navigation changed from h3
to button
.
You need to update header.php file in the child theme to use
<button class="menu-toggle"><?php _e( 'Menu', 'twentytwelve' ); ?></button>
See WordPress TRAC #28824 comment 13
The problem occurs when you upgrade the base theme from v1.4 to v1.5.
It’s not restricted to mobile devices – you can recreate the problem with a window width less than 600 pixels.
Related Posts:
- How to get a different mobile menu than desktop menu in the twentytwelve child theme
- How to stop mobile theme inheriting desktop navigation menu?
- Assign Menus to Theme Locations with theme activation
- Which settings/options are saved on a theme-basis and how does this affect theme-switching?
- Add custom SVG icons to Social Icon MENU in WordPress Twenty Seventeen Child Theme
- How do I create a magazine type menu – sub-menu setup using wp_nav_menu and child of twentyten? [closed]
- Second nav is merged with the first in mobile
- Does WordPress create mobile menus automatically?
- Indirect modification of overloaded property WP_Post::$classes has no effect
- Mobile menu works on local XAMPP, but not on GoDaddy [closed]
- WordPress Split Menu
- How to add a tag to wp_nav_menu in a child theme
- How to add a submenu toggle button inside all “li” elements that have a submenu?
- How to add #navbar to all page links?
- Convert WP Menu to a Drop Down for Mobile browser
- Add Button to Bottom of Mobile Menu
- burger on mobile
- Uber menu, manual integration, disable Mobile
- Switch from hover to click on Twenty Twelve Menu
- My Temptation theme is showing two of the same menu at the top. How do I remove the one that the theme comes with? Please help! [closed]
- WordPress Menu Exchange On Tablet’s Orientation
- magic “MENU” button under Twenty Twelve theme
- Replace the slug of parent pages with # [closed]
- Trying to add a custom social icon to a Twenty Twenty-One child theme
- Menu Not Showing on Mobile
- How do I change/remove styling (top border) on main menu for active page and hovering (Avada Theme)
- WordPress Menu Exchange for Mobile Layout
- Switching to child theme breaks menu names
- Efficient wp mobile menu
- WordPress website – Mobile menu behavior help
- (Mobile) Hamburger menu disappeared from a page (only one)
- My menu doesn’t fit in the default screen in the mobile version
- Top bar menus not showing on mobile
- Mobile navigation javascript problem
- Mobile menu displays submenus on top of parent. Need it to display right below on an own line
- twentysixteen child theme – responsive menu – ham icon button not working – Cannot read property ‘classList’ of null
- How to work with a custom theme that someone else created before me? (details below)
- Menu doesn’t open on mobile
- Change menu for mobile
- Add href to tag in nav menu for mobile
- Disable Top Nav Bar on Mobile
- Mobile menu not working – jQuery error?
- menu mobile show up even i in desktop mode in Newspaper Theme
- Menu on responsive twentytwelve theme not working, strange url error
- change link of menu particular tab
- Mobile Menu Not Working
- Theme: Twenty Thirteen Mobile Sliding Menu Doesn’t Bump Content Down
- TwentyTwelve child theme: Incorrect footer menu
- collapse twenty twelve submenu in mobile version
- Navigation menu, remove item from desktop
- Changing when mobile menu is displayed
- How can I only show one responsive menu on mobile devices?
- Twenty-Twenty-Two Child Theme Mega Menu
- How to organize the header elements, so that it doesn’t come out differentin mobile view
- Moving active menu item onscreen for mobile
- issues with menu display on mobile & tablet – astra theme
- Display a portion/ branch of the menu tree using wp_nav_menu()
- Programmatically add a Navigation menu and menu items
- Any docs for wp_nav_menu’s “items_wrap” argument?
- Customizing Only a Specific Menu using the “wp_nav_menu_items” Hook?
- Changing the Order of Admin Menu Sections?
- How make top level menu item not have link, but have sub-menus that are linked?
- Add ‘has_children’ class to parent li when modifying Walker_Nav_Menu
- Get WP Navigation Menu from REST API V2
- How to Hard Code Custom menu items
- How to add a Custom Link to a Menu with a URL that is relative to the blog URL
- How do I remove UL on wp_nav_menu?
- Retrieving a list of menu items in an array
- WordPress default menu in database
- Adding an Arbitrary Link to the Admin Menu?
- Dynamically exclude menu items from wp_nav_menu
- Add “Logout” link to navigation menu
- Error: Declaration of MyClass::start_lvl() should be compatible with that of Walker_Nav_Menu::start_lvl()
- Split up wp_nav_menu with custom walker
- Removing container from wp_nav_menu not working
- Custom Nav walker display current menu item children, or siblings on no children
- wp_nav_menu: show menu only if one exists, otherwise show nothing
- Is there an easy way to replace a custom menu link with a page or post?
- Convert output of nav_menu items into a tree-like multidimensional array
- Get page IDs from nav items
- Add a custom walker to a menu created in a widget
- Using a menu walker add a custom item at the end of the menu’s items
- Add settings to menu items in the Customizer
- wp_get_nav_menu_items() not working with slug
- How to get current-menu-item title as variable?
- Error “Trying to get property of non-object” with Custom Walker for wp_nav_menu
- Add Class to Specific Link in Custom Menu
- Remove a menu item in menu
- Generate a Menu that Displays Child Pages using wp_list_pages() with the New Menu Functionality in WordPress 3.0?
- How do I get the name of a menu in WordPress?
- How to Add to Each Menu Link with link text to data-attr?
- How to manually specify the current active page with wp_nav_menu()
- How to count nav menu items?
- How Does The Walker Class Work?
- Add Javascript to WordPress Menu
- Add custom menu item using wp_nav_menu_items filter
- Filter wp_nav_menu()
- How to modify navigation menu of the “My Account” page in WooCommerce
- remove “edit your profile” from admin menu bar
- WordPress Settings API, Implementing Tabs On Custom Menu Page