Hi @jmask
This is for the search in the upper right area, and shown in https://cloudup.com/cxPvEq3j61P correct?
Just in case, have you done template customization for this? Or is it all pulling from the default templates shipped with the plugin?
Thread Starter
jmask
(@jmask)
this is for the facet on the search results display page
How about the last two questions I asked?
Can you provide a search term and/or a pasteable permalink that I could use to see the results page?
Thread Starter
jmask
(@jmask)
.com/?s
works I just accidentally capitalized the “s” in my original post.
Yes it’s customized now, minimally, but it never worked even with default template.
hmm.
Without specifying a search term, it’s just going to show the frontpage. Seeing what we can do with what we have thus far, but more info would definitely help out as well, where you can.
Thread Starter
jmask
(@jmask)
You can search anything, like makeup
The top menu show the hierarchy of the menu structure…
Finally managed to recreate and see what I believe you’re seeing on my local install as well, and we’re checking on some things here. Stay tuned and we appreciate the patience.
Way more time than I realized has passed since I last checked in here @jmask and figured I would check and see if you made any progress on your own with this or if you’re still hoping for insight from us.
Thread Starter
jmask
(@jmask)
Still hoping for insight. It only has –parent and –child but no more levels. This is what is seen when expanding the hierarchical menu. Site URL is omitted in the below code.
<li class="ais-HierarchicalMenu-item ais-HierarchicalMenu-item--selected ais-HierarchicalMenu-item--parent">
<div><a class="ais-HierarchicalMenu-link" href="https://mywebsite.com/?s=makeup"><span class="ais-HierarchicalMenu-label">Bath & Body</span><span class="ais-HierarchicalMenu-count">2</span></a></div>
<div class="ais-HierarchicalMenu-list--child">
<ul class="ais-HierarchicalMenu-list">
<li class="ais-HierarchicalMenu-item ais-HierarchicalMenu-item--selected ais-HierarchicalMenu-item--parent">
<div><a class="ais-HierarchicalMenu-link" href="https://mywebsite.com/?s=makeup"><span class="ais-HierarchicalMenu-label">Body Moisturizers</span><span class="ais-HierarchicalMenu-count">2</span></a></div>
<div class="ais-HierarchicalMenu-list--child">
<ul class="ais-HierarchicalMenu-list">
<li class="ais-HierarchicalMenu-item ais-HierarchicalMenu-item--selected">
<div><a class="ais-HierarchicalMenu-link" href="https://mywebsite.com/?s=makeup"><span class="ais-HierarchicalMenu-label">Body Lotion & Cream</span><span class="ais-HierarchicalMenu-count">1</span></a></div>
</li>
<li class="ais-HierarchicalMenu-item">
<div><a class="ais-HierarchicalMenu-link" href="https://mywebsite.com/?s=makeup"><span class="ais-HierarchicalMenu-label">Body Oils</span><span class="ais-HierarchicalMenu-count">1</span></a></div>
</li>
</ul>
</div>
</li>
</ul>
</div>
</li>