최근 검색


최근 검색 없음

Alyssa's Avatar

Alyssa

가입한 날짜: 2021년 12월 01일

·

마지막 활동: 2023년 6월 06일

팔로잉

0

팔로워

0

총 활동 수

24

투표 수

5

플랜 수

9

활동 개요

님의 최근 활동 Alyssa

Alyssa님이 에 댓글을 입력함

댓글How to customize the theme of the help center

Is there a workaround to hide an article from search as well? Ifra Saqlain perhaps you've cracked this? 

Please Zendesk, let us publish unlisted articles 🙏🏼

댓글 보기 · 2023년 5월 02일에 게시됨 · Alyssa

0

팔로워

0

투표 수

0

댓글


Alyssa님이 에 댓글을 입력함

커뮤니티 댓글 Feedback - Help Center (Guide)

Here to echo: Please allow us to have unlisted article pages! My company does product testing, and we need to be able to direct test users to help articles without the article being findable by non-testers.

댓글 보기 · 2023년 5월 02일에 게시됨 · Alyssa

0

팔로워

1

투표

0

댓글


Alyssa님이 에 댓글을 입력함

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

That worked perfectly! Thank you again, Ifra Saqlain, for your fast and thoughtful help. You're an absolute superstar! Are there any Zendesk resources that would help me better grasp vanilla Javascript?

댓글 보기 · 2023년 4월 27일에 편집됨 · Alyssa

0

팔로워

0

투표 수

0

댓글


Alyssa님이 에 댓글을 입력함

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

Ifra Saqlain that worked to hide the forms from the dropdown, however, it's not working for this page (see the image below). I need to hide the option from all lists for the visitor. Thank you so much for your help!

댓글 보기 · 2023년 4월 26일에 게시됨 · Alyssa

0

팔로워

0

투표 수

0

댓글


Alyssa님이 에 댓글을 입력함

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

Hi Ifra Saqlain I'm trying to adapt this code to completely hide forms from the new_request list. 

This is what I've got so far, but it's not working

if (window.location.href.indexOf("new_request") > -1) {
    document.querySelector('.ticket_form_id=4719898103693').style.display= "none";
    document.querySelector('.ticket_form_id=360000334451').style.display= "none";
}

I'm using a Zenplates theme, and there isn't a DOMContentLoaded line at the top of the script.js template page. 

댓글 보기 · 2023년 4월 26일에 게시됨 · Alyssa

0

팔로워

0

투표 수

0

댓글


Alyssa님이 에 댓글을 입력함

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

Hi folx!

I had previously used this solution, however, we've opted to use Zenplates which uses vanilla Javascript and not jQuery. Ifra Saqlain do you possibly have a solution for hiding ticket forms using vanilla Javascript? Appreciate any help our resources you can share! 

댓글 보기 · 2023년 4월 26일에 게시됨 · Alyssa

0

팔로워

0

투표 수

0

댓글


Alyssa님이 에 댓글을 입력함

댓글Reporting and analytics for help center

Hi folx! 

We have a GA4 Configuration tag triggering for all pages on Google Tag Manager. My team finds GTM easier to build tags with. Should we not add the tracking ID in Zendesk?

댓글 보기 · 2023년 3월 09일에 게시됨 · Alyssa

0

팔로워

1

투표

0

댓글


Alyssa님이 에 댓글을 입력함

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

Hi Ifra Saqlain

Thank you for all of your help!

I was able to get the headers to be mobile-responsive. I tried your suggestion of adding an id to the panel, and the link in the TOC leads to the area of the panel, however it doesn't expand (show) it. It still seems to be hidden. 

Here is the script.js that I'm using:

var acc = document.getElementsByClassName("accordion");
var i;

for (i = 0; i < acc.length; i++) {
acc[i].addEventListener("click", function() {

var panel = this.nextElementSibling;
if (panel.style.maxHeight){
  panel.style.maxHeight = null;
  this.classList.toggle("active");
} else {
  let active = document.querySelectorAll(".accordion-div .accordion.active");
  for(let j = 0; j < active.length; j++){
    active[j].classList.remove("active");
    active[j].nextElementSibling.style.maxHeight = null;
  }
  this.classList.toggle("active");
  panel.style.maxHeight = panel.scrollHeight + "px";
}
});
}

And here's the snippet from the article's source code:


  If you need help deleting your account, please visit this guide:
  Delete my account



 

How to cancel on desktop




 

       

  1.       Click the Settings link from the left sidebar navigation
       

댓글 보기 · 2022년 11월 18일에 게시됨 · Alyssa

0

팔로워

0

투표 수

0

댓글


Alyssa님이 에 댓글을 입력함

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

Hi Ifra Saqlain,

What an incredible thread! I've gotten my accordions up and running, however, it's not mobile-responsive. I've racked my brain and reviewed everything I can, but I just can't seem to get the accordions to show up for a screen smaller than 1024 px wide. Any help would be very much appreciated.

I'm also interested in what Salim Moumouni asked about: Is it possible to create an anchor link for the header that also expands the panel? For example, I'm using collapsible headers in articles. I want to create a table of contents at the top of the article that links to each collapsible header. When the reader clicks on a link, I want them to be taken to the section with the panel expanded. Hope that makes sense! 

댓글 보기 · 2022년 10월 11일에 편집됨 · Alyssa

0

팔로워

1

투표

0

댓글


Alyssa님이 에 댓글을 입력함

댓글Using themes and customizing your Help Center

I'm coming across an issue with the DC mark-up formatting carrying over to the custom page. So links and lists (bulleted and numbered) aren't populating as intended. Is the solution to create separate DC items when you need to insert a link or make a list and format with code via the custom page's HTML? Or is there a more straightforward solution? 

댓글 보기 · 2021년 12월 01일에 게시됨 · Alyssa

0

팔로워

0

투표 수

0

댓글