최근 검색


최근 검색 없음

Brooke Kitten's Avatar

Brooke Kitten

가입한 날짜: 2023년 9월 19일

·

마지막 활동: 2024년 12월 05일

팔로잉

0

팔로워

1

총 활동 수

10

투표 수

2

플랜 수

2

활동 개요

님의 최근 활동 Brooke Kitten

Brooke Kitten님이 에 댓글을 입력함

댓글Using themes and customizing your Help Center

Hi there,

I'm needing some help adding subsections to my Help Center.

Currently, our Category pages display each individual article in a section. We'd like to create subsections and show those on the category page.

Currently, it's not displaying the sections I created as a test at all.

For the Section pages, we'd like the section title to appear below the search box with the  subsections below that.

Can anyone help me with the code to do this? I tried the code provided here, but it's displaying very oddly small. We'd like the subsections to appear larger and more spaced like the articles below them that haven't been placed in a section yet. (Place an order, Xpressdocs Standard Pricing)
Here is the current Category code with no subsection coding:



 

   

     

Quick Links



     

Agent Resources


     
      

     

Company Resources


     

     

Employee Resources


     

   

   

   

     

     

     

        {{#each sections}}
       

         


            {{name}}
         


          {{#if articles}}
         

                {{#each articles}}
               

  •               {{#if promoted}}
                 
                  {{/if}}
                  {{title}}
               

  •             {{/each}}
             

          {{#if more_articles}}
         
            {{t 'show_all_articles' count=article_count}}
         

          {{/if}}
          {{else}}
         
            {{t 'empty'}}
         

          {{/if}}
       

        {{else}}
       
          {{t 'empty'}}
       

        {{/each}}
     


   


   

 


And here is the current coding for the Section page with no subsection coding:



 

   


     

Quick Links



     

Agent Resources


     
    

   

Company Resources


   

         

Employee Resources


     

 

 

 

   

   

   

     


        {{#if section.articles}}
       

              {{#each section.articles}}
             

  •             {{#if promoted}}
               
                {{/if}}
                {{title}}
             

  •           {{/each}}
           


        {{/if}}
     

   


 


 



Thanks in advance for any help at all!

Brooke

Evan Pitonzo

댓글 보기 · 2024년 2월 05일에 게시됨 · Brooke Kitten

0

팔로워

0

투표 수

0

댓글


Brooke Kitten님이 에 댓글을 입력함

댓글Using themes and customizing your Help Center

Hi Ifra Saqlain,

Correct me if I'm wrong, but the code you provided also seems to be a hover to enlarge instead of click to enlarge. 

Basically, our users don't want the images to auto-enlarge, but they would prefer to click an image and have a larger version open in the center of the screen (a modal, perhaps?) to view the larger version only when each user needs to do so.

Thanks!

Brooke

댓글 보기 · 2023년 10월 06일에 게시됨 · Brooke Kitten

0

팔로워

0

투표 수

0

댓글


Brooke Kitten님이 에 댓글을 입력함

댓글Using themes and customizing your Help Center

Hi there,

I'm currently using this code to make all of our images enlarge on hover. We'd like to try click to enlarge instead. How can I implement this in our style sheet?

div-img{
    justify-content: center;
    align-items: center;
    display:flex;
    padding-top:20%;
}
img{
    transition: transform .2s;
    margin:0 auto;
}
img:hover{
    transform:scale(2.0);
}

Thanks in advance!

댓글 보기 · 2023년 10월 06일에 게시됨 · Brooke Kitten

0

팔로워

0

투표 수

0

댓글


Brooke Kitten님이 에 댓글을 입력함

댓글Using themes and customizing your Help Center

Ifra Saqlain - Thank you so much for your clear and concise help! You made this very simple for a very novice user. Thanks again!

Brooke

댓글 보기 · 2023년 9월 29일에 게시됨 · Brooke Kitten

0

팔로워

0

투표 수

0

댓글


Brooke Kitten님이 에 댓글을 입력함

댓글Using themes and customizing your Help Center

Hi Ifra Saqlain,

Thanks so much for this! It definitely helps. However, it seems something prevents the text from going past the left edge of the upper search bar. Is there any way to make it go even further right on article pages?

Also, the category and section pages still seem to have too much white space on the left. Is there a way to fix that?

댓글 보기 · 2023년 9월 20일에 편집됨 · Brooke Kitten

0

팔로워

0

투표 수

0

댓글


Brooke Kitten님이 에 댓글을 입력함

댓글Using themes and customizing your Help Center

I have minimal coding experience but would like to use more of the white space in the Copenhagen theme since our users don't access via mobile. Can anyone help me with what to edit to give more horizontal room for text/images on the article pages?

댓글 보기 · 2023년 9월 19일에 게시됨 · Brooke Kitten

0

팔로워

0

투표 수

0

댓글