- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-30-2018
08:36 PM
03-30-2018
08:36 PM
Magento 2 - 'Add Subcategory' button not showing in Admin
I don't understand why the Add root category and sub-category button isn't showing up in my store. Does anyone have a solution for this?
Index and cache are normal, as I have reindexed it and checked other things possibly wrong. Every other button including the upload button works normally.
I have switched Default store View to All Store Views and vice versa but it still doesn't work.
Here is a screenshot:
https://i.stack.imgur.com/7CdAo.png
Index and cache are normal, as I have reindexed it and checked other things possibly wrong. Every other button including the upload button works normally.
I have switched Default store View to All Store Views and vice versa but it still doesn't work.
Here is a screenshot:
https://i.stack.imgur.com/7CdAo.png
Labels:
7 REPLIES 7
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-30-2018
10:23 PM
03-30-2018
10:23 PM
Re: Magento 2 - 'Add Subcategory' button not showing in Admin
Hi @daniel_dozie,
Can you check the browser console to be sure no JS errors are happening?
Did you installed some 3rd-party module lately?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-30-2018
10:28 PM
03-30-2018
10:28 PM
Re: Magento 2 - 'Add Subcategory' button not showing in Admin
There isn't any custom module installed. Though I'm using a custom theme,
same as other folks purchased the theme but there hasn't been a complain
like mine.. I'm just confused as I really don't know where to start looking
from.
same as other folks purchased the theme but there hasn't been a complain
like mine.. I'm just confused as I really don't know where to start looking
from.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2018
07:04 AM
04-06-2018
07:04 AM
Re: Magento 2 - 'Add Subcategory' button not showing in Admin
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2018
08:25 AM
06-12-2018
08:25 AM
Re: Magento 2 - 'Add Subcategory' button not showing in Admin
Hey guys same problem here , no buttons to create root or subcategories , any solutions yet ?
thnx
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2018
10:37 AM
06-12-2018
10:37 AM
Re: Magento 2 - 'Add Subcategory' button not showing in Admin
Hi @character27,
Can you check your broswers console? Maybe there is an error message than can help us?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2018
01:28 PM
06-12-2018
01:28 PM
Re: Magento 2 - 'Add Subcategory' button not showing in Admin
hey @Damian Culotta
Here's the Web console result .![]()
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2018
02:22 AM
06-29-2018
02:22 AM
Re: Magento 2 - 'Add Subcategory' button not showing in Admin
Same issue, I am facing tried to resolve by debbuging in Magento\Catalog\Block\Adminhtml\Category\Tree::_prepareLayout(). You will get false in first if codition some time. you will get more idea in this file. May be it will help you to resolve your problem.