
Tipene Hughes
-
Total activity423
-
Last activity
-
Member since
-
Following0 users
-
Followed by4 users
-
Votes1
-
Subscriptions167
Activity overview
Latest activity by Tipene Hughes-
Tipene Hughes commented,
Hi Shiv, Here's a link to an issue on the ZCLI github page that may provide some background to the error you're seeing: https://github.com/zendesk/zcli/issues/56
-
Tipene Hughes commented,
Hey Salim, Yes, you should be able to achieve a similar effect by adding the video to your help center via custom code, wrapping it in a <div> container, and using some CSS and Javascript to give t...
-
Tipene Hughes commented,
Hi T5 Admin, Thanks for clarifying that for me! Unfortunately, it's not possible to modify the behavior of the in-built custom field date picker. I can definitely see the use case for such a featur...
-
Tipene Hughes commented,
Hey T5 Admin, Would you mind sending through a snippet of how your custom date field is currently functioning and I can put together a working example based on your code. Thanks! Tipene
-
Tipene Hughes commented,
Hey Ola, Yes, you can definitely update the styling of the search bar! You'll just need to change this in the style.css file in your help center customization section. Specifically, you'll want to ...
-
Tipene Hughes commented,
Hey Scott, One way you could go about this is adding the autofocus attribute to the input element you'd like to be in focus. Here's a link to the mdn docs which goes in to a bit more detail: Aut...
-
Tipene Hughes commented,
No worries, happy to help! All the best :) Tipene
-
Tipene Hughes commented,
Hey Crystal, There’s a few different ways you could do this, all of which will require a little bit of custom HTML and CSS. One approach could be creating an img element with the image src set by t...
-
Tipene Hughes commented,
Thanks for clarifying! To change the title on that page, you'll need to update the code in the new_request_page.hbs file, specifically within the <h1> tag. Something like this should do the trick: ...
-
Tipene Hughes commented,
Glad to hear it worked! With regard to the title, are you referring to the text in the screenshot below?