Tagged: x
-
AuthorPosts
-
May 2, 2016 at 11:24 am #909351
lkdParticipantHello
pelase could you help me add thumbnails to recent posts element i want to add to my homepage?post count : 4
orientaiton : horizontalwhen 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
thanks for your help
May 2, 2016 at 2:00 pm #909604
RupokMemberHi 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!
May 3, 2016 at 11:26 am #911017
lkdParticipantThis reply has been marked as private.May 3, 2016 at 11:28 am #911019
lkdParticipantWow!
One shot!
One win!The jackpot!
you really master your stuff!
I will call you from now X Men!!!
May 3, 2016 at 11:33 am #911027
lkdParticipantfor 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?
May 3, 2016 at 6:03 pm #911582
DarshanaModeratorHi 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!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-909351 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
