By Armando Lamante on Tuesday, 08 November 2016
Posted in General
Replies 3
Likes 0
Views 174
Votes 0
Suddenly appears header mini in the article pages. I do not know what I may have touched but I can not take it off
Attachments
Hello Armando,

This is hardcoded in EasyBlog currently but in the next release, we'll make this configurable. You can temporarily remove this by removing the codes below in /components/com_easyblog/themes/wireframe/structure/default.php

[gist]
<?php if ($miniheader) { ?>
<div id="es" class="es">
<?php echo $miniheader; ?>
</div>
<?php } ?>
[/gist]
·
Tuesday, 08 November 2016 00:44
·
0 Likes
·
0 Votes
·
0 Comments
·
I removed the code and miniheader took off from the blog posts but remained under a normal article of joomla (not EasyBlog)
·
Tuesday, 08 November 2016 22:14
·
0 Likes
·
0 Votes
·
0 Comments
·
This can be configured from the plugin Content - EasySocial. You can turn it off from the plugin settings.
·
Tuesday, 08 November 2016 22:19
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post