Hide Search bar in help Center home page
Con risposta
Data ultimo post: 23 giu 2020
HI,
is it possible to hide search bar in Help Center homepage ?
I have no article in Guide, so I'm using only ticket form.
My goal, at the moment, is to use home page only as landing for ticket submission, a thank you page with a link to my website, placing some text and link
Is there a way to achieve it ?
Thanks a lot
0
22
22 commenti
Aprajita Ranjan
Hi Support Team,
I cant find {{search submit=false instant=settings.instant_search class='search search-full'}} in home_page.hbs
Can you please help me locate it.
I also need to remove the maginifying glass icon in top right of header.
0
Gabriel Manlapig
This hasn’t changed, and Zendesk Guide theme customization is available with Suite Growth or Guide Professional and up. Please view this article as a reference: Customizing your help center theme.
I hope that answers your question. Thank you!
0
Dirk Pekari
Hi Team,
is it possible that it has changed that customization is not longer possible within plan "Team"?
0
Ifra Saqlain
Great !
0
Susann (Sue) Philbrook
Solution 1 worked perfect. Thanks!
0
Ifra Saqlain
Hi Susann (Sue) Philbrook, if you are using V2 theme, do the following to remove the searchbar from all who is not signed-in:
Theme: Copenhagen (Latest Version)
Solution 1:
You can wrap your search-bar code inside the condition- Theme
API V2
Solution 2:
Add this snippet to your document_head.js file:
search-icon class is in default theme, may be your theme has something else so check the class name of magnifying glass and replace search-icon class.
Any help, feel free to ask.
Thanks
0
Susann (Sue) Philbrook
I used the code that hides the search bar from anyone who is not signed in. However, the magnifying glass is still showing. How do I remove (or better yet hide) the magnifying icon?
0
Mohd Alam Ansari
Thank you Ifra Saqlain. Button is showing. Ofcourse I will ask.
0
Ifra Saqlain
Ask more questions :D
0
Ifra Saqlain
Hi Alam,
have a look at the screenshot:
the code you have shared - {{search submit=false instant=settings.instant_search class='search search-full'}} , it's searchbar code and you are right, you will need to enable the submit button of searchbar from submit=false to submit=true.
Remove your search-bar helper and add the one I'm giving:
{{search submit=true instant=settings.instant_search class='search search-full'}}
Output is:
have any doubt about it share that here :)
0
Accedi per aggiungere un commento.