Okay
  Public Ticket #3824663
total number of posts codes
Open

Comments

  • Hicret06 started the conversation
    Hello, I need to add code that shows the total number of posts in the fields I marked in the attached image. home page made with elementor. The total text does not appear on the author screen on mobile. How do I add it to these two fields?

    Attached files:  IMG_4172.jpeg
      IMG_4173.jpeg

  •  247
    Theme Ruby replied

    Hi,  

    Thank you for reaching out!  

    To display the total post count in the author box, go to Theme Options > Author Page > Post Count and turn it on:  https://prnt.sc/VRusiVg8_w73 

    For the post count in the block heading, you may need to customize it via a child theme, as there is no built-in option for this by default.  

    Let me know if you need any further assistance!  

    Regards,  

  • Hicret06 replied
    Hello,
    Post count not visible on mobile? I have previously sent a screenshot specifically for this problem.

  •  247
    Theme Ruby replied

    Thank you for your reply.  

    By default, this feature is disabled on mobile. If you want to display it, you can try using the following custom CSS and add it to Appearance > Customize > Additional CSS

    @media (max-width: 767px) {
      .bio-count-posts {
        display: flex;
        flex-flow: row nowrap;
        padding: 0;
        gap: 4px;
      }
    
      span.bio-count { font-size: inherit}
      
      .ubio {
        flex-flow: column nowrap;
        gap: 10px
      }
      
    }
    
    

    Hope this helps, Let us know if you need further assistance!  

    Best regards,  

  • Hicret06 replied

    thank you 🙏

  •  247
    Theme Ruby replied

    You're very welcome! Let us know if you encounter any issues.
    Best regards,