最近の検索


最近の検索はありません

M_S's Avatar

M_S

参加日2021年10月16日

·

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

フォロー中

0

フォロワー

0

合計アクティビティ

6

投票

0

受信登録

2

アクティビティの概要

さんの最近のアクティビティ M_S

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

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

Hi! Thanks for sharing :)

Has anyone had problems with accordions not showing up properly with Google Chrome?

The symbols for the accordions (the triangle in the screenshot below) don't show up in Google Chrome but they're visible in Safari. You can still click the copy in the

tag and see the details, but there's no visual cue to let readers know that it's an accordion/it's clickable. The Display Unsafe Content setting is enabled.

コメントを表示 · 投稿日時:2021年8月02日 · M_S

0

フォロワー

0

投票

0

コメント


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

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

I'm sorry for the late reply! Yes, the sub-sections, like "Sub-section 1," contain articles. 

Thank you for the example! It's helpful. I'll try to mess around with the CSS and see if I have any luck :) 

コメントを表示 · 投稿日時:2021年4月29日 · M_S

0

フォロワー

0

投票

0

コメント


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

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

Thank you, @...

I'm not able to share the link, but here's a full screenshot of the category page: 

 

I don't think I quite understand the dev tools/targets, but I'll look at the links you posted. Thank you!

コメントを表示 · 投稿日時:2021年4月17日 · M_S

0

フォロワー

0

投票

0

コメント


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

投稿 Q&A - Help center and community

Hi,

I've been struggling as a CSS newbie, so it'd be great if I can get some pointers! 

I'm using the Copenhagen theme and I have a 4-layered help page: a category page which shows a couple sections, and each section includes sub-sections, and each sub-section includes articles. 

As you can see, that doesn't look right.

  • All sub-sections are shown in the blue "box", even though (I think) the style.css file indicates only a max of 3 items should be shown. 
    .section .section-list-item:nth-child(3) ~ .section-list-item {

    display: none;

    }

    I've tried using the code I could find in the community (not exactly the one in the screenshot below, but the main problem is that I'm not able to access "section"), but I get this type of error:

  • There's a lot of space in between the subsections. I tried tweaking the style.css and the category template with no luck... How do I get rid of these? 

This is my category template for some context: 





 


   


     

     


        {{#each sections}}

         


           



              {{name}}

              {{#if internal}}

               

              {{/if}}

           



            {{#if articles}}

             


                    {{#each articles}}

                     


  •                     {{title}}

                     


  •                 {{/each}}

                 


              {{#is article_count 1}}

              {{else}}

                {{#is article_count 2}}

                {{else}}

                  {{#is article_count 3}}

                  {{else}}

                   

                      {{t 'show_all_articles' count=article_count}}

                   


                  {{/is}}

                {{/is}}

              {{/is}}

            {{/if}}

           {{#if sections}}

           


            {{#each sections}}

             


             


  •                   {{name}}

              {{#if internal}}



    {{/if}}

               
  •  

           


            {{/each}}

               


           

              Show all sections

             


               {{/if}}

       
 

{{else}}

         

            {{t 'empty'}}

         


        {{/each}}

     


   


 


Thank you! 

投稿日時:2021年4月14日 · M_S

0

フォロワー

2

投票

4

コメント