By Alex Boyd on Friday, 19 February 2016
Posted in General Issues
Replies 10
Likes 0
Views 548
Votes 0
As the title has asked please

How do I stop the easy blog title and description appearing on the blog home page?
Hi Alex,

To make the easy blog title and description not to appearing on the blog home page you have to do some customization on you file.

You can edit the file components/com_easyblog/themes/wireframe/toolbar/default.php and locate the codes below and delete it:

<div class="eb-brand">
<?php if ($view == 'entry') { ?>
<h2 class="eb-brand-name reset-heading"><?php echo JText::_($title);?></h2>
<?php } ?>

<?php if ($view != 'entry') { ?>
<h1 class="eb-brand-name reset-heading"><?php echo JText::_($title);?></h1>
<?php } ?>

<?php if ($this->config->get('layout_header_description')) { ?>
<?php if ($view == 'teamblog' && JRequest::getVar('layout') == 'listings') { ?>
<?php if ($this->config->get('main_includeteamblogdescription')) { ?>
<div class="eb-brand-bio"><?php echo JText::_($desc);?></div>
<?php } ?>
<?php } else { ?>
<div class="eb-brand-bio"><?php echo JText::_($desc);?></div>
<?php } ?>
<?php } ?>

</div>
·
Friday, 19 February 2016 12:00
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Jasni

Thanks very much for your help.

I will let you know if I have any further problems.

Thanks

Alex
·
Friday, 19 February 2016 16:06
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Alex,

You are most welcome.

As a gentle reminder, kindly start a new thread if you have any other issue in the future so it will be easier for us to manage your inquiry. I will lock and mark this thread as resolved.
·
Friday, 19 February 2016 16:32
·
0 Likes
·
0 Votes
·
0 Comments
·
Ok no problem thank you
·
Friday, 19 February 2016 16:42
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Alex,

You are most welcome.
·
Friday, 19 February 2016 17:42
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Jasni

Sorry but I have deleted the lines as you mentioned, but the description is still showing. I have attached the code file to see if there is something I missed.

Attached is a screen shot also.

Thanks
·
Saturday, 20 February 2016 04:02
·
0 Likes
·
0 Votes
·
0 Comments
·
Also while I have you, how do I get rid of the the upper section in the screen shot? The one that shows the current address of the site eg - home-recent blog posts
·
Saturday, 20 February 2016 04:06
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Alex,

Sorry for the confusions here. You don't really need to apply any hacks to the theme file. There is actually a settings that allows you to disable the header above the toolbar.

The settings i located in Settings > Layout > Toolbar. I have turned the following off for you,

- Enable Headers Above Toolbar
- Enable Headers Description Above Toolbar
·
Saturday, 20 February 2016 20:21
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks Mark

This makes things much easier, do I need to reinstate the code that I deleted?
·
Monday, 22 February 2016 07:17
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Alex,

You are most welcome and sorry for the confusions earlier. Glad to hear that your issue has been resolved now.

As a gentle reminder, kindly start a new thread if you have any other issue in the future so it will be easier for us to manage your inquiry. I will lock and mark this thread as resolved.
·
Monday, 22 February 2016 10:00
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post