In this tutorial you will learn how to remove Submit a request link from your help center.
Remove the helper
The help center has a set of helpers that perform certain actions. Delete the new_request link identifier from the template of your help center to remove the Submit a request link.
To remove the helper from your template
- In Guide, click the Customize design icon (
) in the sidebar
- From the theme you want to work with, select Customize
- Select Edit code and open the header.hbs template
- Remove the following lines of code below from your template:
{{link 'new_request' class='submit-a-request'}}
<li class="item">{{link 'new_request' role="menuitem" class='submit-a-request'}}</li>
- Click Save
- Open the article_page.hbs template, and remove the line below from the template
<div class="article-more-questions">
{{request_callout}}
</div>
This line of code controls the link to submit new requests on articles. - Click Save
Removing the sign in link prevents users from tracking their requests in the help center. If you want to provide email-only support, see the article: Setting up to provide email-only support.
26 comments
Tony
Happy to help ;)
1
Dave Naishal
Hello Tony,
Thank you so much for your guidance. it worked.
0
Tony
you should edit your theme code with the help of a developer. In general, I believe they should remove from the header.hbs the "new request" and the "signed in" part.
Then, if you are using the Copenhagen theme, you can remove the follow as shown here, and if you want to remove the widget, this article should be helpful.
Best,
0
Dave Naishal
Hello
How can I remove highlighted links showing in the below scrennshot from the form ?
0
François Xavier
Très bien, merci pour votre réponse.
Cordialement.
FXVT
0
Zsa Trias
Hello Rogério,
You should be able to customize your theme and apply the edits provided in this article, if you have the Guide Professional plan.
Please see the screenshot below for the Zendesk Suite/Guide plans where customization is available:
Reference: Customizing your help center theme
0
Rogério Perez
Is this option just available on paid theme versions? I cannot edit on free theme versions?
I have Zendesk Professional
0
Madison Hoffman
Hey Ari, it does look like you don't have access as your Guide plan is Guide Lite. You can view what that plan includes here: https://support.zendesk.com/hc/en-us/articles/4408823905434-About-the-Zendesk-Guide-plan-types
0
Ari Margolis
I'm using the Copenhagen theme. I don't have an "edit code" button. Do I need to upgrade to get that functionality?
0
Dave Dyson
0
Sign in to leave a comment.