最近の検索


最近の検索はありません

David Crichlow's Avatar

David Crichlow

参加日2021年4月16日

·

前回のアクティビティ2022年10月13日

フォロー中

0

フォロワー

0

合計アクティビティ

6

投票

0

サブスクリプション

1

アクティビティの概要

さんの最近のアクティビティ David Crichlow

David Crichlowさんがコメントを作成しました:

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

Stuart Buddrige my solution doesn't stop you from viewing the article if you have the direct link. It just removes it from the list in the category or section pages. On further thought, a user could still search for the article and find it, so this wouldn't fully solve your problem

コメントを表示 · 投稿日時:2022年10月13日 · David Crichlow

0

フォロワー

0

投票

0

コメント


David Crichlowさんがコメントを作成しました:

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

Stuart Buddrige I'm not sure I fully understand the question, but I manually added the CSS style close to the top of the CSS file.

コメントを表示 · 投稿日時:2022年10月12日 · David Crichlow

0

フォロワー

0

投票

0

コメント


David Crichlowさんがコメントを作成しました:

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

Stuart Buddrige can you post an example of the CSS that you used?

Mine looked something like this 

a[href*="/hc/en-us/articles/44166706125-Order-Taker-Order-Payment"] {
    display:none;
}


Depending on your other styles you may try !important after none.

display: none !important;

コメントを表示 · 投稿日時:2022年10月11日 · David Crichlow

0

フォロワー

0

投票

0

コメント


David Crichlowさんがコメントを作成しました:

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

Hi Stuart Buddrige,

I did something like the following using CSS to hide the article from the list of articles.


a[href*="/hc/en-us/articles/ArticleID-Name-of-Document"]
{
    display:none
}

I used Chrome developer tools to get the exact URL of the link. The article is still published, and if you enter the URL into the browser, you can access it. However, the link is not available for your customer to click.

Of course, you would need to do this for every article. Though if you created a section for these articles, you could probably just hide the entire section using a similar method.

コメントを表示 · 編集日時:2022年9月26日 · David Crichlow

0

フォロワー

0

投票

0

コメント


David Crichlowさんがコメントを作成しました:

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

I would like to place this banner over several articles. However, it is repeating the alert banner for each article that has the label. Could you help, please? I'm not sure what I am doing wrong. I essentially only want to show the banner over articles with the alert label. Not over the entire help center. I moved the alert HTML from the header page to the alerts page, but it is still showing a separate alert for each article.

コメントを表示 · 投稿日時:2021年3月08日 · David Crichlow

0

フォロワー

0

投票

0

コメント