Búsquedas recientes
No hay búsquedas recientes
How to change the title?
Respondidas
Publicado 02 jun 2016
I set up our company name in the Zendesk name when I started the trial version. I subsequently purchase the lowest level agent. Now our Help Center is titled with the right logo but then it has our company name instead of Success Center. I already changed the name in Admin-Account-Branding but this is not where it's being pulled from because the title still hasn't changed. What am I missing?
0
12
12 comentarios
Diziana
Hi Anneliese,
I think you can the change the name from the help center settings.
I think that might work.
Let me know if you face any problem.
Cheers,
Diziana
1
Anneliese
Brilliant! Thank you Diziana. That fixed it.
0
Jessie Schutz
Thanks, Diziana! Another brilliant answer. :)
0
Karsten Jensen
We want to have different title and breadcrumbs, but they seem to be connected. How can we fix that or is there a workaround?
0
Trapta Singh
Hi @Karsten, yes they are connected but you can change by using the code provided below. Simply copy and paste the code at the bottom of your JS code -
Replace 'TEXT' with the title you want to show in breadcrumbs.
Let me know if you face any issue.
Thanks
0
Karsten Jensen
Hi @Trapta! It almost did the trick. Only issue is that it removes the hyperlink. Do you have a solution for that?
I've added the following code:
0
Trapta Singh
@Karsten,
I have updated the code please give it a shot and let me know how it goes for you.
Thanks
0
Karsten Jensen
@Trapta,
It seems that your previous comment has disappeared.
0
Trapta Singh
@Karsten, it is pending approval :(
Update the code from
to
It will work for you.
Thanks
0
Karsten Jensen
@Trapta,
Perfect! Worked :) Thank you very much.
0
Trapta Singh
@Karsten, Glad it worked for you :)
A piece of advice for you, if you have dynamic content you can use dynamic content instead of repeating text in your code.
Only change you have to make is, add the code in footer template under the <script></script> tag and add DC in the code. Something like this -
Replace DC with your dynamic content placeholder.
Now, you do not have to repeat text instead, add variants to your DC.
Thanks
Team Diziana
0
Karsten Jensen
@Trapta,
Very nice to know. I was actually under the impression that dynamic content didn't work in the javascript file.
I will try that out. Thanks :)
0