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 #2825740
Footer in Categories and Single posts
Closed

Comments

  •  3
    firosyd started the conversation

    Hi there,

    I'm trying hide footer in pages of categories and single posts too. Is there any way to do it in customize theme? I didn't find anywhere.

    Thanks a lot

    Felipe


  •  2,494
    PenciDesign replied

    Hi,

    Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:

    /* Hide single post/page */
    body.single footer#footer-section {
        display: none;
    } /* Hide category post/page */ body.category footer#footer-section {
        display: none;
    }

    Regards,
    PenciDesign.


  •  3
    firosyd replied

    Hi there,

    Thank you for reply.

    I add the code in CSS Customize, but it not works. The footer continues appearing in both cases. 

    I cleaned cache from browser and from website.

    Is there anything else to do? 

    Thanks


  •  2,494
    PenciDesign replied

    Hi,

    Please send me the URL of the page you want to hidden Footer.

    Regards,
    PenciDesign.


  •  3
    firosyd replied

    Ok, I'd like to hidden footer for categories of site: For example: 

    https://davew10.sg-host.com/categoria/calendario-e-datas-judaicas/

    https://davew10.sg-host.com/categoria/ciencia-e-natureza/

    https://davew10.sg-host.com/categoria/etica-comportamento/

    etc.

    In case of single posts I'd like to hidden for all. I know there is a way one by one, but would be fine to make for all once time. 

    Another question: Is it possible to get one layout for Categories and/or Search results page to display images fewer on the page respective? There is several styles for display layout for categories, but I didn't find anything related to a thumbnail image or same type nearly to it. 

    Thanks a lot!

    Regards


     

  •  2,494
    PenciDesign replied

    Hi,

    1. Please modify the CSS code like this:

    /* Hide single post/page */
    body.single footer#widget-area,
    body.single footer#footer-section {
        display: none;
    }
    /* Hide category post/page */
    body.category footer#widget-area,
    body.category footer#footer-section {
        display: none;
    }

    2. All the post layouts locate in Appearance → Customize → General → Category, Tag, Search, Archive Layout settings. If you want to change the post thumbnail image size/style, you need to add some custom CSS code to force display. Please send me more information about your request, I'll check and help you.

    Regards,
    PenciDesign.


  •  3
    firosyd replied

    Hi there,

    Unfortunately the below code not worked in our site again. it's stubborn! :)

    As to  the post layouts located in Appearance → Customize → General → Category, Tag, Search, Archive Layout settings I tried some options from customize, but my customer would like fewer images to display in Search and Categories. For example: 165 x 110 pixels for images in order to display images in 2 columns with text below as like the category: https://davew10.sg-host.com/categoria/calendario-e-datas-judaicas/  

    PS: in this case 165 x 110 is 50% less than what it's displaying in that category above.

    Thanks a lot!



  •  2,494
    PenciDesign replied

    Hi,

    1. Please modify the CSS code:

    /* Hide single post/page */
    body.single #widget-area,
    body.single footer#footer-section {
        display: none;
    }
    /* Hide category post/page */
    body.category #widget-area,
    body.category footer#footer-section {
        display: none;
    }

    2. Maybe you want to display like the screenshot below?

    image.png

    Regards,
    PenciDesign.


  •  3
    firosyd replied

    Hi mate!

    1 - Yes, it's working now! Congratulations! Thank you so much! 

    One more question related to the footer: would be possible leaving the footer native only? Please, see the image attached. 

    2- Yes, wonderful! Exactly. Is that done by CSS too? But the share social media buttons need be displayed. 

    Thks a lot!

    Regards

      

  •  2,494
    PenciDesign replied

    Hi,

    1. Please modify the CSS code like this:

    /* Hide single post/page */
    body.single #widget-area {
        display: none;
    }
    /* Hide category post/page */
    body.category #widget-area {
        display: none;
    }

    2. Please use the custom CSS code:

    .penci-grid li .item > .thumbnail,
    .penci-masonry .item-masonry > .thumbnail {
        max-width: 165px;
        max-height: 110px;
    }

    Regards,
    PenciDesign.


  •  3
    firosyd replied

    Hi there,

    I changed the CSS and it's working fine in both cases. Thank you!

    It's just the search results page that isn't displaying correctly.

    Please see image.

    Regards


  •  2,494
    PenciDesign replied

    Hi,

    Please go to Appearance → Customize → General → Category, Tag, Search, Archive Layout: select Grid Posts then Publish a new change.

    Regards,
    PenciDesign.


  •  3
    firosyd replied

    Thank you so much. 

    Great support!

    Regards