
Vlad
Zendesk Help Center developer, email me for any inquiries wladan@gmail.com
-
Gesamtaktivitäten232
-
Letzte Aktivität
-
Mitglied seit
-
Folge ich0 Benutzer
-
Gefolgt von2 Benutzer
-
Stimmen15
-
Abonnements81
Aktivitätsübersicht
Neueste Aktivität von Vlad-
Vlad hat einen Kommentar hinterlassen
Yes, it is; do a try with this URLhttps://YOUR_ZD_SUBDOMAIN.zendesk.com/theming/workbenchedit the theme you wantand follow the next steps.
-
Vlad hat einen Kommentar hinterlassen
Hey Hava, You should use the Dynamic content option. Then your JS code will look like this: $('.form-field.string.required.request_anonymous_requester_email label').text('{{dc 'your_email_text'}}'...
-
Vlad hat einen Kommentar hinterlassen
Hey Tony, just add this at the end of your theme CSS file, it should do the trick. .searchbox-suggestions li:nth-child(n+4) {display: none;}
-
Vlad hat einen Kommentar hinterlassen
Hey Diana Iglesias Irvin, this should do the trick:2nd step should be like this, add this code at the very end of your JS file: $(document).ready(function() {var selected = $('#request_issue_type_s...
-
Vlad hat einen Kommentar hinterlassen
hey, do you want to hide a particular part of an article based on a visitor's device?You can do that with JavaScript. Example: var ua = navigator.userAgent.toLowerCase();var isAndroid = ua.indexOf(...
-
Vlad hat einen Kommentar hinterlassen
I just saw this post. Actually, there IS a way to embed media in the Community part.https://support.zendesk.com/hc/en-us/community/posts/4409515196186--Gather-How-to-allow-Zendesk-Community-users-t...
-
Vlad hat einen Kommentar hinterlassen
Hey Greg, is there any update on this? Thanks
-
Vlad hat einen Kommentar hinterlassen
Hey @Autumn Yes that is doable with a help of ZD API. You should use the Search endpoint with scope to the needed category on each ticket form.
-
Vlad hat einen Kommentar hinterlassen
Hey Victoria, seems the format is not good, try with: <div class="hero-headline"> {{dc 'helpdesk_welcome_message'}} </div>
-
Vlad hat einen Post erstellt
GET /api/v2/help_center/community_posts/search endpoint - Anonymous not allowed
Does anybody know why this endpoint is not allowed for anon. visitors? Thanks GET /api/v2/help_center/community_posts/search?query={query}