Magento 2 Navigation Menu not showing
I am new to Magento so please bear with me :D
I have successfully created a theme that is a child to the blank theme.
I am trying to get the menu working and for the life of me cannot see why it is not showing. I have read a couple of other threads and no luck.
I have added a root category with my subcategories in it. I have then assigned it to the store settings. I have re-indexed the site, cleared cache and still no joy.
Am I doing the right thing by just adding a category and it will show?
Thanks
It seems I don't have the default category - see screenshot below
UPDATE
I have reinstalled Magento on my local machine. The menu shows fine on Luma and Blank theme but on my own custom one, it is not showing. Is there anything I need to include or check?
Thanks for the help
magento2 menu navigation topmenu
add a comment |
I am new to Magento so please bear with me :D
I have successfully created a theme that is a child to the blank theme.
I am trying to get the menu working and for the life of me cannot see why it is not showing. I have read a couple of other threads and no luck.
I have added a root category with my subcategories in it. I have then assigned it to the store settings. I have re-indexed the site, cleared cache and still no joy.
Am I doing the right thing by just adding a category and it will show?
Thanks
It seems I don't have the default category - see screenshot below
UPDATE
I have reinstalled Magento on my local machine. The menu shows fine on Luma and Blank theme but on my own custom one, it is not showing. Is there anything I need to include or check?
Thanks for the help
magento2 menu navigation topmenu
Does the menu work on blank or Luma theme ?
– Devtype
Jan 11 '17 at 16:08
Didn't try that. Just enabled the Luma theme and no it doesn't show. Any idea to why it is not showing?
– Peter Wilkinson
Jan 11 '17 at 16:26
add a comment |
I am new to Magento so please bear with me :D
I have successfully created a theme that is a child to the blank theme.
I am trying to get the menu working and for the life of me cannot see why it is not showing. I have read a couple of other threads and no luck.
I have added a root category with my subcategories in it. I have then assigned it to the store settings. I have re-indexed the site, cleared cache and still no joy.
Am I doing the right thing by just adding a category and it will show?
Thanks
It seems I don't have the default category - see screenshot below
UPDATE
I have reinstalled Magento on my local machine. The menu shows fine on Luma and Blank theme but on my own custom one, it is not showing. Is there anything I need to include or check?
Thanks for the help
magento2 menu navigation topmenu
I am new to Magento so please bear with me :D
I have successfully created a theme that is a child to the blank theme.
I am trying to get the menu working and for the life of me cannot see why it is not showing. I have read a couple of other threads and no luck.
I have added a root category with my subcategories in it. I have then assigned it to the store settings. I have re-indexed the site, cleared cache and still no joy.
Am I doing the right thing by just adding a category and it will show?
Thanks
It seems I don't have the default category - see screenshot below
UPDATE
I have reinstalled Magento on my local machine. The menu shows fine on Luma and Blank theme but on my own custom one, it is not showing. Is there anything I need to include or check?
Thanks for the help
magento2 menu navigation topmenu
magento2 menu navigation topmenu
edited 10 mins ago
Utsav Gupta
31015
31015
asked Jan 11 '17 at 16:06
Peter WilkinsonPeter Wilkinson
70127
70127
Does the menu work on blank or Luma theme ?
– Devtype
Jan 11 '17 at 16:08
Didn't try that. Just enabled the Luma theme and no it doesn't show. Any idea to why it is not showing?
– Peter Wilkinson
Jan 11 '17 at 16:26
add a comment |
Does the menu work on blank or Luma theme ?
– Devtype
Jan 11 '17 at 16:08
Didn't try that. Just enabled the Luma theme and no it doesn't show. Any idea to why it is not showing?
– Peter Wilkinson
Jan 11 '17 at 16:26
Does the menu work on blank or Luma theme ?
– Devtype
Jan 11 '17 at 16:08
Does the menu work on blank or Luma theme ?
– Devtype
Jan 11 '17 at 16:08
Didn't try that. Just enabled the Luma theme and no it doesn't show. Any idea to why it is not showing?
– Peter Wilkinson
Jan 11 '17 at 16:26
Didn't try that. Just enabled the Luma theme and no it doesn't show. Any idea to why it is not showing?
– Peter Wilkinson
Jan 11 '17 at 16:26
add a comment |
2 Answers
2
active
oldest
votes
Solution 1 :
You need to have all your categories UNDER the "Default Category". Then they should show.
Solution 2 :
Verify that Default Category Is Active (Enable category = "yes") and "Include in Navigation Menu" to Yes.
Clear your cache by running the php bin/magento cache:clean command and check it will works.
Update :
Just go to the Stores -> All Stores -> Click on Store (Main website store) - >You will see Root category option there listed with your category name -> select that one (Test,Collection whatever you want)->click on save and check.
Refer below screenshot :
Thanks for this. I have checked and seems that I dont have the "Default Caregory". I have however added the Collections or Test Category as the "category name" under your solution 2. I have also made sure that enable category and include in menu is active. See image that I have added in my question. Any ideas to why I dont have default category and do I need it, if so - how can I get it ? Thanks
– Peter Wilkinson
Jan 16 '17 at 12:17
Thanks for the help. I have tried that before but did it again to check and still no joy. I am so lost to why this is happening :(
– Peter Wilkinson
Jan 16 '17 at 17:05
1
I am such a loss here. I have done exactly what you said. Made sure I have a root category, make sure that enable and include in menu is checked. I then made sure that it is included under store information. Cleaned cache, tried even the Luma theme and still no joy. Do you know if I need to create or include a block in my theme, or check if it is in the Luma or Blank theme? I just dont know where to go from here.
– Peter Wilkinson
Jan 17 '17 at 9:00
Thanks. Did as you said and showing nothing still.. I just want to give up at this point :D
– Peter Wilkinson
Jan 17 '17 at 10:51
Thanks Dave for the help. I have done an update to my question - can you take a look?
– Peter Wilkinson
Jan 18 '17 at 9:20
|
show 1 more comment
If you have tried all the other solutions and checked all the other basic things (enabled, correct root category...) then I might have the solution for you!
If the category was every removed from the menu ("Include in Menu" = "Off" in admin), and then turned back on; it seems there is a bug in Magento 2 here. Magento 2 will only set the "include_in_menu" attribute to 1 for the admin store and not any other front end stores, it will leave them as 0. So Magento thinks they are still disabled from the menu.
The solution is easy:
- Figure out the attribute_id of the "include_in_menu" attribute; in my case, it's 69.
- Figure out the entity_id of the category that you are working with; in my case its 47.
- Look at the "catalog_category_entity_int" table for that category (entity_id) and attribute (attribute_id). Make sure "value"=1 for all the frontend stores. In my case store, 0 is an admin, and store 1 and 2 are two frontend stores.
- Reindex and flush cache
Hope this works for you. It took me an hour to recreate a category structure, then when it happened again I dug into the code and found this. If it does work for you, give this answer an upvote. We use Magento 2 on our GoToTags Store. The journey has been "fun" because of issues like this.
Good luck!
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "479"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f154287%2fmagento-2-navigation-menu-not-showing%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
Solution 1 :
You need to have all your categories UNDER the "Default Category". Then they should show.
Solution 2 :
Verify that Default Category Is Active (Enable category = "yes") and "Include in Navigation Menu" to Yes.
Clear your cache by running the php bin/magento cache:clean command and check it will works.
Update :
Just go to the Stores -> All Stores -> Click on Store (Main website store) - >You will see Root category option there listed with your category name -> select that one (Test,Collection whatever you want)->click on save and check.
Refer below screenshot :
Thanks for this. I have checked and seems that I dont have the "Default Caregory". I have however added the Collections or Test Category as the "category name" under your solution 2. I have also made sure that enable category and include in menu is active. See image that I have added in my question. Any ideas to why I dont have default category and do I need it, if so - how can I get it ? Thanks
– Peter Wilkinson
Jan 16 '17 at 12:17
Thanks for the help. I have tried that before but did it again to check and still no joy. I am so lost to why this is happening :(
– Peter Wilkinson
Jan 16 '17 at 17:05
1
I am such a loss here. I have done exactly what you said. Made sure I have a root category, make sure that enable and include in menu is checked. I then made sure that it is included under store information. Cleaned cache, tried even the Luma theme and still no joy. Do you know if I need to create or include a block in my theme, or check if it is in the Luma or Blank theme? I just dont know where to go from here.
– Peter Wilkinson
Jan 17 '17 at 9:00
Thanks. Did as you said and showing nothing still.. I just want to give up at this point :D
– Peter Wilkinson
Jan 17 '17 at 10:51
Thanks Dave for the help. I have done an update to my question - can you take a look?
– Peter Wilkinson
Jan 18 '17 at 9:20
|
show 1 more comment
Solution 1 :
You need to have all your categories UNDER the "Default Category". Then they should show.
Solution 2 :
Verify that Default Category Is Active (Enable category = "yes") and "Include in Navigation Menu" to Yes.
Clear your cache by running the php bin/magento cache:clean command and check it will works.
Update :
Just go to the Stores -> All Stores -> Click on Store (Main website store) - >You will see Root category option there listed with your category name -> select that one (Test,Collection whatever you want)->click on save and check.
Refer below screenshot :
Thanks for this. I have checked and seems that I dont have the "Default Caregory". I have however added the Collections or Test Category as the "category name" under your solution 2. I have also made sure that enable category and include in menu is active. See image that I have added in my question. Any ideas to why I dont have default category and do I need it, if so - how can I get it ? Thanks
– Peter Wilkinson
Jan 16 '17 at 12:17
Thanks for the help. I have tried that before but did it again to check and still no joy. I am so lost to why this is happening :(
– Peter Wilkinson
Jan 16 '17 at 17:05
1
I am such a loss here. I have done exactly what you said. Made sure I have a root category, make sure that enable and include in menu is checked. I then made sure that it is included under store information. Cleaned cache, tried even the Luma theme and still no joy. Do you know if I need to create or include a block in my theme, or check if it is in the Luma or Blank theme? I just dont know where to go from here.
– Peter Wilkinson
Jan 17 '17 at 9:00
Thanks. Did as you said and showing nothing still.. I just want to give up at this point :D
– Peter Wilkinson
Jan 17 '17 at 10:51
Thanks Dave for the help. I have done an update to my question - can you take a look?
– Peter Wilkinson
Jan 18 '17 at 9:20
|
show 1 more comment
Solution 1 :
You need to have all your categories UNDER the "Default Category". Then they should show.
Solution 2 :
Verify that Default Category Is Active (Enable category = "yes") and "Include in Navigation Menu" to Yes.
Clear your cache by running the php bin/magento cache:clean command and check it will works.
Update :
Just go to the Stores -> All Stores -> Click on Store (Main website store) - >You will see Root category option there listed with your category name -> select that one (Test,Collection whatever you want)->click on save and check.
Refer below screenshot :
Solution 1 :
You need to have all your categories UNDER the "Default Category". Then they should show.
Solution 2 :
Verify that Default Category Is Active (Enable category = "yes") and "Include in Navigation Menu" to Yes.
Clear your cache by running the php bin/magento cache:clean command and check it will works.
Update :
Just go to the Stores -> All Stores -> Click on Store (Main website store) - >You will see Root category option there listed with your category name -> select that one (Test,Collection whatever you want)->click on save and check.
Refer below screenshot :
edited Jan 16 '17 at 13:41
answered Jan 12 '17 at 5:05
Manthan DaveManthan Dave
7,79621538
7,79621538
Thanks for this. I have checked and seems that I dont have the "Default Caregory". I have however added the Collections or Test Category as the "category name" under your solution 2. I have also made sure that enable category and include in menu is active. See image that I have added in my question. Any ideas to why I dont have default category and do I need it, if so - how can I get it ? Thanks
– Peter Wilkinson
Jan 16 '17 at 12:17
Thanks for the help. I have tried that before but did it again to check and still no joy. I am so lost to why this is happening :(
– Peter Wilkinson
Jan 16 '17 at 17:05
1
I am such a loss here. I have done exactly what you said. Made sure I have a root category, make sure that enable and include in menu is checked. I then made sure that it is included under store information. Cleaned cache, tried even the Luma theme and still no joy. Do you know if I need to create or include a block in my theme, or check if it is in the Luma or Blank theme? I just dont know where to go from here.
– Peter Wilkinson
Jan 17 '17 at 9:00
Thanks. Did as you said and showing nothing still.. I just want to give up at this point :D
– Peter Wilkinson
Jan 17 '17 at 10:51
Thanks Dave for the help. I have done an update to my question - can you take a look?
– Peter Wilkinson
Jan 18 '17 at 9:20
|
show 1 more comment
Thanks for this. I have checked and seems that I dont have the "Default Caregory". I have however added the Collections or Test Category as the "category name" under your solution 2. I have also made sure that enable category and include in menu is active. See image that I have added in my question. Any ideas to why I dont have default category and do I need it, if so - how can I get it ? Thanks
– Peter Wilkinson
Jan 16 '17 at 12:17
Thanks for the help. I have tried that before but did it again to check and still no joy. I am so lost to why this is happening :(
– Peter Wilkinson
Jan 16 '17 at 17:05
1
I am such a loss here. I have done exactly what you said. Made sure I have a root category, make sure that enable and include in menu is checked. I then made sure that it is included under store information. Cleaned cache, tried even the Luma theme and still no joy. Do you know if I need to create or include a block in my theme, or check if it is in the Luma or Blank theme? I just dont know where to go from here.
– Peter Wilkinson
Jan 17 '17 at 9:00
Thanks. Did as you said and showing nothing still.. I just want to give up at this point :D
– Peter Wilkinson
Jan 17 '17 at 10:51
Thanks Dave for the help. I have done an update to my question - can you take a look?
– Peter Wilkinson
Jan 18 '17 at 9:20
Thanks for this. I have checked and seems that I dont have the "Default Caregory". I have however added the Collections or Test Category as the "category name" under your solution 2. I have also made sure that enable category and include in menu is active. See image that I have added in my question. Any ideas to why I dont have default category and do I need it, if so - how can I get it ? Thanks
– Peter Wilkinson
Jan 16 '17 at 12:17
Thanks for this. I have checked and seems that I dont have the "Default Caregory". I have however added the Collections or Test Category as the "category name" under your solution 2. I have also made sure that enable category and include in menu is active. See image that I have added in my question. Any ideas to why I dont have default category and do I need it, if so - how can I get it ? Thanks
– Peter Wilkinson
Jan 16 '17 at 12:17
Thanks for the help. I have tried that before but did it again to check and still no joy. I am so lost to why this is happening :(
– Peter Wilkinson
Jan 16 '17 at 17:05
Thanks for the help. I have tried that before but did it again to check and still no joy. I am so lost to why this is happening :(
– Peter Wilkinson
Jan 16 '17 at 17:05
1
1
I am such a loss here. I have done exactly what you said. Made sure I have a root category, make sure that enable and include in menu is checked. I then made sure that it is included under store information. Cleaned cache, tried even the Luma theme and still no joy. Do you know if I need to create or include a block in my theme, or check if it is in the Luma or Blank theme? I just dont know where to go from here.
– Peter Wilkinson
Jan 17 '17 at 9:00
I am such a loss here. I have done exactly what you said. Made sure I have a root category, make sure that enable and include in menu is checked. I then made sure that it is included under store information. Cleaned cache, tried even the Luma theme and still no joy. Do you know if I need to create or include a block in my theme, or check if it is in the Luma or Blank theme? I just dont know where to go from here.
– Peter Wilkinson
Jan 17 '17 at 9:00
Thanks. Did as you said and showing nothing still.. I just want to give up at this point :D
– Peter Wilkinson
Jan 17 '17 at 10:51
Thanks. Did as you said and showing nothing still.. I just want to give up at this point :D
– Peter Wilkinson
Jan 17 '17 at 10:51
Thanks Dave for the help. I have done an update to my question - can you take a look?
– Peter Wilkinson
Jan 18 '17 at 9:20
Thanks Dave for the help. I have done an update to my question - can you take a look?
– Peter Wilkinson
Jan 18 '17 at 9:20
|
show 1 more comment
If you have tried all the other solutions and checked all the other basic things (enabled, correct root category...) then I might have the solution for you!
If the category was every removed from the menu ("Include in Menu" = "Off" in admin), and then turned back on; it seems there is a bug in Magento 2 here. Magento 2 will only set the "include_in_menu" attribute to 1 for the admin store and not any other front end stores, it will leave them as 0. So Magento thinks they are still disabled from the menu.
The solution is easy:
- Figure out the attribute_id of the "include_in_menu" attribute; in my case, it's 69.
- Figure out the entity_id of the category that you are working with; in my case its 47.
- Look at the "catalog_category_entity_int" table for that category (entity_id) and attribute (attribute_id). Make sure "value"=1 for all the frontend stores. In my case store, 0 is an admin, and store 1 and 2 are two frontend stores.
- Reindex and flush cache
Hope this works for you. It took me an hour to recreate a category structure, then when it happened again I dug into the code and found this. If it does work for you, give this answer an upvote. We use Magento 2 on our GoToTags Store. The journey has been "fun" because of issues like this.
Good luck!
add a comment |
If you have tried all the other solutions and checked all the other basic things (enabled, correct root category...) then I might have the solution for you!
If the category was every removed from the menu ("Include in Menu" = "Off" in admin), and then turned back on; it seems there is a bug in Magento 2 here. Magento 2 will only set the "include_in_menu" attribute to 1 for the admin store and not any other front end stores, it will leave them as 0. So Magento thinks they are still disabled from the menu.
The solution is easy:
- Figure out the attribute_id of the "include_in_menu" attribute; in my case, it's 69.
- Figure out the entity_id of the category that you are working with; in my case its 47.
- Look at the "catalog_category_entity_int" table for that category (entity_id) and attribute (attribute_id). Make sure "value"=1 for all the frontend stores. In my case store, 0 is an admin, and store 1 and 2 are two frontend stores.
- Reindex and flush cache
Hope this works for you. It took me an hour to recreate a category structure, then when it happened again I dug into the code and found this. If it does work for you, give this answer an upvote. We use Magento 2 on our GoToTags Store. The journey has been "fun" because of issues like this.
Good luck!
add a comment |
If you have tried all the other solutions and checked all the other basic things (enabled, correct root category...) then I might have the solution for you!
If the category was every removed from the menu ("Include in Menu" = "Off" in admin), and then turned back on; it seems there is a bug in Magento 2 here. Magento 2 will only set the "include_in_menu" attribute to 1 for the admin store and not any other front end stores, it will leave them as 0. So Magento thinks they are still disabled from the menu.
The solution is easy:
- Figure out the attribute_id of the "include_in_menu" attribute; in my case, it's 69.
- Figure out the entity_id of the category that you are working with; in my case its 47.
- Look at the "catalog_category_entity_int" table for that category (entity_id) and attribute (attribute_id). Make sure "value"=1 for all the frontend stores. In my case store, 0 is an admin, and store 1 and 2 are two frontend stores.
- Reindex and flush cache
Hope this works for you. It took me an hour to recreate a category structure, then when it happened again I dug into the code and found this. If it does work for you, give this answer an upvote. We use Magento 2 on our GoToTags Store. The journey has been "fun" because of issues like this.
Good luck!
If you have tried all the other solutions and checked all the other basic things (enabled, correct root category...) then I might have the solution for you!
If the category was every removed from the menu ("Include in Menu" = "Off" in admin), and then turned back on; it seems there is a bug in Magento 2 here. Magento 2 will only set the "include_in_menu" attribute to 1 for the admin store and not any other front end stores, it will leave them as 0. So Magento thinks they are still disabled from the menu.
The solution is easy:
- Figure out the attribute_id of the "include_in_menu" attribute; in my case, it's 69.
- Figure out the entity_id of the category that you are working with; in my case its 47.
- Look at the "catalog_category_entity_int" table for that category (entity_id) and attribute (attribute_id). Make sure "value"=1 for all the frontend stores. In my case store, 0 is an admin, and store 1 and 2 are two frontend stores.
- Reindex and flush cache
Hope this works for you. It took me an hour to recreate a category structure, then when it happened again I dug into the code and found this. If it does work for you, give this answer an upvote. We use Magento 2 on our GoToTags Store. The journey has been "fun" because of issues like this.
Good luck!
edited 10 mins ago
Utsav Gupta
31015
31015
answered Dec 4 '18 at 18:51
craigtadlockcraigtadlock
1011
1011
add a comment |
add a comment |
Thanks for contributing an answer to Magento Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f154287%2fmagento-2-navigation-menu-not-showing%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Does the menu work on blank or Luma theme ?
– Devtype
Jan 11 '17 at 16:08
Didn't try that. Just enabled the Luma theme and no it doesn't show. Any idea to why it is not showing?
– Peter Wilkinson
Jan 11 '17 at 16:26