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 #3807449
How can I add popular posts to the footer?
Closed

Comments

  • foit125 started the conversation

    1. How can I add popular posts to the footer?

    2.  

    How to reduce thumbnails in the list of posts on the home page. Now the ratio is 50/50 .
    How to make the photo 1/3 and the content 2/3

    Look screen

    screen

    Best regards

  •  2,727
    PenciDesign replied

    Hi,

    1/ Please go to Appearance → Customize → Widgets → Add the ".Soledad Popular Posts" into the Footer Column widget area.

    2/ Go to Appearance → Customize → Posts Layouts → Other Layouts → Custom Image Width on List Posts: change the image width at this option field.

    Regards,
    PenciDesign.

  • foit125 replied

    How to make Footer Widget Area Columns Layout 1/1 not 2/3+1/3 . No division. One wide row. ?

    best regards

  •  2,727
    PenciDesign replied

    Hi,

    Please go to Appearance → Customize → Footer → Footer Widgets Area → Footer Widget Area Columns Layout: change the layout at this option field.

    Regards,
    PenciDesign.

  • foit125 replied

    Hi. 

    I was in Appearance → Customize → Footer → Footer Widgets Area → Footer Widget Area Columns Layout

    There is no 1/1 option
    There are many options for splitting columns but no single column option.

    Regards


  •  2,727
    PenciDesign replied

    Hi,

    Do you mean you want to display it in two rows?

    Regards,
    PenciDesign.

  •  2,727
    PenciDesign replied

    Hi,

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

    #widget-area > .container {
      display: flex;
      flex-direction: column;
      flex-wrap: wrap;
      row-gap: 30px;
    }
    #widget-area > .container:before,
    #widget-area > .container:after {
      display: none;
    }
    #widget-area > .container .footer-widget-wrapper {
      width: 100%;
    }
    

    Regards,
    PenciDesign.

  • foit125 replied

    thx.

    I will test