• Resolved davy_yg

    (@davy_yg)


    Hi, after activating a custom themes, these menu are missing from Appearance:

    1. Menus
    2. Themes Options
    3. Background
    4. Header

    My Menu Appearance only consisting of three items: Themes, Widgets and Editor.

    How to restore the missing items ?

    Is there anything to do with functions.php ?

    Thanks.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Impossible to say really. Do the items re-appear when you switch to Twenty Eleven?

    Thread Starter davy_yg

    (@davy_yg)

    yes, the items re-appear if switch to Twenty Eleven.

    Earlier I read this:
    other topic

    It still do not completely answer my problems though.

    Well this confirms that it’s a theme issue. Themes can (and sometimes do) impact on the Admin area of a site. Unfortunately, there’s no specific answer I can give that will help you track this down – other than to suggest that you start by removing all javascript and jQuery from the theme.

    Thread Starter davy_yg

    (@davy_yg)

    Well, supposing this work. I still need to use JQuery in my wordpress themes, how?

    Or can you help answering my question on other topic:

    Using JQuery on WordPress

    Add this to your theme’s functions.php:

    register_nav_menu( 'primary', __( 'Primary Menu', 'yourthemename' ) );

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

The topic ‘Appearance menu Missing’ is closed to new replies.