Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #909351
    lkd
    Participant

    Hello
    pelase could you help me add thumbnails to recent posts element i want to add to my homepage?

    post count : 4
    orientaiton : horizontal

    when i enable feature images the image is so big …
    i want the featured images to be like 50px*50px and be positionned left of post title

    wanted recent post thumbs

    thanks for your help

    #909604
    Rupok
    Member

    Hi there,

    Thanks for writing in! Kindly enable the featured image and update us with your URL.

    Meantime you could try adding this under Custom > CSS in the Customizer.

    .x-recent-posts .x-recent-posts-img {
      float: left;
      height: 50px;
      padding-bottom: 0;
      width: 50px;
    }
    
    .x-recent-posts .x-recent-posts-content {
      float: left;
      margin-left: 10px;
    }

    Hope this helps.

    Cheers!

    #911017
    lkd
    Participant
    This reply has been marked as private.
    #911019
    lkd
    Participant

    Wow!
    One shot!
    One win!

    The jackpot!

    you really master your stuff!

    I will call you from now X Men!!!

    #911027
    lkd
    Participant

    for my needs, a 75px square image is ok…
    so i modified to this:
    .x-recent-posts .x-recent-posts-img {
    float: left;
    height: 75px;
    padding-bottom: 0;
    width: 75px;
    }

    .x-recent-posts .x-recent-posts-content {
    float: left;
    margin-left: 10px;
    }

    is it possible to use the remaining space to add some meta value? tag? cat? comments?
    add meta to recent post

    #911582
    Darshana
    Moderator

    Hi there,

    You can add additional info, however you will need to extend the functionality using a child theme. You can check the following example that enables excerpt to get an idea(https://community.theme.co/forums/topic/recent-posts-not-displaying-excerpt/#post-265468).

    Thanks!

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