
Trapta Singh
Zendesker. Loves to help and share with the community.
-
Total activity368
-
Last activity
-
Member since
-
Following0 users
-
Followed by1 user
-
Votes12
-
Subscriptions158
Activity overview
Latest activity by Trapta Singh-
Trapta Singh commented,
Hi Tony Jansson, Yes, it is possible. In order to achieve what you want, you need to tweak code a little bit to make it work accordingly. Thanks
-
Trapta Singh commented,
Hi Daniel Cowlishaw, I have already answered you here: https://support.zendesk.com/hc/en-us/community/posts/4408867944858-Tip-How-to-change-the-url-of-the-logo-of-your-Help-Center. Please take a lo...
-
Trapta Singh commented,
Hi Daniel Cowlishaw, Try putting the below code at the bottom of your script.js file document.addEventListener('DOMContentLoaded', function() { function isCommunityTemplate() { if ( window.loca...
-
Trapta Singh commented,
Hi @Tony Jansson, I have updated the post to add a demo link for the same as well as to add the bottom margin to accordions in case of more than one. Thanks
-
Trapta Singh created a post,
Tip: Collapsible headers in articles or templates (accordions)
The original tip was posted by Wes. I am simply updating the tip to make it work with the current theme version. Let gets started without any further delay. Demo: https://moderatortrapta.zendesk.co...
-
Trapta Singh created a post,
Tip: How to change the url of the logo of your Help Center
This tip will help you to change the URL of the logo of your help centre. You must have access to edit the code in order to do so. Without further ado let's dive in: Edit your header.hbs file and r...
-
Trapta Singh created a post,
Tip: How to auto populate content of description field
This tip will help you add value to the description field by submitting a request form in the guide theme. You can use the code when you want to prefill the description or can simply put the code u...
-
Trapta Singh created a post,
Help Center Tip: Add an arrow to scroll back to the top of the page
An original version of this tip was contributed by ModeratorWes. As Zendesk updated the theming template, the code for the tip needed an upgrade. The below code will work with the new theming templ...
-
Trapta Singh commented,
@Tami, All you need to do is remove that '=' in your code at line no. 75 and you will be good to go. Let me know if you face any issue. Team Diziana
-
Trapta Singh commented,
Hi @Tami, Try putting your code at the bottom of home_page.hbs template. <script> $(document).ready(function() { $('.recent-activity-header').text("{{dc 'recently_viewed'}}"); });</script> Let m...