• 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 and wp-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 adding add_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?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi,

    I’m sorry you’re having trouble. By default, the menus for each of the sites on your network are separate from one another. Making a change to one should not affect any of the others. Did you add the add_filter( ‘global_terms_enabled’, ‘__return_false’ ); to the functions.php of your child theme, or of your parent theme?

    Angie

    Thread Starter Andrew Gunn

    (@amg26)

    Yep, that was one of the first things I tried. Didn’t help ??

    Thanks for confirming that. Let’s make sure we don’t have any obvious theme or plugin errors.

    1. Disable all of your plugins. Does the error still occur?
    2. Check your server’s error logs. Anything related to PHP in there?
    3. Switch to the default theme. Does the error still occur?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Page nav items randomly getting removed from menus on multisite’ is closed to new replies.