Búsquedas recientes


No hay búsquedas recientes

Brooke Kitten's Avatar

Brooke Kitten

Incorporación 19 sept 2023

·

Última actividad 05 dic 2024

Seguimientos

0

Seguidor

1

Actividad total

10

Votos

2

Suscripciones

2

RESUMEN DE LA ACTIVIDAD

Última actividad de Brooke Kitten

Brooke Kitten hizo un comentario,

ComentarioUsing 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

Ver comentario · Publicado 05 feb 2024 · Brooke Kitten

0

Seguidores

0

Votos

0

Comentarios


Brooke Kitten hizo un comentario,

ComentarioUsing 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

Ver comentario · Publicado 06 oct 2023 · Brooke Kitten

0

Seguidores

0

Votos

0

Comentarios


Brooke Kitten hizo un comentario,

ComentarioUsing 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!

Ver comentario · Publicado 06 oct 2023 · Brooke Kitten

0

Seguidores

0

Votos

0

Comentarios


Brooke Kitten hizo un comentario,

ComentarioUsing 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

Ver comentario · Publicado 29 sept 2023 · Brooke Kitten

0

Seguidores

0

Votos

0

Comentarios


Brooke Kitten hizo un comentario,

ComentarioUsing 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?

Ver comentario · Editado 20 sept 2023 · Brooke Kitten

0

Seguidores

0

Votos

0

Comentarios


Brooke Kitten hizo un comentario,

ComentarioUsing 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?

Ver comentario · Publicado 19 sept 2023 · Brooke Kitten

0

Seguidores

0

Votos

0

Comentarios