Avatar

Josh Stewart

  • 合計アクティビティ
    10
  • 前回のアクティビティ
  • メンバー登録日
  • フォロー
    0ユーザー
  • フォロワー
    0ユーザー
  • 投票
    0
  • サブスクリプション
    3

アクティビティの概要

Josh Stewartさんの最近のアクティビティ
  • Avatar

    Josh Stewartさんがコメントを作成しました:

    @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! ...

  • Avatar

    Josh Stewartさんがコメントを作成しました:

    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....

  • Avatar

    Josh Stewartさんがコメントを作成しました:

    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...

  • Avatar

    Josh Stewartさんがコメントを作成しました:

    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...

  • Avatar

    Josh Stewartさんがコメントを作成しました:

    That worked! You're the best!

  • Avatar

    Josh Stewartさんがコメントを作成しました:

    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...

  • Avatar

    Josh Stewartさんが投稿を作成しました:

    Customizing My Activities

    回答済み

    We 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...