Display of Search Results Problem #1146
resistorsoftware
started this conversation in
General
Replies: 1 comment 2 replies
-
Well, since no one seems to be on the spot to help here, I found two things. One, the setup CSS has a base default z-index set to 9999 and I have no idea how that is used in the code, but when I hard-coded my aa_Panel to have a z-index of 1000 the results showed up fine. So that is a total gamble of a fix, and raises more questions than it answers, but I will leave it at that. What does the 9999 even mean, and how is it used? Why does 1000 work when 9999 as a base did nothing? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have implemented a working autocomplete setup that functions perfectly in three Shopify themes. The HTML, Javascript and CSS all combine so that when I type into the input box autocomplete provides, I see the results.
However, I have one theme in Shopify (of course the production one the client uses) where I see my search results trigger and are found, but for whatever reason, the results are never displayed. It is as if the results are sent to >dev/null!
Is there some kind of debugging trick I can try to figure out why code that is working perfectly in 3/4 test scenarios has a specific problem in one? I am desperate to know what might be interfering with what should be a standard display of search results from autocomplete!
Beta Was this translation helpful? Give feedback.
All reactions