Hi, stumped trying to get the menu to appear
- I have created 4 categories with some sub categories and a few products.
- I have Enabled Category (store view) and Include in Menu (store view)
and it doesn't appear on the home page (the menu is not there).
Is it the theme?
Just using the standard theme -
Magento Blank | Magento/luma |
installed Magento ver. 2.3.6
Mac Mini Big Sur
Chrome
Solved! Go to Solution.
Thanks gaurav_harsh1,
it turned out to be user error, my not understanding the menu structure.
I realised the whole menu has to be under one category. I was making separate categories and expecting to see them, which has probably got to do with being able to have separate domains and sites each with their own menu.
Just a newbie error, but at least I learned about clearing cache!
Hello @webmastero6c7f ,
Please run cache clear command :
php bin/magento cache:flush
also it occurs because of Varnish cache, please try below solution in that case :
https://magento.stackexchange.com/questions/112310/varnish-top-navigation-menu-gone
Hope it helps !
Thanks gaurav_harsh1,
it turned out to be user error, my not understanding the menu structure.
I realised the whole menu has to be under one category. I was making separate categories and expecting to see them, which has probably got to do with being able to have separate domains and sites each with their own menu.
Just a newbie error, but at least I learned about clearing cache!