最近の検索


最近の検索はありません

Hetal Shah's Avatar

Hetal Shah

参加日2021年10月27日

·

前回のアクティビティ2025年1月27日

フォロー中

0

フォロワー

0

合計アクティビティ

17

投票

3

受信登録

6

アクティビティの概要

さんの最近のアクティビティ Hetal Shah

Hetal Shahさんがコメントを作成しました:

コミュニティのコメントZendesk EAP - New Article Editor in Guide

We have moved to the old style and opted out of the offering.

コメントを表示 · 投稿日時:2025年1月13日 · Hetal Shah

0

フォロワー

0

投票

0

コメント


Hetal Shahさんがコメントを作成しました:

コメントUsing AI agents for messaging
  • Is there a way to export the Unresolved Resolutions list?
  • Possibility to have a checkbox if we have reviewed a response and have implemented and tested a solution?

コメントを表示 · 編集日時:2024年11月18日 · Hetal Shah

0

フォロワー

4

投票

0

コメント


Hetal Shahさんがコメントを作成しました:

コメントWorking with articles in the knowledge base

How do we manage custom styles?  With the new article edit option, when an article is opened to be edited, custom styles are broken creating a bigger issue. How can we fix it?

コメントを表示 · 投稿日時:2024年11月03日 · Hetal Shah

0

フォロワー

0

投票

0

コメント


Hetal Shahさんが投稿を作成しました:

投稿Zendesk EAP - New Article Editor in Guide

Our company participated in the most recent EAP where the new guide article edit was introduced. Now, whenever someone edits an article, it is converted to the new format. We use a variety of custom styles, but this conversion causes our styles to break, making them appear incorrect when published.  It seems that elements like

and are part of this new editing mode and are responsible for disrupting our custom styles.  According to the help blog, once an article is converted to the new edit mode, it cannot be reverted. How can we preserve our custom styles? 

投稿日時:2024年10月25日 · Hetal Shah

0

フォロワー

2

投票

1

コメント


Hetal Shahさんがコメントを作成しました:

コミュニティのコメント Q&A - Help center and community

Hi Ifra Saqlain 

 

I tried to look as advised but got nowhere. 

 

$(document).ready(function() {
 

if ($('.blocks-item > a > span:contains("promoted")')) {
 $(".blocks-item > a").attr("href", "https://www.amazon.com/");
 $(".blocks-item > a").attr("target", "_blank");

 

});

 

What part of the code I  can edit such that only this one category opens in a new window?

コメントを表示 · 投稿日時:2024年8月14日 · Hetal Shah

0

フォロワー

0

投票

0

コメント


Hetal Shahさんがコメントを作成しました:

コミュニティのコメント Q&A - Help center and community

Hi  Ifra Saqlain 

 

This is our current setup

But we would like the Submit a Request button and My  Zendesk Tickets to be sitting next to each other like this with the buttons aligned in the centre.

How can we achieve this?

 

Thank you.

コメントを表示 · 投稿日時:2024年8月14日 · Hetal Shah

0

フォロワー

0

投票

0

コメント


Hetal Shahさんがコメントを作成しました:

コミュニティのコメント Q&A - Help center and community

Hi Ifra

 

Thank you for the solution. It works. BUT I only want one category to open in a new tab/window. With adding the new code all categories are opening in a new tab/window.

 

Thank you.

 

Cheers

Hetal

 

 

コメントを表示 · 投稿日時:2024年8月01日 · Hetal Shah

0

フォロワー

0

投票

0

コメント


Hetal Shahさんがコメントを作成しました:

コミュニティのコメント Q&A - Help center and community

Hi Ifra

 

I am using the following code to add an external link to a category.

 


$(document).ready(function(){
if ($('.blocks-item > a > span:contains("CATEGORY NAME ONE")')) {
  $(".blocks-item > a").attr("href", "amazon.com");
}
});

 

But I want the link to open in a new tab. I tried to add “target_blank” but that is breaking the link. Can you please assist with the above code and let me know what code to add to open link in a new tab?

 

Thank you.

Cheers

Hetal

コメントを表示 · 投稿日時:2024年7月31日 · Hetal Shah

0

フォロワー

0

投票

0

コメント