By Stefan on Thursday, 02 October 2014
Posted in Technical Issues
Replies 9
Likes 0
Views 1.4K
Votes 0
Hi Stackideas Team,

we use your EasyBlog Latest Module on our website. The default layout shows all blogs vertical, sequentially in one column.

Is there any option, to show all blogs horizontal in multiple columns?

Best regards.
Chris
Hello Stefan,

You can achieve this by using css.
Can you put this css override code in your current Joomla template and see if this resolved your issue.

.ezblog-latestpost{
-webkit-column-count: 2; /* Chrome, Safari, Opera */
-moz-column-count: 2; /* Firefox */
column-count: 2;
}


Hope this will help.
Thanks.
·
Thursday, 02 October 2014 16:17
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi,

thank you for your help.

Your CSS rule works fine, but we use lazy load plugin, so all latest posts will be load at first behind each other
in the first column.

-> We add you a png in the notes.

By the use of lazy load the images of the posts in the other columns will be displayed, if the all posts in the first column were loaded. So our user can see the posts in the other columns at first, if they scroll down to the bottom of our page. In this moment the posts in the second column will loaded.

Is it possible to load the first 4 latest posts horizontal in the first row and the next 4 latest post in the second row, and so on?

Best regards
Chris
·
Saturday, 18 October 2014 04:31
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Stefan,

Unfortunately that is not possible because we do not control how the lazy load plugin behaves.
·
Sunday, 19 October 2014 00:56
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Mark,

ok, regardless to this, is it possible to load the first 4 latest posts horizontal in the first row and the next 4 latest post in the second row, and so on?

For our users it's better to see the latest post in the first row.

Best regards
Chris
·
Tuesday, 21 October 2014 21:34
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Stefan,

I am really sorry but unfortunately that is not possible currently
·
Tuesday, 21 October 2014 22:50
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Mark,

shame, maybee you can help us by another problem.

How is it possible to change the dimensions of the displayed images.
The images are pre-defined in module backend with 250 px x 250 px.
We want to display images with higher dimensions. If we change the settings
in module backend, their is no change recognizable. The images will be displayed
already with 250 px x 250 px. If we change the dimensions via css all images will be displayed blurred.

So our question, can you give us a advice, how we can change the image dimensions higher than 250 px x 250 px.

Best regards
Chris
·
Wednesday, 22 October 2014 19:41
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Chris,

You might want to change the dimension in Backend>Themes>YourTheme and click on the Blog Images: http://screencast.com/t/Hzj2aal5ohH . Change this value and save. After Save, do click on the Clean Images to let EasyBlog re-create the image with different size. Please give it a try.
·
Wednesday, 22 October 2014 19:51
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Nick,

we've set the module as in your advice. Unfortunately not all images will be displayed by the new settings.
Some images have the same settings, like before.
Have you an idea?

Best regards
Chris
·
Wednesday, 22 October 2014 22:06
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Stefan,

This is the case only if the image is smaller than your configured width / height. If the image has a larger dimension, it should appear fine.
·
Wednesday, 22 October 2014 22:45
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post