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 #1316835
Theme Design
Closed

Comments

  • susandee21 started the conversation

    Hi. A couple more questions please:

    1) I'm using the widget, Soledad Recent Posts. I'd like it to exclude the most recent post. Is there CSS I can add to make that happen?

    2) Regarding "Featured Image," I have a portrait image on a post, but the image box on the home page is landscape resulting in the top half of the image to be cut off. Is there a way to recenter the image with out resizing it? 

    Thanks.

  •  2,700
    PenciDesign replied

    Hi,


    1/ Unfortunately, currently this theme doesn't support this feature. We will consider to add more this feature in the future. The CSS can't do that.

    2/ We need to crop the images to make it display good for all your layouts.

    Example: Someone upload an image with size 500 x 5000 px - the height is very high with the width - And we can't display that image without crop it.

    But, if you want to make so, please replace this code to this code:

    <a class="penci-thumbnail-img <?php echo penci_class_lightbox_enable(); ?>" href="<?php penci_permalink_fix(); ?>" title="<?php echo wp_strip_all_tags( get_the_title() ); ?>">
    <?php the_post_thumbnail('penci-masonry-thumb'); ?>
    </a>

    Best Regards,

    PenciDesign