Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

This extension show only Categories text #25

Open
Gagan557 opened this issue Nov 21, 2018 · 4 comments
Open

This extension show only Categories text #25

Gagan557 opened this issue Nov 21, 2018 · 4 comments

Comments

@Gagan557
Copy link

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
Copy link
Author

Gagan557 commented Nov 21, 2018

screenshot 77

@probillals
Copy link

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
Copy link

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

@cuongtran8
Copy link

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
#19 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants