Double Search Bar Issue

Double Search Bar Issue

Shoreaquatic
Visitor
2 0 0

Good Afternoon everyone,

I have purchased the cornerstone template and for some reason my search bar is appearing twice when typing. One search bar is saying no search results while the other is showing the actual results. If anyone knows how to fix this that would be greatly appreciated.

Thank yall,

Shoreaquatic_0-1716401446253.png

 

Replies 4 (4)

Blair
Shopify Staff
2067 273 250

Hi @Shoreaquatic,

 

Thanks for reaching out to the Community! 

 

To gather a bit more information, does the issue persist on a fresh copy of the theme being used? If not, I'd encourage you to connect with Fluorescent Design Inc directly for assistance with your theme. As Cornerstone is considered to be a third-party theme, their support team will be able to investigate further to ensure it gets resolved.

 

Please let me know if you have any other questions or concerns. 

Blair | Shopify 
 - Was my reply helpful? Click Like to let me know! 
 - Was your question answered? Mark it as an Accepted Solution
 - To learn more visit the Shopify Help Center or the Shopify Blog

TerenceKEANE
Shopify Partner
512 86 79

Hi,

 

What you've described can be done. Could you send the website link?

Terence

★ Looking for Dedicated Premium Coding Support? Join our unique "PREMIUM SUPPORT" service starting at 59 USD for 1 MONTH!
★ Get skilled Shopify developers at BUDGET-FRIENDLY RATES — explore Novajetsoft.com for a rapid quote!
If my support was a lifeline for you, The COFFEE  
would be the anchor keeping me steady!
★ For Quick response --> WhatsApp | Email --> [email protected] | Software Engineer - Specializing In Advanced E-Commerce Websites
Shoreaquatic
Visitor
2 0 0
https://www.shoreaquatic.com/
Here is the link, any advice on how to address this issue is very much
appreciated!
TerenceKEANE
Shopify Partner
512 86 79

As far as I can see, two search features are conflicting with each other. So I hid one of them. I think it should work better for you this way. Let me know if there are any issues!

 

Terence..

 

1) Navigate to the 'Edit Code' option in your theme settings, then search for 'theme.liquid' in the search bar.

2) Paste the following code below the '<head>' tag. Please refer to the attached screenshot for guidance.

 

 

 

<style>

.fast-ac-container {
    display: none !important;
}

.quick-search__footer {
    display: none !important;
}

  
</style>

 

shopify.head.jpg

★ Looking for Dedicated Premium Coding Support? Join our unique "PREMIUM SUPPORT" service starting at 59 USD for 1 MONTH!
★ Get skilled Shopify developers at BUDGET-FRIENDLY RATES — explore Novajetsoft.com for a rapid quote!
If my support was a lifeline for you, The COFFEE  
would be the anchor keeping me steady!
★ For Quick response --> WhatsApp | Email --> [email protected] | Software Engineer - Specializing In Advanced E-Commerce Websites