최근 검색


최근 검색 없음

Andrea Saez's Avatar

Andrea Saez

가입한 날짜: 2021년 5월 13일

·

마지막 활동: 2022년 2월 14일

팔로잉

0

팔로워

0

총 활동 수

57

투표 수

2

플랜 수

31

활동 개요

님의 최근 활동 Andrea Saez

Andrea Saez님이 에 댓글을 입력함

커뮤니티 댓글 Q&A - Help center and community

ugh sorry, that didnt format properly...

 

/* Replace images and text in categories*/
 if ("Category1" == "Category1") {
$(".large-main-image").css("background-image", "url('//p1.zdassets.com/hc/theme_assets/112345/123123/category1-image.png')").css("height", "351px").css("margin-top", "20px");
 $(".subtext-stronger").html("Read everything you need to know about Category 1 here!.");
 } else if ("Category1" == "Category2") {
$(".large-main-image").css("background-image", "url('//p1.zdassets.com/hc/theme_assets/16458/255345/API-pannel-new.png')").css("height", "351px").css("margin-top", "-50px");
$(".subtext-stronger").html("More stuff here!.");

댓글 보기 · 2015년 2월 13일에 게시됨 · Andrea Saez

0

팔로워

0

투표 수

0

댓글


Andrea Saez님이 에 댓글을 입력함

커뮤니티 댓글 Q&A - Help center and community

Here you go:

| /* Replace images and text in categories*/ | |   | if ("Category1" == "Category1") { | |   | $(".large-main-image").css("background-image", "url('//p1.zdassets.com/hc/theme_assets/112345/123123/category1-image.png')").css("height", "351px").css("margin-top", "20px"); | |   | $(".subtext-stronger").html("Read everything you need to know about Category 1 here!."); | |   | } else if ("Category1" == "Category2") { | |   | $(".large-main-image").css("background-image", "url('//p1.zdassets.com/hc/theme_assets/16458/255345/API-pannel-new.png')").css("height", "351px").css("margin-top", "-50px"); | |   | $(".subtext-stronger").html("More stuff here!."); | |   |   | |   | } |

댓글 보기 · 2015년 2월 13일에 게시됨 · Andrea Saez

0

팔로워

0

투표 수

0

댓글


Andrea Saez님이 에 댓글을 입력함

커뮤니티 댓글 Q&A - Help center and community

Hi Marci,

Yes, you would have to create a custom JS script that tells the Help Center when and how to replace text/images/headers.

Here's an example

댓글 보기 · 2015년 2월 11일에 게시됨 · Andrea Saez

0

팔로워

0

투표 수

0

댓글


Andrea Saez님이 에 댓글을 입력함

커뮤니티 댓글 Discussion - Tips and best practices from the community

If anyone is interested, designed a simple help center template. You can find it here: http://www.pinterest.com/pin/478929741595308761/

댓글 보기 · 2014년 2월 23일에 게시됨 · Andrea Saez

0

팔로워

0

투표 수

0

댓글


Andrea Saez님이 에 게시물을 만듦

게시물 Discussion - Tips and best practices from the community

For companies that aren't yet big enough to use a third party provider to manage projects, the Project Management APP from Zendesk labs will come in handy.

This APP allows you to create a Parent ticket and attach multiple child tickets to it, without having to use the default Problem-Incident scenario. This also helps with analytics, allowing you to track tasks instead of problems.

Installation

How to use it

Creating the Parent ticket

  • Create a new ticket. This ticket will be the project's parent ticket. Disregard the ticket field you created (for now)
  • Once the ticket is created, on the right-hand side under APPS you will see the Project Management app.
  • Click on Make a Project from this ticket.

Creating child tickets

  • Access the parent ticket
  • There are three options: Single Ticket, Bulk Ticket, Add existing. A Single Ticket will allow you to create one child ticket. Bulk Tickets will allow you to create several child tickets. Add existing will prompt you to enter an existing ticket ID.

All children tickets will have to be assigned to the appropriate agents/groups and all additional info entered (this process is manual.)

As tickets are worked on, the status can be viewed from the parent ticket.

Enjoy ! :)

 

2014년 1월 08일에 게시됨 · Andrea Saez

1

팔로워

41

투표 수

73

댓글


Andrea Saez님이 에 게시물을 만듦

게시물 Discussion - Tips and best practices from the community

I've seen this question posted quite a bit in the forums, so here is a little how-to on how to change the string for 'My Activities' in HC, as done on http://support.amilia.com

Here's how to change the "My Activities" text

  1. In Guide, click the Customize design icon in the sidebar
  2. Click on Edit Theme to access your template's code
  3. Click the script.js file and add the following code:

//Change string for My Activities

$('.user-nav .my-activities').html(' See my requests');
$('.sub-nav').find('li').filter(":last");

As you see, this allows you to change the string to "See my requests"

Here's how to change the text in multiple languages

Follow the steps above but use this code: 

if(currentLanguage === 'Français') {
$('.user-nav .my-activities').html(' Voir mes demandes');
$('.sub-nav').find('li').filter(":last");
}

 This automatically updates the user drop-down menu and the subnav breadcrumbs as well!

Here's what it looks like!

2013년 10월 24일에 게시됨 · Andrea Saez

0

팔로워

27

투표 수

35

댓글


Andrea Saez님이 에 댓글을 입력함

커뮤니티 댓글 Discussion - Tips and best practices from the community

The Youtube embed script would also work for this, right? But I see your approach with making this responsive friendly.

댓글 보기 · 2013년 10월 16일에 게시됨 · Andrea Saez

0

팔로워

0

투표 수

0

댓글


Andrea Saez님이 에 게시물을 만듦

게시물 Discussion - Tips and best practices from the community

One thing that we really like about HC is adding pinned topics (now known as "Promoted articles") to our front page.

In some themes, the tag doesn't come inserted automatically. I worked with Zendesker Arnaud to figure this out!

 

Add the Handlebar to your HTML

Under Homepage, add the following


{{promoted_articles}}

 

Modify the CSS

/*
* Promoted articles
*/

.promoted-articles{
background-color:#f4f4f4;
padding:20px;
-webkit-border-radius: 3px;
border-radius: 3px;
clear:both;
}

.promoted-articles h3{
margin:0 0 10px 0;
font-weight:bold;
font-size:20px;
}

.bottomspace{
min-height:500px;
}

.main-column .form footer{
margin-top:20px;
}

This will add a section just for the promoted articles below the search bar and whatever introductory images/text you may have. 

 

Modify the text "Promoted articles" in several languages

If you wish to change the text for something else, like Pinned Topics, go to the JS tab and add the following

// Promoted topics
$('section.promoted-articles h3').text('Pinned Topics');

If like me you are handling several languages, you can do the following

// Promoted topics
if(currentLanguage === 'Français') {
$('section.promoted-articles h3').text('Sujets mis en avant');
}

 

 

For every additional language you simply add an IF condition and keep going!

 

 

2013년 10월 15일에 게시됨 · Andrea Saez

0

팔로워

9

투표 수

8

댓글


Andrea Saez님이 에 댓글을 입력함

커뮤니티 댓글 Discussion - Tips and best practices from the community

lol @ konami code.. now i must do this!

댓글 보기 · 2013년 10월 15일에 게시됨 · Andrea Saez

0

팔로워

0

투표 수

0

댓글


Andrea Saez님이 에 댓글을 입력함

커뮤니티 댓글 Discussion - Tips and best practices from the community

I saw the vid after the fact, it is very helpful !

댓글 보기 · 2013년 10월 04일에 게시됨 · Andrea Saez

0

팔로워

0

투표 수

0

댓글