By Michel777 on Sunday, 19 August 2018
Posted in General Issues
Likes 0
Views 441
Votes 0
HI,

how to set the same styling for PostFrontPage like for LatestPosts ? See attachements.

Thanks,

Michel
Hi Michel,

Do you mean you would like to apply masonry styling(https://www.screencast.com/t/aRlfMreHNawt) to EasyBlog latest post module?

Unfortunately there is no simple way to achieve this currently in the module unless you perform heavy modifications to the module's html structure and styling.
·
Monday, 20 August 2018 12:06
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Raymond,

thanks for your fast response ! As I know the only theme is Nickel having more then 1 column. That is the main requirements. Ok no more question regarding this.

To your screenshot: I'm just thinking about aligning the post modules. What an accident !

Warm regards,

Michel
·
Monday, 20 August 2018 12:44
·
0 Likes
·
0 Votes
·
0 Comments
·
You're most welcome Michel. Yes Nickel theme is the only theme with more than 1 column.

The module does not use Nickel theme's styling, which is why the styling is different.
·
Monday, 20 August 2018 13:49
·
0 Likes
·
0 Votes
·
0 Comments
·
Apologies for the misunderstanding Michel.

I believe you want to align the post in Nickel listing to be the same as the module.

Unfortunately, this is not possible due to the nature of masonry styling which Nickel theme is using. The best you can do is to make sure the content have similar image size, title and content length.
·
Monday, 20 August 2018 14:07
·
0 Likes
·
0 Votes
·
0 Comments
·
Perhaps some of the adjustment are easy:

1) Remove rounded corners
2) Remove line between date and title
3) Remove green area at the bottom
4) Put shadows like on the frontpage https://davidmihalka.com/en/

Warm regards,

Michel
·
Monday, 20 August 2018 14:19
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Michel,
3) Remove green area at the bottom
It looks like this is a bug. I will log this issue in our tracker.

For a temporary fix, I have helped you edit this file to make sure the footer does not show under each post if there is nothing there.
JoomlaFolder/components/com_easyblog/themes/nickel/blogs/latest/default.main.php
1) Remove rounded corners
2) Remove line between date and title
4) Put shadows like on the frontpage
You can try using the following custom css and see how it goes.

#eb .eb-post-top {
border-bottom: none;
}

#eb .eb-masonry-post .eb-post {
border-radius: 0;
box-shadow: 5px 5px 5px 0 #e5e5e7;
}
·
Monday, 20 August 2018 16:38
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Raymond

perfect ! I'm absolutely satisfied !!!

Thanks so much,

Michel
·
Monday, 20 August 2018 16:50
·
0 Likes
·
0 Votes
·
0 Comments
·
You're most welcome Michel and glad to know that your issue is resolved.

Regards.
·
Monday, 20 August 2018 16:53
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post