
Pulkit Pandey
-
Total activity227
-
Last activity
-
Member since
-
Following1 user
-
Followed by1 user
-
Votes2
-
Subscriptions75
Activity overview
Latest activity by Pulkit Pandey-
Pulkit Pandey commented,
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() ...
-
Pulkit Pandey commented,
Hi Anis F Yes, you can add Meta Title and Meta Description, you need to look for the document_head.hbs under your theme's template folder, and there you can add the meta title and description which...
-
Pulkit Pandey commented,
Hi Raphaël Péguet - Officers.fr Is it possible for you to provide the link of article where you are facing this, on the meantime please add the below CSS at the bottom of your style.css .article-b...
-
Pulkit Pandey commented,
Hi Jake Mahon Please, add the below code in place of the previous one on the requests_page.hbs. var organization = document.querySelector(".collapsible-nav-list li:nth-child(3) a").text;var Neworga...
-
Pulkit Pandey commented,
Hi Jake Mahon Please add the below code at the bottom of requests_page.hbs var organization = document.querySelector(".collapsible-nav-list li:nth-child(3) a").text;var Neworganization = organisa...
-
Pulkit Pandey commented,
Hi Ryan You need to provide the locale to get the articles by section ID, if your help center supports a single language like en-us or en-gb etc then you can pass your locale on API to get the arti...
-
Pulkit Pandey commented,
Hi David Saloria As I have checked on the latest version of the Copenhagen theme, the breadcrumbs have a "title" attribute listing the name of the page you are on I am attaching the screenshot for ...
-
Pulkit Pandey commented,
Hi Milo Mayyalou Please add the below code under the same script tag on there respective pages provided earlier 1. Go to requests_page.hbs file on your theme and at the bottom of that page please...
-
Pulkit Pandey commented,
Hi Milo Mayyalou Now here is a trick, you need to add the script on their respective template so that it will not throw an error on the remaining templates when they don't find the target elements....
-
Pulkit Pandey commented,
Hi Lori Christianson Please let me know the name of the theme you are using and share the URL of your help center where you need to make those changes so I can provide you a solution for your query...