Page nav items randomly getting removed from menus on multisite
-
Heres the deal. I originally developed a single WordPress site, that I ended up converting into a multi-site. I added all the correct code to the
.htaccess
andwp-config
files to make it a directory multisite and everything worked great with 3 total sites on the multi-site.Then the issue arose when I added a page to one of the nav menus, and saving it just deleted ALL PAGE items in the navigation. Now this happens randomly, and when a user saves a menu. I’ve already tried adding
php_value max_input_vars
and a few other things to the.htaccess
file, as well as addingadd_filter( 'global_terms_enabled', '__return_false' );
to the functions file as I’ve seen.Also, all the menu pages/items COMBINED are less than 49 total. I also recently migrated the site to a WordPress Managed Hosting provider and still have the same issue. Can anyone help me?
- The topic ‘Page nav items randomly getting removed from menus on multisite’ is closed to new replies.