Sebwite / magento2-category-sidebar

Magento2 category sidebar extension
63 stars 58 forks source link

This extension show only Categories text #25

Open Gagan557 opened 5 years ago

Gagan557 commented 5 years ago

I used this extension in magento 2.5 it show only categories text not show category and sub categories. I enabled this module using admin configuration.

Gagan557 commented 5 years ago

screenshot 77

probillals commented 5 years ago

Just find the file Sebwite_Sidebar/css/module.css And change the css declaration

.sidebar .o-list { display: none; }

To

.sidebar .o-list { display: block; }

DikshaYadav22 commented 5 years ago

I am still unable to get the subcategories on it. On clicking it, subcategory is not showing.

cuongtran8 commented 5 years ago

I am still unable to get the subcategories on it. On clicking it, subcategory is not showing.

This trick shows the subcategory, also you need to config in admin to show the child category also https://github.com/Sebwite/magento2-category-sidebar/issues/19#issuecomment-351743526