최근 검색


최근 검색 없음

Jo Saunders's Avatar

Jo Saunders

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

·

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

팔로잉

0

팔로워

0

총 활동 수

7

투표

1

플랜 수

2

활동 개요

님의 최근 활동 Jo Saunders

Jo Saunders님이 에 댓글을 입력함

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

Hi @Trapta and @Andrew Checkley

Thanks so much!! That was it, that one small bracket haha - they should update the code on that website.

Thanks again :)

댓글 보기 · 2018년 1월 24일에 게시됨 · Jo Saunders

0

팔로워

0

투표 수

0

댓글


Jo Saunders님이 에 댓글을 입력함

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

Hi @Wes,

Thanks for your message!

Yeah, I'm new at coding so there could definitely be something wrong with what I've typed, but I've copied and pasted pretty much everything so not sure what the issue could be.

My helpdesk is open yes, the link is https://helpdesk.yoonla.com/ (let me know if that's the wrong link?)

Here I've copied the exact code on JS for you, I took out a space between the ("/api/ but nothign has changed:

// MW-Notification Banner
$.get("/api/v2/help_center/articles.json?label_names=alert").done(function( data ) {

$.each(data.articles, function(index,item) {

var style1 = '

' + item.title + '' + item.body + '

'

$('.alertbox').append(style1);
});
$('.ns-close').on('click',function(){
$(".alertbox").remove();
});

댓글 보기 · 2018년 1월 23일에 게시됨 · Jo Saunders

0

팔로워

0

투표 수

0

댓글


Jo Saunders님이 에 댓글을 입력함

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

Hi @Trapta,

Thanks for getting back to me :) It has that on line 18? Either way, I've put it on line no.19 like you said but nothing has changed.

Is this right?

 

댓글 보기 · 2018년 1월 23일에 게시됨 · Jo Saunders

0

팔로워

0

투표 수

0

댓글


Jo Saunders님이 에 댓글을 입력함

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

I used this notification banner before Christmas to update our end users, however, a few days ago it disappeared - no coding changed, we only created a new article but the label is in place correctly.

I removed the banner code from JS/CSS/Header but when I put it back in place just like before, the banner still does not appear. I also removed and recreated the label but still nothing.

I've attached some screenshots below:

I tried putting our domain in place as well, helpdesk.yoonla.com or yoonla.zendesk.com, but nothing changed.





The CSS code is at the bottom of the Style tab

 

댓글 보기 · 2018년 1월 22일에 게시됨 · Jo Saunders

0

팔로워

0

투표 수

0

댓글