By User on Friday, 06 December 2019
Posted in General Issues
Replies 5
Likes 0
Views 507
Votes 0
Hello. If I set Menu Item to (Posts) Frontpage [Card Layout], page display content in 3 column.
If I set in backend every option (that I found) to 2 column, it doesn't help.

Is it any way to display post list in 2 columns without using Grid layout?

Thanks.
Hi there,

Hello. If I set Menu Item to (Posts) Frontpage [Card Layout], page display content in 3 column.

We enforced it to show 3 column for display purposes. If you wanted to change them, you can change them here
.../components/com_easyblog/themes/wireframe/blogs/latest/card.php and do template override so that those it wont be overridden on your next release update.


//Change this code
<div class="eb-cards eb-cards--3" data-blog-posts>
//to this
<div class="eb-cards eb-cards--2" data-blog-posts>


Is it any way to display post list in 2 columns without using Grid layout?

In order for you to use column layout, you will need to use Nickel theme as you can see here https://take.ms/Rns2Z

Please give it a try and see how it goes.
·
Friday, 06 December 2019 11:49
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi,

I was looking for the exact same thing - Thanks for the help! I could make it work in components/com_easyblog but I am struggling to get it done via templates override.

Creating this mytemplate//html/com_easyblog/themes/wireframe/blogs/latest/card.php doesnt seem to work.
Doing the temaplte override in the Joomla backend and creating "latest" also not working.

Am I missing something?

Regards,
Sebastian
·
Wednesday, 11 December 2019 16:29
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

Applied them here https://take.ms/YG8Hj and it seems to work fine as you can see here https://take.ms/lh6QV
·
Wednesday, 11 December 2019 16:41
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Warith, That seems to work. Thank you so much!
·
Wednesday, 11 December 2019 17:14
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

You are most welcome. Glad to hear that your issue has been resolved now.
·
Wednesday, 11 December 2019 17:17
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post