By Juan Carlos Bavestrello on Wednesday, 12 March 2014
Posted in General Issues
Likes 0
Views 613
Votes 0
Hello!
Could I put three news major in a horizontal position at the beginning of the blog?

Could you help?
Thanks!
Hello Juan,

Sorry for late reply to this,
If I'm not getting wrong your meaning, you would like to put your Easyblog header to end of the blog post right?
If yes, you can change the code in your file JoomlaFolder\components\com_easyblog\themes\default\structure.php
LINE 10 until 18

<div id="eblog-wrapper" class="eblog-<?php echo $themeName;?> eblog-<?php echo $headingFont . $suffix . $bootstrap;?>">
<?php echo $jsToolbar; ?>

<?php echo $toolbar; ?>

<?php echo $messages; ?>

<?php echo $contents; ?>
</div>

Replace with

<div id="eblog-wrapper" class="eblog-<?php echo $themeName;?> eblog-<?php echo $headingFont . $suffix . $bootstrap;?>">
<?php echo $jsToolbar; ?>

<?php echo $messages; ?>

<?php echo $contents; ?>

<?php echo $toolbar; ?>
</div>

Hope this help.
·
Wednesday, 12 March 2014 23:11
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Juan,

If your template has such module positions, you can enable the image wall module to appear at that location. The image wall module displays a very similar layout as shown in your screen shot above
·
Wednesday, 12 March 2014 10:20
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks for your reply, Mark!

I have another question, could I put the header that I show you in the image at the end of the blog?

Thank you
·
Wednesday, 12 March 2014 21:59
·
0 Likes
·
0 Votes
·
0 Comments
·
It´s works perfectly, thank you!!
·
Thursday, 13 March 2014 22:37
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Juan Carlos Bavestrello,

You're welcome, glad to heard your issues resolved.
·
Thursday, 13 March 2014 22:43
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post