최근 검색


최근 검색 없음

Jeremy Gregory's Avatar

Jeremy Gregory

가입한 날짜: 2021년 10월 16일

·

마지막 활동: 2023년 8월 22일

팔로잉

0

팔로워

0

총 활동 수

8

투표

1

플랜 수

3

활동 개요

님의 최근 활동 Jeremy Gregory

Jeremy Gregory님이 에 댓글을 입력함

커뮤니티 댓글 Developer - Zendesk APIs

This issue is driving me nuts! I've moved to messenger from the classic webWidget and get this same error. I've tried several solutions to no avail. Copied and pasted from Zendesk admin and added additional script to satisfy the error. This is what I get for moving to Messenger too soon, huh?

 

댓글 보기 · 2023년 8월 22일에 게시됨 · Jeremy Gregory

0

팔로워

0

투표 수

0

댓글


Jeremy Gregory님이 에 댓글을 입력함

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

I just checked, and it seems to be working still. Sorry they screwed you over. Hopefully they won't mess with the css/jquery hack. 

댓글 보기 · 2023년 5월 30일에 게시됨 · Jeremy Gregory

0

팔로워

1

투표

0

댓글


Jeremy Gregory님이 에 댓글을 입력함

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

I was struggling to find an already created solution. This solution was a good idea. I've built upon it a bit. Fortunately, jQuery plays nice with Zendesk. Hope this helps someone else out.

CSS (style.css)

.zoomMe{ cursor: pointer; }
.zoomMe:hover{ opacity: .7; }
.zoomMe.zoomed{
  position: absolute;
  z-index: 3;
  width: 1800px !important;
  left: -50px !important;
  border: 1px solid #ddd;
  box-shadow: 0px 8px 15px rgba(0,0,0,.3);
  transition: all 1s;
  opacity: 1 !important;
}


# JS (script.js)


$(function(){
    $(".zoomMe").on("click", function(){
    $(this).toggleClass("zoomed")
  })
});

HTML (article page)
Wherever you've used an image, just go into the HTML and add the class "zoomMe"

 

 

 

댓글 보기 · 2022년 12월 16일에 게시됨 · Jeremy Gregory

0

팔로워

0

투표 수

0

댓글


Jeremy Gregory님이 에 댓글을 입력함

댓글Web Widget (Classic) documentation

Racking my brain (and banging my head on the desk). I cannot find a solution to this issue.

I have the Web Widget installed on our site, but I want to have a welcome message, instead of just a search for articles. The only way I can see to do this is prepopulate the search terms to display "Top results". I'm only going to have one result for the welcome message, because I added a label.

Question... Is there ANY WAY to automatically have the written article populated when they initialize the Help Widget?

댓글 보기 · 2021년 8월 08일에 게시됨 · Jeremy Gregory

0

팔로워

0

투표 수

0

댓글