By Dennis T. on Monday, 31 August 2015
Posted in Technical Issues
Replies 15
Likes 0
Views 487
Votes 0
Hi,

why also the thumbnails are shown in the listing view?
I only want to show the main picture?!
If I try to make it to 100% width, it will display lower quality image, you can take a look of my screenshot below.
·
Friday, 04 September 2015 19:56
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Dennis,

I am really sorry for the delay of this reply as it is actually a public day off for us here. The URL http://www.investmentsandliving.com/news doesn't seem to work for me. Can you please advise?
·
Tuesday, 01 September 2015 00:26
·
0 Likes
·
0 Votes
·
0 Comments
·
added
·
Tuesday, 01 September 2015 02:47
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Dennis,

I am really sorry for the delay of this reply. I've checked the blog post and it seems like there are two same images; one for cover image and another one is from image block, http://screencast.com/t/jmJHNm0Nr and you have set image to be appear at the top of the frontpage listing from your backend > easyblog > settings > layout > truncation. Hence all the images will appear on the frontpage listing.

I've helped you to change settings as you can see from my screenshot here, http://screencast.com/t/GfyBiCnr5 and it should be displaying correctly now, http://screencast.com/t/HP2TV5FSDAf .
·
Tuesday, 01 September 2015 19:18
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi,

thanks. But how can i show the pic without any border and on the left side in the listing view and detail view like the other (feed) posts?
·
Tuesday, 01 September 2015 19:25
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Dennis,

I am really sorry for the delay of this reply.

You can set the alignment from your backend > easyblog > settings > layout > posts cover > posts cover listing, http://screencast.com/t/y6CtoDOc . If you want to remove image border, you need to do this via css hack. Simply apply the following css code inside your custom.css and see how it goes.
div#fd.eb .eb-post-thumb .eb-post-image-cover {
border: 0px;
}
·
Wednesday, 02 September 2015 11:07
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Ezrul,

thanks, now it looks good so far. Only one thing, how to get the text from the (feed) post under the pic on the left side?
·
Wednesday, 02 September 2015 14:13
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Dennis,

I am really sorry for the delay of this reply. You can try to apply the following css fix inside your custom.css and see how it goes.
div#fd.eb .eb-post-content .eb-post-body img {
float: left;
margin: 10px;
}
·
Thursday, 03 September 2015 17:30
·
0 Likes
·
0 Votes
·
0 Comments
·
Not working...
·
Thursday, 03 September 2015 18:54
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Dennis,

Can you try the following instead?
div#fd.eb .eb-post-content .eb-post-body img {
margin-right: 80%;
}
·
Thursday, 03 September 2015 19:37
·
0 Likes
·
0 Votes
·
0 Comments
·
Works:-)
How can i show the pictures from the feeds in the whole width like the posts from the composer?
·
Thursday, 03 September 2015 20:01
·
0 Likes
·
0 Votes
·
0 Comments
·
I am sorry that delay of this reply,

Perhaps you can provide us 2 of the feed post URL? so we will see if there a way to implement this using css?
·
Friday, 04 September 2015 19:06
·
0 Likes
·
0 Votes
·
0 Comments
·
Here is only one that is an active feed post: added
·
Friday, 04 September 2015 19:13
·
0 Likes
·
0 Votes
·
0 Comments
·
Hmm, in this case it looks no good. So please let it as it was. But generally it would be helpful to have a setting if i want to display the pic in another way...
·
Friday, 04 September 2015 20:40
·
0 Likes
·
0 Votes
·
0 Comments
·
I have no idea what you mean by "please let it as it was". As it is already as what Arlex pointed out above where the image is at it's original size.
·
Saturday, 05 September 2015 01:58
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post