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

Layered Navigation #18

Open
webusat opened this issue Oct 30, 2017 · 2 comments
Open

Layered Navigation #18

webusat opened this issue Oct 30, 2017 · 2 comments

Comments

@webusat
Copy link

webusat commented Oct 30, 2017

Hi,

I cannot get the layered navigation to work with the module enabled. If I disable the module the layered nav works fine. When I enable it, it goes away. I have tried over-writing some of the XML with no luck. That might be what needs to happen and I am probably doing something wrong there and just can't get it to work.

It doesn't matter the theme. I have the latest version of the module installed (update 5 moths ago) and running magento 2.2.0. Anyone know how to get this to work?

@webusat
Copy link
Author

webusat commented Oct 30, 2017

UPDATE
I can move the layered nav around - places it in the content and destination="page.bottom" into the footer. So I know it works. I tried destination="sidebar.main" with and without before="-" and after="-" but I cannot get it into the sidebar.

Any thoughts?

@kordzadeh
Copy link

kordzadeh commented Mar 16, 2018

Hi,
you just need to add Sebwite\Sidebar\Block\Sidebar leki below

    <container name="div.sidebar.main" htmlTag="div" htmlClass="c-sidebar c-sidebar--categories">
        <block class="Sebwite\Sidebar\Block\Sidebar" name="category-sidebar" template="Sebwite_Sidebar::sidebar.phtml"/>
    </container>

into your theme 2columns-left.xml

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

2 participants