By Garrett Luttman on Tuesday, 08 November 2016
Posted in General Issues
Replies 1
Likes 0
Views 605
Votes 0
See attached screenshot with the errors when displaying a single article. This occurred after upgrading to ES 2. The layout error only occurs when logged in on the frontend. If you are viewing the article not logged in, it is fine. Also since updating to ES 2 there is this header at the top of the articles (screenshot_2). What is this and where do I edit it?
Regarding with your first issue, I already help you updated Komento to latest version, it should work fine now.

Regarding with your second issue, currently the mini headers are not configurable.
If you have EasySocial and EasyBlog, it'll work alongside one another out of the box. You can create a template override of the file /components/com_easyblog/themes/wireframe/structure/default.php and remove the codes below if you don't want to display the mini headers.



<?php if ($miniheader) { ?>
<div id="es" class="es">
<?php echo $miniheader; ?>
</div>
<?php } ?>


The template override path will be Joomlafolder/templates/YOURCURRENTTEMPLATE/html/com_easyblog/structure/default.php
·
Tuesday, 08 November 2016 10:33
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post