By Rama Krishna Chinnam on Saturday, 14 January 2017
Posted in General Issues
Likes 0
Views 351
Votes 0
Hi, I just updated my website with new versions of easydicsuss and easysocial.
After updating I see miniheader over easydiscuss posts. Can you please let me know how to take it out.
I tried but didnt find the right option.
Attached is image.
There is currently no settings for this but you can create a template override to override the file /components/com_easydiscuss/themes/wireframe/structure/default.php and remove the line of codes below

[gist]
<?php if ($miniheader) { ?>
<div id="es" class="es">
<?php echo $miniheader; ?>
</div>
<?php } ?>
[/gist]
·
Saturday, 14 January 2017 01:09
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks for quick reply it worked
·
Saturday, 14 January 2017 01:12
·
0 Likes
·
0 Votes
·
0 Comments
·
You are most welcome
·
Saturday, 14 January 2017 01:17
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post