Recent searches


No recent searches

Peter Piek's Avatar

Peter Piek

Joined Jun 28, 2023

·

Last activity Jul 03, 2024

Following

0

Followers

0

Total activity

26

Votes

8

Subscriptions

13

ACTIVITY OVERVIEW

Latest activity by Peter Piek

Peter Piek commented,

Community comment Discussion - Tips and best practices from the community

Tim Gilbreath I used this in 'templates/category_page.hbs'

View comment · Posted Jun 12, 2024 · Peter Piek

0

Followers

0

Votes

0

Comments


Peter Piek commented,

Community comment Discussion - Tips and best practices from the community

Tim Gilbreath You can try something like this:


  {{#is category.id 360000123456}} class="my-first-class"

  {{else}}

    {{#is category.id 360000888444}} class="my-second-class"

    {{else}}

      {{!-- do more stuff here --}}

    {{/is}}

  {{/is}}
>

View comment · Edited May 27, 2024 · Peter Piek

0

Followers

0

Votes

0

Comments


Peter Piek commented,

CommentUsing themes and customizing your Help Center

Daniel Ladd Does starting in debug mode show any hints?
$ DEBUG=* zcli themes:preview

View comment · Posted Apr 29, 2024 · Peter Piek

0

Followers

0

Votes

0

Comments


Peter Piek commented,

CommentUsing themes and customizing your Help Center

Jared Norton What are your results from running these commands:

$ zcli profiles:list
 Subdomains            
 ───────────────────── 
  <= active 
$ echo $ZENDESK_SUBDOMAIN

View comment · Posted Aug 15, 2023 · Peter Piek

0

Followers

0

Votes

0

Comments


Peter Piek commented,

CommentUsing themes and customizing your Help Center

I think it is nice to mention that themeId used in some zcli themes commands can be found through: https://{subdomain}.zendesk.com/api/v2/guide/theming/themes

Then look for the id of the theme in the JSON response.

See also: https://developer.zendesk.com/api-reference/help_center/help-center-api/theming/

 

View comment · Edited Jul 19, 2023 · Peter Piek

0

Followers

1

Vote

0

Comments