By Ilya Semivrazhnov on Saturday, 19 September 2015
Posted in Technical Issues
Replies 8
Likes 0
Views 624
Votes 0
Hello

I need "Continue Reading" to be on right side (pic1)... I did found post about same issue it said to change " JoomlaFolder\components\com_easyblog\themes\default\blog.item.php" but i'm running Joomla 3.3.3 and easyblog 5.0.26, when I get to default folder I see (pic2) I try search FPT for "blog.item.php" 0 results... did you change name?

Thank you
Hey Ilya,

I am really sorry for the delay of this reply as it is a weekend for us here.

If you using vintage theme and would like to customize the latest view page, you have to open this file ->
JoomlaFolder\components\com_easyblog\themes\vintage\blogs\latest\default.main.php

By the way, if you only want to move your read more button to right position, you can apply this following css in your template css file.
div#fd.eb.eb-vintage.eb-view-latest .eb-post-more .btn {
float: right !important;
margin-top : 13px !important;
}


After you applied, you have to clear your joomla cache. Hope this help.
·
Saturday, 19 September 2015 10:44
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey
Thanks I found file but what you said about CSS file I did have float to right (float.right) and I did try add your code (float.right.new) no effect but before I always had read more on right side only when I activated easyblog it moved to left, I did try to edit default.main.php by putting style="float: right; in code it works bottom moves to right but problem is it no longer active so when you click on it nothing happen... maybe I did something wrong... I'm using Shape5 template.
Thank you
·
Sunday, 20 September 2015 01:03
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey there,

I am really sorry for the delay of this reply as it is a weekend for us here. It seems like you have changed the theme for EasyBlog and the continue reading is now appearing on the right as what you wanted. Is this issue resolved for you now?
·
Sunday, 20 September 2015 01:24
·
0 Likes
·
0 Votes
·
0 Comments
·
no I will try now to change style..
·
Sunday, 20 September 2015 01:33
·
0 Likes
·
0 Votes
·
0 Comments
·
Sorry but not sure if I understand you here. When I access the page at https://www.makewellnesseasy.com/index.php?option=com_easyblog , the continue reading is appearing on the right as you can see here, http://screencast.com/t/fDhax6A92u7
·
Sunday, 20 September 2015 01:37
·
0 Likes
·
0 Votes
·
0 Comments
·
that's old one. I just got same theme for EasyBlog (vintage) and add small code (pic2) and now it's just how I want it to be active on right side.. (pic1)

and from your screen shoot i seen name of person thats post blog and some info that's not supposed to be there look at my screenshot.
is that what you see when you choose category?
I need people to see page like this (pic3)
·
Sunday, 20 September 2015 03:58
·
0 Likes
·
0 Votes
·
0 Comments
·
I edit file "JoomlaFolder\components\com_easyblog\themes\vintage\blogs\latest\default.main.php" Line 179 I added right after <div class="eb-post-more" I add style="float: right" and now I got (vintage) with new look
·
Sunday, 20 September 2015 04:14
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Ilya,

I am really sorry for the delay of this reply as it is a weekend for us here.

Thanks for getting back to us your issue resolved.

By the way, I would like to suggest you override this default.main.php file in your current template, for example :

JoomlaFolder\templates\yourCurrentTemplate\html\com_easyblog\blogs\latest\default.main.php


So you no need apply the hack every time you update to latest version of Easyblog in the future.

Hope this help.
·
Sunday, 20 September 2015 10:35
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post