
Vlad
Zendesk Help Center developer, email me for any inquiries wladan@gmail.com
-
Total activity237
-
Last activity
-
Member since
-
Following0 users
-
Followed by2 users
-
Votes15
-
Subscriptions82
Activity overview
Latest activity by Vlad-
Vlad commented,
Agree, but it's not that handy to hide each article compared to category or a section. I mean on the search results page if it says eg 4 results found but we have hidden two of them, so it's anothe...
-
Vlad commented,
Hey Ahmed, that's a good solution! The only thing is what about the search results page? Or submit a ticket page and suggested articles?
-
Vlad commented,
it will work if a visitor is logged in, but not for anonymous visitors from a specified country.
-
Vlad commented,
I'm interested too :)
-
Vlad commented,
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 commented,
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 commented,
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 commented,
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 commented,
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 commented,
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...