After a bit of debugging, I was able to narrow this down to the following:
The menu that I had created to display across each site in the network was comprised of Custom post types that were not registered on any other subsite, only the main site (1).
For whatever reason the custom post type must be registered on each site in the network where you will displaying the menu (2,3 etc.).
This can be done in the same way that it was done on the top level parent site (1), but alter the show_ui to false inside of the register_post_type call, to prevent the custom post type from appearing in the child site admin menu.
Related Posts:
- WP Nav menu append to url
- wp_update_nav_menu_item not saving in multisite API
- echo same menu items across multi-site platform
- WP MU: Using pages from main site in other sites’ menus
- Menus don’t appear in admin area / WordPress Multisite
- Display menu locations in all sites of a multi site
- WordPress menu link not working
- two different separate sections on the same site
- Create subpages in default WordPress menu
- How to add a menu that belongs to parent blog to all child-blogs?
- creating a dynamic menu in wordpress
- When created sub-directory, can we create a new navbar?
- Multisite: menus can’t be added in child sites
- Multisite Setup – Menu Items To Reference Pages in Different Subdomains
- Homepage Menu Link Won’t Function
- Put two menus in the same location
- Header lists posts instead of showing primary nav menu
- Conditional Nav Menu Inside Nav Menu Across Multisite Sites
- Add data-icon input to WordPress custom menu links
- Registering menu with ‘Automatically add new top-level pages to this menu’ selected
- Whats the difference between current_page_item and current-menu-item
- Menu limit, cannot add new menu items
- switch_to_blog() performance considerations & alternatives
- wordpress nav menu using twitter bootstrap
- What does a walker menu mean?
- Add a logout menu link [duplicate]
- How to open modal window when clicking a WP menu link?
- How to get current page menu item name instead of full menu item list
- change front end menu depending on user login
- Sub-Pages only of menu items in current branch using a custom menu
- Hide and show menu subpages
- Mobile menu works on local XAMPP, but not on GoDaddy [closed]
- wp_nav_menu and fallback
- list pages only from master parent
- WordPress cache a menu with Transient API
- Counting top level items in a custom menu walker
- How to display the title for each menu item in a span attribute
- Wp menu add page link as custom empty link
- How to change the wordpress navigation bar UL to OL in Twenty_Twelve similer theme
- how do I add “home” menu item conditionally to custom menus?
- How to add div to top menu item
- wp_nav_menu including Skype URL
- Why is my menu not ordered properly?
- How to add class to and childs of sidebar widget – WordPress
- Hook for number of items in Appearance > Menus > CustomPostType > View All [duplicate]
- How to translate menu items?
- WordPress empty Nav Menu error
- Custom Menu url is Empty
- Programmatically add existing pages and subpages to Appearance Menu
- wp_nav_menu() doesn’t work
- Insert other menus as submenus of a main menu
- Appearance Menus Screen – menu item drop down menu not functioning
- Create custom page and add it in nav menu by code
- Two-tone menu items
- How to highlight 1st level menu item based on actual page
- Submenu items not showing anymore on the navigation
- superfish.js seems it is not working properly after wordpress upgarde to 4.6.1
- How to add an attribute data-slug = “$specfic_page_slug” in WordPress menu item?
- How to add a page to header that is outside of WordPress?
- Get current menu item label for specific parent menu [closed]
- Mobile screen does not display Primary navbar…just a three line icon [closed]
- How do I enable “metaboxes” by default in menu editor?
- The cart, checkout, and shop links not getting removed
- New Menu Item Type Meta Box
- Using Different wp_nav_menu theme_location based on page id (or a parent id)
- Display Menu Navigation Label
- Menu is not displaying on the site navigation [closed]
- Updated WordPress, now Navigation is Messed Up
- wp_nav_menu removing containing UL with ‘items_wrap’ => ‘%3$s’ not working
- How to show only current item children using wp_nav_menu?
- Copied site has wrong menu URL behaviour
- Removing wp admin menu item on top bar of admin backend
- Nav_walker add id to dropdown ul
- Navbar is hidden behind carousel when using wp-boostrap-navwalker
- Active Current Menu – Adding class to child theme
- WPML CMS Nav and Custom Nav_Walker Undefined Property Notices [closed]
- Add data-track to links in menu
- Is it possible to seperate wordpress menu by different div?
- How to add odd and even classes to all nav links through walker?
- Output sort number in wp menu list item?
- Check in walker if current page is descendant
- Add a non-dynamic phrase/character after a page title?
- Primery Menu Configuration problem
- how to display wordpress navbar with top menu outside wordpress system
- Active page link not getting class assigned
- Removing menu item doesn’t get removed on edit post
- Menus not showing in the admin menu, after save
- Customize Walker_nav_menu to show posts if item is category
- Add Protocol to Custom Menus
- How to handle change the appearance of ‘categories’ box on dashboard?
- How can I stop wp_nav_menu from returning extraneous root links?
- How to add posts with thumbnails to my dropdown menu?
- Change menu item order
- Menu System: Custom Links
- Formatting WordPress Menus (without bullets, inline with text)
- Change Menu Order
- Two Homes In Navigation Menu
- add dynamic ID for wp_nav_menu after and before
- How to organize the header elements, so that it doesn’t come out differentin mobile view
- How to Remove Parent Page menu slug from WordPress Submenus?