Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #2268271
layout in category page
Closed

Comments

  • allenwei812 started the conversation

    How do I use the picture  NEWS Layout to may tag category post page layout..


    I just want to use this kind of layout with small pic left side and title in the right....


  •  2,699
    PenciDesign replied

    Hi,

    I don't clearly about your question, please tell me more detail about this.


    Best Regards,

    PenciDesign

  • allenwei812 replied

    I want this NEWS layout in the picture .....

    How do I setting to my  category page?

  • allenwei812 replied

    The layout style.....where can I choose to my category page?

  •  2,699
    PenciDesign replied

    Hi,

    Ahh, I understand it now.

    But, currently, category pages doesn't support for this layout. This layout just can use for featured categories at this moment.

    We will consider to add more this feature in the future updates.

    Currently, you can check all category layouts supported from the theme via Customize > General Options > Category, Tags, Search, Archive Layouts.


    Best Regards,

    PenciDesign

  • allenwei812 replied

    It  is so sad to hear that ......so....woud u please add this layout to category layout ASAP 

    because it suitable to phone screen.......thx 

  • allenwei812 replied

    see.....haha  more like a list layout.....

  • allenwei812 replied

    BY the way How to modify the font size of the category or tags in a single post......

  •  2,699
    PenciDesign replied

    Hi,

    Can you show me where is category or tags in a single posts you're talking about?


    Best Regards,

    PenciDesign

  • allenwei812 replied

    in one post page ......(from HOME press a article.....then in one post page....

  •  2,699
    PenciDesign replied

    Hi,

    Ahh, ok, please try add more this code to Customize > Custom CSS to do that:

    .container-single .cat>a.penci-cat-name{ font-size: 16px; }
    

    Best Regards,

    PenciDesign

  •   allenwei812 replied privately
  •  2,699
    PenciDesign replied

    Hi,

    Please try add more this code to Customize > Custom CSS to fix it:

    @media only screen and (max-width: 479px){
        .container.home-featured-boxes{
            display: block;
        }
        .container.home-featured-boxes:before,
        .container.home-featured-boxes:after,
        .container.home-featured-boxes ul:before,
        .container.home-featured-boxes ul:after{
            content: '';
            clear: both;
            display: table;
        }
        ul.homepage-featured-boxes, 
        .post-entry ul.homepage-featured-boxes{
            margin: 0;
        }
        ul.homepage-featured-boxes li, 
        .post-entry ul.homepage-featured-boxes li{
            display: block;
            float: none;
            padding: 0;
        }
    }
    

    Best Regards,

    PenciDesign

  • allenwei812 replied

    it works thanks 

    by the way what is theme support business hour?

    and how long I can use the support .....I mean one year or sometime....

  • allenwei812 replied

    there is a gap in tablet and phone screen view in my header...... I use 800*200 pictures ....and using GOOGLE ADSENSE....is that a reason?

    but in the desktop view is ok ....  is there something wrong?

  •  2,699
    PenciDesign replied

    Hi,

    1/ You can use element "Penci Open Hour" from Elementor to create business hour.

    And you will get 6 months free support after purchased the theme. After 6 months, if you want to keep support from us, please renew the supportsmile.png

    2/ You can try add more this code to Customize > Custom CSS to remove that space:

    @media only screen and (max-width: 960px){
    .container.has-banner .header-banner {
        margin-top: 0;
    }
    }
    

    Best Regards,

    PenciDesign