• Resolved jmask

    (@jmask)


    according to the stylesheet it should be generating the classes ais-HierarchicalMenu-list–lvl1 and ais-HierarchicalMenu-list–lvl2 however it doesn’t…

    I am assuming this is why the menu isn’t displaying correctly

    The page I need help with: [log in to see the link]

Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Contributor Michael Beckwith

    (@tw2113)

    The BenchPresser

    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

    Plugin Contributor Michael Beckwith

    (@tw2113)

    The BenchPresser

    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.

    Plugin Contributor Michael Beckwith

    (@tw2113)

    The BenchPresser

    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…

    Plugin Contributor Michael Beckwith

    (@tw2113)

    The BenchPresser

    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.

    Plugin Contributor Michael Beckwith

    (@tw2113)

    The BenchPresser

    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>
Viewing 9 replies - 1 through 9 (of 9 total)

The topic ‘HierarchicalMenu not displaying correctly’ is closed to new replies.