• Hi I have seemed to lose the ability to update menu some of my wordpress websites after I updated to 4.0.
    It defaulted to the bottom menu

    Need help urgent.

Viewing 6 replies - 1 through 6 (of 6 total)
  • Moderator t-p

    (@t-p)

    – Try deactivating ALL plugins temporarily to see if this resolves the problem. If this works, re-activate them individually (one-by-one) to find the problematic plugin(s).
    – If that does not resolve the issue, try switching to the unedited default Twenty Fourteen Theme for a moment using the WP dashboard to rule out any theme-specific issue.

    Thread Starter VMD_support

    (@vmd_support)

    Hi Tara

    thanks for that – I have switched the theme and noticed the menu has been indeed updated. How do I go along and getting help for the theme? as the client had purchased them.

    Moderator t-p

    (@t-p)

    – if you are using a commercial theme (non-wp.org theme) then contact your theme’s vendor for they have the access to the code.

    – If you using a theme from the www.ads-software.com theme repo, then you can report your issue to the theme’s author at the theme’s forum on the theme’s page

    did you register custom menu ?

    Thread Starter VMD_support

    (@vmd_support)

    How do I register a custom menu?

    Sorry newbie at wordpress.

    Use this function for register custom menu.
    function register_my_menu() {
    register_nav_menu(‘header-menu’,__( ‘Header Menu’ ));
    }
    add_action( ‘init’, ‘register_my_menu’ );

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Menu not updating after upgrading to 4.0’ is closed to new replies.