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

LayeredNavigation theme problems #11782

Closed
ci2014 opened this issue Oct 26, 2017 · 7 comments
Closed

LayeredNavigation theme problems #11782

ci2014 opened this issue Oct 26, 2017 · 7 comments
Labels
Issue: Format is valid Gate 1 Passed. Automatic verification of issue format passed

Comments

@ci2014
Copy link

ci2014 commented Oct 26, 2017

Preconditions

  1. Magento 2.2.0, but problem exists earlier as well

Steps to reproduce

  1. Install Magento 2.x.x
  2. Visit a category with child categories and filters
  3. see the result

Expected result

  1. Should look like in demos, should be collapsible

Actual result

  1. Looks like the following and is not collapsible

image

@magento-engcom-team magento-engcom-team added the Issue: Format is valid Gate 1 Passed. Automatic verification of issue format passed label Oct 26, 2017
@orlangur
Copy link
Contributor

Hi @ci2014 which theme are you using? Only Blank and Luma themes are bundled within Magento, respective vendors should be contacted in case of other themes.

@ci2014
Copy link
Author

ci2014 commented Oct 26, 2017

The problem exists in the Luma and in the Blank Theme.

Heres a part of the source code. It doesn't look like the LayeredNavigation module is taking any effect:

"<div class="widget block block-static-block">
<div class="categories-menu"><strong class="title"><span>Women's Deals</span></strong>
<ul class="items">
<li class="item"><a href="/women/tops-women/hoodies-and-sweatshirts-women.html">Hoodies and Sweatshirts</a></li>
<li class="item"><a href="/women/tops-women/jackets-women.html">Jackets</a></li>
<li class="item"><a href="/women/tops-women/tees-women.html">Tees</a></li>
<li class="item"><a href="/women/tops-women/tanks-women.html">Bras &amp; Tanks</a></li>
<li class="item"><a href="/women/bottoms-women/pants-women.html">Pants</a></li>
<li class="item"><a href="/women/bottoms-women/shorts-women.html">Shorts</a></li>
</ul>

<strong class="title"><span>Mens's Deals</span></strong>
<ul class="items">
<li class="item"><a href="/men/tops-men/hoodies-and-sweatshirts-men.html">Hoodies and Sweatshirts</a></li>
<li class="item"><a href="/men/tops-men/jackets-men.html">Jackets</a></li>
<li class="item"><a href="/men/tops-men/tees-men.html">Tees</a></li>
<li class="item"><a href="/men/bottoms-men/pants-men.html">Pants</a></li>
<li class="item"><a href="/men/bottoms-men/shorts-men.html">Shorts</a></li>
</ul>

<strong class="title"><span>Gear Deals</span></strong>
<ul class="items">
<li class="item"><a href="/gear/bags.html">Bags</a></li>
<li class="item"><a href="/gear/fitness-equipment.html">Fitness Equipment</a></li>
</ul>
</div></div>"

@ci2014
Copy link
Author

ci2014 commented Oct 26, 2017

It should look like this in Luma:

image

@orlangur
Copy link
Contributor

You stripped domain from <a href="/women/tops-women/tees-women.html"> before pasting?

Ok, I doubt vanilla Luma theme contains such bug, let's wait for verification.

@ci2014
Copy link
Author

ci2014 commented Oct 26, 2017

@orlangur I did. The domain contains a customers name, so I thought it's not in their interest.

Maybe it helps to tell, that I've installed Magento via composer.

@orlangur
Copy link
Contributor

Ok, just wanted to assure it's not some links starting from root.

@ci2014
Copy link
Author

ci2014 commented Oct 26, 2017

Thank you. I will investigate on this.

Edit: My conjectures were wrong, but the real problem exists: #2121

@ci2014 ci2014 closed this as completed Oct 26, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Issue: Format is valid Gate 1 Passed. Automatic verification of issue format passed
Projects
None yet
Development

No branches or pull requests

3 participants