By Frank Chojinski on Tuesday, 26 July 2022
Posted in General Issues
Likes 0
Views 538
Votes 0
Hi, i made an menu item to load easyblog blog as a grid (see screenshot). Now i want to change the line height and the font size of this grid view, also if possible i want to show images. But i want to resize images that they all have the same size and are in a square form. You can look at https://www.kleiner-gmbh.de/index.php/de/articles. Perhaps you can help me?

Regards
Frank
Hi Frank,

To show the post cover image on the post layout, you must configure the grid menu setting from the backend.
Please see my screenshot below. If you are still unable to see the post image on grid menu layout, I require your site access credentials to check further.
·
Wednesday, 27 July 2022 18:17
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Frank,

I've included a screenshot below that shows the grid view's line height and font size. Could you please clarify with us that this is what you would like to change? If so, I suggest you to use the code provided below. To apply the changes go to backend > easyblog > themes > custom CSS > apply the code & save.

#eb .eb-container .eb-content .eb-post-listing.is-column {
line-height: 32px;
font-size: 18px;
}


But i want to resize images that they all have the same size and are in a square form

Regarding having the same square image size for post listings, you must configure the setting in backend > easyblog > settings > layout >post covers > listing layout > enable "Crop post cover". I've provided a screenshot below.

I believe this is what you're looking for, kindly let us know if this method works for you? If the suggested solution doesn't work, I'll require access to your site's backend and FTP to look at it further.

Thanks!
·
Wednesday, 27 July 2022 13:19
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi,

the change off custom.css works fine. in the grid the pictures are not shown. I guess a longer time before we made an customizing that the images are not shown but now my boss changed his mind and want to see them again. Please help me where do i have to change things.

Regards
Frank
·
Wednesday, 27 July 2022 16:26
·
0 Likes
·
0 Votes
·
0 Comments
·
·
Wednesday, 27 July 2022 17:38
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks a lot!
·
Wednesday, 27 July 2022 19:12
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

You are most welcome. Glad to hear that your issue has been resolved now.

Just for your information, I have locked and marked this thread as resolved to avoid confusion in the future. Please start a new thread if you have any other issues in the future so it will be easier for us to manage your inquiries.

Thanks for understanding.
·
Wednesday, 27 July 2022 19:13
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post