• Resolved cvsoft

    (@cvsoft)


    Hi,

    Since I installed the latest wordpress update (4.2.1), i seem to have a lot of problems with adjusting or adding new menu items. Each time i try to adjust the menu and click “save”, 3 out of 4 times, the whole menu disappears and i have to start all over. I don’t see any errors in the console (tool for developers in google chrome) for the actual website, neither for the WP dashboard. I am working in a multisite environment. I already tried to deactivate the plugin “Post types order” but without any result. It’s remarkable that i had none of these problems before the update and i’m working already for months in multisite environment.
    I hope anyone can help with this issue, thanks in advance.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    🏳️‍🌈 Advisor and Activist

    How big are these menus?

    Thread Starter cvsoft

    (@cvsoft)

    Hi,

    We have solved the problem. Menu size is not an issue. This is really an issue in multi-site environment since the latest WP update.

    The following tag has to be added to functions.php in the subsite, not the main site. By preference in child-theme.

    add_filter( ‘global_terms_enabled’, ‘__return_false’ );

    Hi,

    I have the same problem,

    how can I find the functions.php for the subsite?

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Menu problems in multisite (all items disappear when saving)’ is closed to new replies.