By Tony Young on Tuesday, 17 June 2014
Posted in Technical Issues
Replies 2
Likes 0
Views 569
Votes 0
I have turned off the print, bookmark and other features that live under the authors name etc at the top above the blog post at http://letthelionroar.com/dev/index.php/blog/entry/love-me-love-my-family

That leaves a div space there that I see in firebug is ...
<div class="blog-brief ptl pbl mbl">
<div class="in clearfix">
<div class="blog-option mts">
<ul class="reset-ul float-li small fsm"> </ul>
</div>

How can I remove this space?

Also, is there a way to move those if enabled to the bottom with the social bar without extensive customization?
Hello Tony Young,

If you want to remove it, yes you can but if you enable it back, then it will raise a problem. Those that you removed is not available. About the second question you ask, you may put it below the social button but this customization will not be override if you run the update. You need to do a backup this customization first before you update EasyBlog.
I have attached 1 file here. Can you put it inside you site in: \components\com_easyblog\themes\vintage\blog.read.meta.bottom.php and delete this code in: \components\com_easyblog\themes\vintage\blog.read.php

<div class="blog-brief ptl pbl mbl">
<div class="in clearfix">
<div class="blog-option mts">
<ul class="reset-ul float-li small fsm"> </ul>
</div>

Since there is no settings for not displaying this, I have temporarily set it to reporting setting. Components > EasyBlog > Settings > Workflow > General > Reporting > Enable Reporting = Yes. Please give it a try and see how it goes.

If you have anymore question, please don't hesitate to ask us.
Hope this will help.
Thanks.
·
Wednesday, 18 June 2014 00:30
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Tony,

Try this, add the following block of css codes into your template's css file,


.blog-brief {
display: none !important;
}
·
Wednesday, 18 June 2014 02:15
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post