
Tipene Hughes
-
Activité totale421
-
Dernière activité
-
Membre depuis
-
Abonné à0 utilisateur
-
Abonnés4 utilisateurs
-
Votes1
-
Abonnements166
Aperçu des activités
Dernière activité effectuée par Tipene Hughes-
Tipene Hughes a ajouté un commentaire,
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 a ajouté un commentaire,
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 a ajouté un commentaire,
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 a ajouté un commentaire,
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 a ajouté un commentaire,
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 a ajouté un commentaire,
No worries, happy to help! All the best :) Tipene
-
Tipene Hughes a ajouté un commentaire,
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 a ajouté un commentaire,
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 a ajouté un commentaire,
Glad to hear it worked! With regard to the title, are you referring to the text in the screenshot below?
-
Tipene Hughes a ajouté un commentaire,
Hey Crystal, Try replacing the "new_request" link helper in the header file with the code below: {{#link 'new_request' class='submit-a-request'}} Contact Support{{/link}} Here's a link to the...