Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #146153
    Alvin
    Participant

    Hi, I transfer my site to a new host and after importing my Adventurous Pro site I can see the menu links on the page but the menus are not showing up in the edit section. Cannot find where they are or delete them.

    #146166
    Skandha
    Participant

    @aj2: Do you mean that the menus are not showing up in the customizer? Please try clearing your cache. Please post in your site URL if the issue persists.

    Kind Regards,
    Skandha

    #146192
    Alvin
    Participant

    No! The menus are showing on the live page, they are not showing on the back end where I can edit or delete them. Also, all the menu links are showing only for the header right location not the other location I had originally assigned them to.

    #146217
    Michael
    Participant

    Note I am just another user, not official in any way. Having said that –

    I think the back end you refer to is exactly what Skandha is referring to when he says customizer.

    Did you try Skandha’s advice re the cache?
    What (if anything) happened? Any changes to how it shows either in the “:back end” or live page?

    What’s the URL? Given I don’t have it cached I can tell you what the live site looks like from my computer, which may assist you to narrow down the possible cause.

    Cheers

    #146237
    Alvin
    Participant

    What is happening has nothing to do with the cache I cleared that many times over trying to solve the problem. I will use FTP to delete the menu and start over.

    #146246
    Alvin
    Participant

    The Adventurous pro theme is not picking up the menu that is visible on the live site when I go into the customizer it has the folowing:
    Menus
    It doesn’t look like your site has any menus yet. Want to build one? Click the button to start.

    #146292
    Michael
    Participant

    So the live site shows the menu (and it works?), but the actual customizer doesn’t showany such menu as existing? That is odd.
    Are you using the standard theme or a child theme?
    Was the menu in a previous standard theme, or child theme?

    I note Skandha’s request:

    Please post in your site URL if the issue persists.

    and am wondering why you haven’t done so?

    That would probably be very useful for the Catch themes people to help diagnose the issue.

    #146361
    Alvin
    Participant

    I am not the only one having this problem and I understand it’s because the theme is not registering the menu’s the right way, so they are customizable. I would appreciate it if they would address this problem in Adventarious Pro. The right code needs to be in the theme’s functions.php according to below:

    Add this code to your theme’s functions.php to register your menu:

    function register_my_menu() {
    register_nav_menu(‘header-menu’,__( ‘Header Menu’ ));
    }
    add_action( ‘init’, ‘register_my_menu’ );

    Then place this in your theme at the place your menu needs to be:

    <?php wp_nav_menu( array( ‘theme_location’ => ‘header-menu’ ) ); ?>

    I haven’t tried it yet but hope catch themes will address this issue.

    #146398
    Alvin
    Participant

    This is a link where the Adventurous pro theme is showing the menu on the front end only as a main menu. The menu is not visible in admin.
    http://s737348678.onlinehome.us/

    #146462
    Skandha
    Participant

    @aj2: I just checked your site and it seems you have not created a menu yet. The menu being displayed in the front end is the default page menu when no menu is created.

    So to create a menu
    Go to => Appearance => Menus => Create new Menu
    Then add menu items from the left
    then Go to => Manage Location => Select where you want the menu to be displayed.

    Let me know if this solves the issue.
    Kind Regards,
    Skandha

    #146486
    Alvin
    Participant

    Skandha! those menu are menu’s I created before I brought the site over to a new host. And that’s my whole point!!.. the theme is showing them in the default menu location instead of showing them where I had assigned them and in the back end where I can edit them. It was a hell of a lot more than that but it norrowed down because I deleted a lot of pages. If I try to create any new menu it does not work…. if you are unable to figure this out. Can you let me know where to delete the menues that are there.

    I am putting back some of the pages that I deleted so you can see the menu’s are what I created.. The theme is not calling the menu’s right because of a register issue according WP.

    #146530
    Skandha
    Participant

    @aj2: I will contact you shortly by email.

    Kind Regards,
    Skandha

    #146783
    Skandha
    Participant

    @aj2: I checked your site and the menu seem to be behaving well both at front and back end.

    Kind Regards,
    Skandha

    #146930
    Alvin
    Participant

    Yep. Fixed before you checked thanks!

    #146946
    Skandha
    Participant

    @aj2: Glad the issue is resolved. Have a good day!

    Kind Regards,
    Skandha

Viewing 15 posts - 1 through 15 (of 15 total)
  • The topic ‘Menu items not showing in edit section’ is closed to new replies.