By Sunny on Thursday, 28 August 2014
Posted in General Issues
Replies 3
Likes 0
Views 452
Votes 0
I cant seem to find the option to turn off group cover, turning off profile covers is available in themes>frosty>profile>Display Profile Cover>ON or OFF

But for groups its not to be seen, can you please guide me on this?
Hello Sunny,

Unfortunately that we do not have this option for disable the group cover setting from backend.
But you can modify this file -> JoomlaFolder\components\com_easysocial\themes\wireframe\groups\item.header.php

//Remove this line 20
<?php echo $this->includeTemplate( 'site/groups/cover' ); ?>

// Modify this line 19
<div class="es-header-cover with-cover">

//Replace to
<div class="es-header-cover without-cover">



Hope this help.
·
Thursday, 28 August 2014 15:54
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks Arlex for your hack. But i decided to enable covers throughout my site, as removing the code above was messing up the look of group page.
( it was not looking as good as profile without cover.)
·
Friday, 29 August 2014 17:46
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Sunny,

You're welcome, let us know if you need further assistance.
·
Friday, 29 August 2014 18:17
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post