
Pulkit Pandey
-
合計アクティビティ241
-
前回のアクティビティ
-
メンバー登録日
-
フォロー1ユーザー
-
フォロワー2ユーザー
-
投票2
-
サブスクリプション80
アクティビティの概要
Pulkit Pandeyさんの最近のアクティビティ-
Pulkit Pandeyさんがコメントを作成しました:
Hi Brittany Loy To update the Text of the Submit button on the New Request template you need to write the Js to achieve this. Please add the below js at the bottom of your new_request_page.hbs file...
-
Pulkit Pandeyさんがコメントを作成しました:
Hi Paul Dandurand If you are using Zendesk Default theme Copenhagen, then please refer to the Images setting there you get an option to Change the image of the Gather hero section as shown in the b...
-
Pulkit Pandeyさんがコメントを作成しました:
Hi Milo Mayyalou Please, replace the below CSS with the one shared earlier and place it at the bottom of your style.css file @media (min-width: 1024px) { .article { max-width: 100%; } .cont...
-
Pulkit Pandeyさんがコメントを作成しました:
Hi Milo Mayyalou The Container width which you are referencing is common to all the pages of the help center, if you want the article content to stretch a little bit, Please add the below CSS at th...
-
Pulkit Pandeyさんがコメントを作成しました:
Hi Olha Fedorova Please, add the below CSS at the bottom of your style.css file #article-votes-label { display: none;} Let me know if it solves your issue Thank You Pulkit Team Diziana
-
Pulkit Pandeyさんがコメントを作成しました:
Hi Kyle Kowalsky Please, follow the below steps to add the text above and below the search bar on your Copenhagen theme 1. Go to the homepage.hbs file and add the below code inside the ".hero-inner...
-
Pulkit Pandeyさんがコメントを作成しました:
Hi Sitaram Kudireddy Are you using the above approach within your help center theme or are you calling the API from an external website? Thank You Pulkit Team Diziana
-
Pulkit Pandeyさんがコメントを作成しました:
Hi Sitaram Kudireddy The link you shared above Is restricted to the signed-in user only so I can't look into the issue for now. Can you please share how you call the API on your js file? Thank Y...
-
Pulkit Pandeyさんがコメントを作成しました:
Hi Sitaram Kudireddy The API is working fine and giving the data based on the User ID, below is the code which I am using, please give a try to the below code. $.getJSON('/api/v2/help_center/user...
-
Pulkit Pandeyさんがコメントを作成しました:
Hi Ronit Here is the solution for your second problem which you have listed above var date = new Date("2023-06-03T19:36:12Z");var dateString = new Date(date.getTime() - (date.getTimezoneOffset() ...