- This topic has 14 replies, 3 voices, and was last updated 6 years, 5 months ago by Skandha.
-
AuthorPosts
-
May 20, 2018 at 6:02 pm #146153AlvinParticipant
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.
May 21, 2018 at 2:58 am #146166SkandhaParticipant@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,
SkandhaMay 21, 2018 at 11:26 am #146192AlvinParticipantNo! 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.
May 21, 2018 at 10:08 pm #146217MichaelParticipantNote 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
May 22, 2018 at 5:12 am #146237AlvinParticipantWhat 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.
May 22, 2018 at 6:03 am #146246AlvinParticipantThe 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.May 22, 2018 at 10:31 pm #146292MichaelParticipantSo 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.
May 23, 2018 at 1:25 pm #146361AlvinParticipantI 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.
May 24, 2018 at 1:56 am #146398AlvinParticipantThis 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/May 24, 2018 at 7:23 am #146462SkandhaParticipant@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,
SkandhaMay 24, 2018 at 2:20 pm #146486AlvinParticipantSkandha! 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.
May 25, 2018 at 6:29 am #146530May 30, 2018 at 1:30 am #146783SkandhaParticipant@aj2: I checked your site and the menu seem to be behaving well both at front and back end.
Kind Regards,
SkandhaMay 31, 2018 at 8:03 pm #146930AlvinParticipantYep. Fixed before you checked thanks!
June 1, 2018 at 1:13 am #146946 -
AuthorPosts
- The topic ‘Menu items not showing in edit section’ is closed to new replies.