Recherches récentes


Pas de recherche récente

Brooke Kitten's Avatar

Brooke Kitten

Adhésion le 19 sept. 2023

·

Dernière activité le 05 déc. 2024

Suivis

0

Abonné

1

Activité totale

10

Votes

2

Abonnements

2

APERÇU DES ACTIVITÉS

Dernière activité effectuée par Brooke Kitten

Brooke Kitten a ajouté un commentaire,

CommentaireUsing 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

Afficher le commentaire · Publication le 05 févr. 2024 · Brooke Kitten

0

Abonnés

0

Votes

0

Commentaire


Brooke Kitten a ajouté un commentaire,

CommentaireUsing 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

Afficher le commentaire · Publication le 06 oct. 2023 · Brooke Kitten

0

Abonnés

0

Votes

0

Commentaire


Brooke Kitten a ajouté un commentaire,

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

Afficher le commentaire · Publication le 06 oct. 2023 · Brooke Kitten

0

Abonnés

0

Votes

0

Commentaire


Brooke Kitten a ajouté un commentaire,

CommentaireUsing 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

Afficher le commentaire · Publication le 29 sept. 2023 · Brooke Kitten

0

Abonnés

0

Votes

0

Commentaire


Brooke Kitten a ajouté un commentaire,

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

Afficher le commentaire · Modification le 20 sept. 2023 · Brooke Kitten

0

Abonnés

0

Votes

0

Commentaire


Brooke Kitten a ajouté un commentaire,

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

Afficher le commentaire · Publication le 19 sept. 2023 · Brooke Kitten

0

Abonnés

0

Votes

0

Commentaire