最近の検索


最近の検索はありません

Greg Pope's Avatar

Greg Pope

参加日2021年4月15日

·

前回のアクティビティ2021年11月02日

フォロー中

0

フォロワー

0

合計アクティビティ

36

投票

5

受信登録

18

アクティビティの概要

さんの最近のアクティビティ Greg Pope

Greg Popeさんがコメントを作成しました:

コミュニティのコメント Discussion - Tips and best practices from the community

Hi Patrick. That worked and we were able to download the backup. Thank you. We look forward to testing the import app too.

コメントを表示 · 投稿日時:2017年8月10日 · Greg Pope

0

フォロワー

0

投票

0

コメント


Greg Popeさんがコメントを作成しました:

コミュニティのコメント Discussion - Tips and best practices from the community

Hi Patrick. I started a backup on 7/28 but the app says it's still "IN PROGRESS" so I assume it got hung up somewhere. Our HC is private, does that matter? Any other ideas?

コメントを表示 · 投稿日時:2017年8月01日 · Greg Pope

0

フォロワー

0

投票

0

コメント


Greg Popeさんがコメントを作成しました:

コミュニティのコメント Feedback - Help Center (Guide)

+1

コメントを表示 · 投稿日時:2017年3月21日 · Greg Pope

0

フォロワー

0

投票

0

コメント


Greg Popeさんがコメントを作成しました:

コミュニティのコメント Feedback - Ticketing system (Support)

+1

We need the reason placeholder for the exact same use case (a bad rating triggered email).

コメントを表示 · 投稿日時:2016年9月27日 · Greg Pope

0

フォロワー

1

投票

0

コメント


Greg Popeさんがコメントを作成しました:

コミュニティのコメント Feedback - Ticketing system (Support)

We need this too.

コメントを表示 · 投稿日時:2015年8月05日 · Greg Pope

0

フォロワー

2

投票

0

コメント


Greg Popeさんがコメントを作成しました:

コミュニティのコメント Discussion - Tips and best practices from the community

Only that the ones with over 6 articles are still two separate links (although you almost can't tell now that they're side by side, both going to the correct url, and I've changed the Morelink's class to "see-all-articles" instead of the default "moreTopics" so they look the same). This basically works.

コメントを表示 · 投稿日時:2015年7月24日 · Greg Pope

0

フォロワー

0

投票

0

コメント


Greg Popeさんがコメントを作成しました:

コミュニティのコメント Discussion - Tips and best practices from the community

Thanks Wes. I switched back to the code at the top of this page and made sure our other js wasn't interfering, and that helped a little bit more (screenshot below). This might work in the meantime while they're looking into it. I'm using the Swiftest Elk theme and I've also started a ticket with Zendesk, #1173791 if they need reference. Really appreciate your help.

 

コメントを表示 · 投稿日時:2015年7月24日 · Greg Pope

0

フォロワー

0

投票

0

コメント


Greg Popeさんがコメントを作成しました:

コミュニティのコメント Discussion - Tips and best practices from the community

I'm still getting duplicate links, but now they're side by side which is better.

コメントを表示 · 投稿日時:2015年7月23日 · Greg Pope

0

フォロワー

0

投票

0

コメント


Greg Popeさんがコメントを作成しました:

コミュニティのコメント Discussion - Tips and best practices from the community

Thanks for the suggestion Frank, but nope. This is what I got when I tried:

For some reason the count caps out at 6, too.

コメントを表示 · 投稿日時:2015年7月22日 · Greg Pope

0

フォロワー

0

投票

0

コメント


Greg Popeさんがコメントを作成しました:

コミュニティのコメント Discussion - Tips and best practices from the community

I'm also having trouble with a double link after limiting our displayed articles to 3 and adding the More... link. Has anyone found a way to take out the default "See all...articles" link? The trouble I had with using that was it wouldn't show up for sections that had more than 3 articles but less than 6.

Here is my js:

$(document).ready(function() {

if( document.location.href.indexOf('section') == -1 ) {

var categories = $('ul.article-list');

for (var j = categories.length - 1; j >= 0; j--) {

var articles = $(categories[j]).find('li');

if ( articles.length > 3 ) {

for (var k = 3; k < articles.length; k++ ) {

$(articles[k]).hide();

}

var moreLink = $(categories[j]).parent().find('h3 a').attr('href');

$("More...").insertAfter($(categories[j]));

}

}

}

 

https://sureprep.zendesk.com/hc/en-us

コメントを表示 · 投稿日時:2015年7月21日 · Greg Pope

0

フォロワー

0

投票

0

コメント