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 #1791932
Customizing Single Post Options
Closed

Comments

  • Cultures Traveled started the conversation

    Currently my site uses Style 2 for the single post template. I would like to use Style 5 but the featured image never looks good. I tried changing the aspect ratio but it still does not help. What is the best image dimensions to use to make the photo work in this style?

    My other issue is I would like to have an option to center align the title on the image. I've attached an example of a different blog that shows how I would like the featured image and title to show. Please let me know how I can customize it to what I want.  Thank you!

  •  501
    Penci replied

    Hi,

    Change height featured, please go to Customize > Single Posts Option , then check "Disable Parallax Images on Single Posts" option and Custom Aspect Ratio for Featured Image as screenshot http://prntscr.com/llelwk

    To center align the title on the image, please go  to Customize > Addtional CSS add custom code to do that :

    .penci-page-style-5 .penci-active-thumb.penci-entry-media::after,
    .penci-single-style-5 .penci-active-thumb.penci-entry-media::after{
    background: #000;
    }
    .penci-page-style-5 .penci-active-thumb .entry-media__content, 
    .penci-single-style-5 .penci-active-thumb .entry-media__content {
    bottom: 50%;
    transform: translatey( 50% );
    }


    Best Regards,

    PenciDesign

  •   Cultures Traveled replied privately
  •  501
    Penci replied

    Hi,

    Please go to Customize > Single Post Options , then choose "Single template" is style 5.

    Then edit post you want another style, then scrolldown to box Single Options , check "Use the options below for this post" option and choose post template layout ( Ex: style 2 ).

    Please check screenshot : http://prntscr.com/ls1vu9, http://prntscr.com/ls1w3y


    Best Regards,

    PenciDesign