
Josh Stewart
-
Activité totale10
-
Dernière activité
-
Membre depuis
-
Abonné à0 utilisateur
-
Abonnés0 utilisateur
-
Votes0
-
Abonnements3
Aperçu des activités
Dernière activité effectuée par Josh Stewart-
Josh Stewart a ajouté un commentaire,
@Rowan Good find! I have been trying to use this in our theme with no luck. I've even added it as script in the section_page.hbs. Is there another trick to get it to work? Thanks! Edit: Nevermind! ...
-
Josh Stewart a ajouté un commentaire,
In the end I went with this and all is working correctly:<script> $('header.my-activities-header ul.collapsible-nav-list li:contains("My")[aria-selected="true"]').text('My tickets'); $('header....
-
Josh Stewart a ajouté un commentaire,
It worked! I modified it a bit to be more consistent. Here is what I went with: <script> $('ul.collapsible-nav-list li[aria-selected="true"]:nth-child(1)').text('My tickets'); $('ul.collapsible...
-
Josh Stewart a ajouté un commentaire,
Sorry to bother you again. I assumed that I would be able to update the other two sub-navs based on the script you provided, but everything I have tried has not worked. Do you happen to know how to...
-
Josh Stewart a ajouté un commentaire,
That worked! You're the best!
-
Josh Stewart a ajouté un commentaire,
Thanks Vladan! It did not work when added to the requests HTML page, but when added to the scrips.js file it worked, kind of. The search bar portion is fine, but the sub-nav gets wonky when navigat...
-
Josh Stewart a créé une publication,
Customizing My Activities
RéponduWe are about to roll out Zendesk for our company, and we would like to replace 'requests' with 'tickets' on the 'My activities' page. I have managed to customize most of the text, but there are a c...