
Jim Davenport
Creating beautiful, highly customizable Zendesk themes at Zenplates (https://www.zenplates.co).
-
Total activity34
-
Last activity
-
Member since
-
Following0 users
-
Followed by1 user
-
Votes0
-
Subscriptions15
Activity overview
Latest activity by Jim Davenport-
Jim Davenport commented,
For those that need to import content in bulk into their Help Center we've created an Import app which you can find in the Zendesk App Marketplace. It's a one-off payment to purchase the app, after...
-
Jim Davenport commented,
Hey Connor Mathena Assuming you'd like the title to only be displayed when the list is displayed (which only happens when there are two or more heading with IDs in the article content), I'd recomme...
-
Jim Davenport commented,
Hey blake, What you're describing sounds like a use case for one of our apps in the Zendesk App Marketplace. It allows you to import content from any Zendesk Help Center into the app and edit it us...
-
Jim Davenport commented,
Hi Matthew Pavkov By default, Zendesk Guide strips what it deems to be unsafe HTML from article content. This includes inline styles on elements. You could try allowing unsafe HTML within articles...
-
Jim Davenport commented,
Hi Ronit This method allows you to loop over categories and make use of information available about them (position, ID, name etc.) to construct asset references. You could use this to generate a d...
-
Jim Davenport commented,
Hi Shailesh, It looks like you're pulling article comment data from the Zendesk REST API. The image URLs returned in the article comment body are all relative to the base URL of the Zendesk instan...
-
Jim Davenport commented,
Hi Chris Whitley If you're generating the link dynamically using the templating system (and not just adding HTML to the page) it should respect the user segment setting. Assuming you want to show o...
-
Jim Davenport commented,
Hi Kate, The {{isnt}} helper only allows for a comparison between two values, in this case the category name and a string ("COVID-19 FAQ and Resources"). It's a bit clunky, but you could nest isn...
-
Jim Davenport commented,
Hi seoj Depending on what you mean by "section headings", there are a number of ways to achieve this. In the example below I describe a code-based solution that will automatically generate a table ...
-
Jim Davenport commented,
Hi Mirjam Happel By default Zendesk Guide strips what it seems to be unsafe content from articles. This includes some of the markup that you're using and is clearly required for your tabs to funct...