By Brian Deacon on Sunday, 28 September 2014
Posted in General Issues
Replies 3
Likes 0
Views 775
Votes 0
I can't seam to find a way to show two (2) columns of posts on any of the modules for display on my home page.

I am trying to replace the K2 module with EasyBlog and want the same look on my home page. Can you tell me if there is a way to do this with EasyBlog. I have installed a number of the modules and can't seem to figure this out.

My website is http://exploreseattlewa.com

Thanks,
Brian
Hello Brian,

I am really sorry for the delay of this reply as it is a weekend for us here. We don't actually have a module that displays the blog posts in 2 columns but with some css hacks, it should be pretty easy to achieve this. Can you publish the module on the front page and let us know when it's done and we'll try to provide you with some css hacks.
·
Sunday, 28 September 2014 16:32
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Mark,

Thanks for your response. I have published the module on exploreseattlewa.com. It's the last one below the K2 module.

I appreciate your help!

Thanks,
Brian
·
Monday, 29 September 2014 08:30
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Brian,

There are 2 ways to do this, using css and create a table for them. If you wish to use css, you can add this override css in your current Joomla template:

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

If no, you can download this file and put it in your site here: \modules\mod_easyblograndompost\tmpl\default.php.

Please give it a try and see if this does resolved the issue.
·
Monday, 29 September 2014 12:56
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post