By Marc F on Monday, 09 May 2016
Posted in General Issues
Replies 3
Likes 0
Views 460
Votes 0
I don't see any way to tweak the layout of the Themes, particularly I'd like to change the default image layout that's used for on "Related Posts" that's built into the individual post layout.

I think the older version of EasyBlog had an easy way to alter Themes, but I don't see any documentation or support issues related to this - specifically the Related Posts issue. (To clarify, I'm not referring to the "Related Posts" module.
Hm, I am not too sure what you mean by it is not possible to tweak it but the related items are located in /components/com_easyblog/themes/wireframe/blogs/entry/default.php



Just like EasyBlog 3.x, it's still pretty similar, you just need to find the correct files
·
Monday, 09 May 2016 11:41
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks Mark
Specifically I'd like to change the dimensions or aspect ratio of the "Related Posts" images. My cover images are universally tall / thin, yet the images appear cropped into a short / wide apect ratio container.
How can I change this?
Marc
·
Monday, 09 May 2016 14:38
·
0 Likes
·
0 Votes
·
0 Comments
·
The code is already provided above, you need to modify it accordingly It uses a background css to maintain the aspect ratio but if you don't care about the aspect ratio, then just convert it into an image tag.
·
Monday, 09 May 2016 16:40
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post