最近の検索


最近の検索はありません

Victoria Campagna's Avatar

Victoria Campagna

参加日2021年4月16日

·

前回のアクティビティ2023年12月27日

フォロー中

0

フォロワー

0

合計アクティビティ

33

投票

0

受信登録

10

アクティビティの概要

さんの最近のアクティビティ Victoria Campagna

Victoria Campagnaさんがコメントを作成しました:

コミュニティのコメント Q&A - Help center and community

Worked perfectly and looks awesome!  Thank you so much, Ifra :)

-Victoria

コメントを表示 · 投稿日時:2021年7月16日 · Victoria Campagna

0

フォロワー

0

投票

0

コメント


Victoria Campagnaさんがコメントを作成しました:

コミュニティのコメント Q&A - Help center and community

Hi Ifra,

Thank you - here is our page:  https://customers.nastel.com/hc/en-us

Thanks,
Victoria

コメントを表示 · 投稿日時:2021年7月16日 · Victoria Campagna

0

フォロワー

0

投票

0

コメント


Victoria Campagnaさんが投稿を作成しました:

投稿 Q&A - Help center and community

I want the links at the top-right of the header to be buttons.  How would I do this?

Something like this:

 

Thanks in advance,
Victoria

投稿日時:2021年7月15日 · Victoria Campagna

1

フォロワー

2

投票

4

コメント


Victoria Campagnaさんがコメントを作成しました:

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

Hi Pulkit,

Definitely.  I don't mind changing the look.

-Victoria

コメントを表示 · 投稿日時:2021年7月15日 · Victoria Campagna

0

フォロワー

0

投票

0

コメント


Victoria Campagnaさんがコメントを作成しました:

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

Hi Pulkit,

This is the code I have in style.css for orange "Important" boxes:

/** Below is for the orange Important boxes **/
span[class=wysiwyg-color-red130] {
background: #FFF1E1;
color: #2F3941;
text-align: justify;
border-left: 5px solid #F49E44;
margin: 1.5em 10px;
padding: 0.5em 10px;
display: block;
}

span[class=wysiwyg-color-red130]:before {
display: block;
white-space: pre;
content: "Important:";
font-size: 24px;
}

 

The boxes look like this:

But I want it to look like this with a little image (ignore the white around the image):

I have this asset, but do not know how to add it:

 

As always, thank you for all of your help :)
-Victoria

コメントを表示 · 投稿日時:2021年7月14日 · Victoria Campagna

0

フォロワー

0

投票

0

コメント


Victoria Campagnaさんがコメントを作成しました:

コミュニティのコメント Q&A - Help center and community

Thank you Pulkit and Ifra  :)

コメントを表示 · 投稿日時:2021年7月14日 · Victoria Campagna

0

フォロワー

1

投票

0

コメント


Victoria Campagnaさんが投稿を作成しました:

投稿 Q&A - Help center and community

On the article pages I hid the author and timestamp for the articles, but now I am left with a big gap.  See image below.  How can I make this space smaller?

 

Here is what appears in my article_page.hbs file:







{{article.title}}
{{#if article.internal}}
http://www.w3.org/2000/svg" width="20" height="20" focusable="false" viewBox="0 0 16 16" class="icon-lock" title="{{t 'internal'}}">



{{#if settings.show_follow_article}}
{{subscribe}}

{{/if}}



{{#with article}}

{{t 'was_this_article_helpful'}}

{{vote 'up' role='radio' class='button article-vote article-vote-up' selected_class="button-primary"}}
{{vote 'down' role='radio' class='button article-vote article-vote-down' selected_class="button-primary"}}


{{vote 'label' class='article-vote-label'}}


{{/with}}


{{request_callout}}



{{t 'return_to_top'}}
http://www.w3.org/2000/svg
" class="article-return-to-top-icon" width="20" height="20" focusable="false" viewBox="0 0 12 12" aria-hidden="true">



{{#if settings.show_recently_viewed_articles}}
{{recent_articles}}
{{/if}}
{{#if settings.show_related_articles}}
{{related_articles}}
{{/if}}

{{#if settings.show_article_comments}}




{{t 'comments'}}


{{t 'comments_count' count=article.comment_count}}


{{#if comments}}

{{/if}}


    {{#each comments}}





  • {{#if author.agent}}
    http://www.w3.org/2000/svg" width="12" height="12" focusable="false" viewBox="0 0 12 12" class="icon-agent">



    {{#link 'user_profile' id=author.id}}
    {{author.name}}
    {{/link}}
    {{#each author.badges}}
    {{#is category_slug "titles"}}

    {{#if icon_url}}

    {{/if}}
    {{name}}

    {{/is}}
    {{/each}}


      {{#if editor}}


      {{else}}

      {{/if}}


    {{#each author.badges}}
    {{#is category_slug "achievements"}}
    {{#if icon_url}}

    {{name}}

    {{/if}}
    {{/is}}
    {{/each}}



    {{#with ticket}}

    {{t 'request'}}{{id}}

    {{/with}}
    {{#if pending}}
    {{t 'pending_approval'}}
    {{/if}}

    {{body}}



    {{#vote 'up' role='radio' class='vote-up' selected_class='vote-voted'}}
    http://www.w3.org/2000/svg" width="16" height="16" focusable="false" viewBox="0 0 16 16">


    {{#actions}}
    http://www.w3.org/2000/svg" width="16" height="16" focusable="false" viewBox="0 0 16 16">




  • {{/each}}

{{pagination}}

{{#form 'comment' class='comment-form'}}


{{user_avatar class='user-avatar'}}


{{wysiwyg 'body'}}

{{input type='submit' class="button button-large"}}


{{/form}}

{{comment_callout}}




{{/if}}


 

 

 

Thanks in advance,
Victoria

投稿日時:2021年7月14日 · Victoria Campagna

1

フォロワー

4

投票

3

コメント


Victoria Campagnaさんがコメントを作成しました:

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

Is it possible to add an asset image before "Important" and "Tip" using Andrew Checkley's method?  

Thanks,
Victoria

コメントを表示 · 投稿日時:2021年7月14日 · Victoria Campagna

0

フォロワー

0

投票

0

コメント


Victoria Campagnaさんが投稿を作成しました:

投稿 Q&A - Help center and community

Hello,

I apologize if these questions have been asked already, I was unable to find answers.  I had the following questions about customizing the Category page (see attached image for reference).

  1. Is there a way to remove the Category description?  In the attached image this is "Administration and managment"
  2. How can I display the subsections?  In the attached image, you will see the "Using Nastel Navigator" section is empty.
  3. How can I display the articles as a bulleted list with less space between articles?  So for example, under "Frequently Asked Questions," how can I have bullet displayed next to each article and how can I make the spacing between each article less?

Thank you in advance for any help offered : )

-Victoria

 

 

 

投稿日時:2021年7月12日 · Victoria Campagna

1

フォロワー

6

投票

58

コメント


Victoria Campagnaさんが投稿を作成しました:

投稿 Q&A - Help center and community

Instead of the search box having round edges, how can I make it be a rectangle shape?  See image for how I would like it to look. Thank you in advance.

投稿日時:2021年7月09日 · Victoria Campagna

0

フォロワー

2

投票

5

コメント