Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1159411
    jgbcomm
    Participant

    after following 2 posts about adding excerpts
    https://community.theme.co/forums/topic/add-excerpt-to-recent-posts-shortcode/

    and floating the image left.
    https://community.theme.co/forums/topic/recent-posts-thumbnailicon-left-and-title-and-excerpt-on-right-layout/

    I am left with this strange behavior.. http://dev.svlimo.com/ The recent posts, near the bottom, are each HUGE boxes with no content.. I do not understand.. please help

    #1159444
    Rue Nel
    Moderator

    Hello There,

    Thanks for writing in! To resolve this issue present in your site, please add the following css code in the customizer, Appearance > Customize > Custom > CSS

    .x-recent-posts .x-recent-posts-img {
        padding-bottom: 0;
    }

    Hope this helps. Please let us know how it goes.

    #1217839
    jgbcomm
    Participant

    This same recent posts code, uses get_the_post_thumbnail(….) however the image loaded is the full size image..

    why is this..?

    And why wont the featured image load in the gallery.. If the post has a featured image, that image will not show in the gallery.

    #1217940
    Rue Nel
    Moderator

    Hello There,

    Thanks for writing in!

    1] The featured image in the recent posts element is the full image because it is displayed as a background image of the box. If you want to display certain image dimension, you’ll need to customized the code of recent posts element.

    2] The featured image will only appear in the gallery if you have uploaded and attached the image within that post with the gallery. To know more about how you can set up the galleries, please check this out: https://community.theme.co/kb/how-to-setup-galleries/

    Hope this helps.

  • <script> jQuery(function($){ $("#no-reply-1159411 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>