By kabran jonathan on Thursday, 28 August 2014
Posted in General Issues
Likes 0
Views 820
Votes 0
Hi
I want to know how to disable picture title in easysocial

Thanks
Hello kabran jonathan,

Sorry for late reply to this,
You can remove the code from this file JoomlaFolder\components\com_easysocial\themes\wireframe\photos\info.php

//LINE 15 until 17
<div data-photo-title class="es-media-title es-photo-title">
<a data-photo-title-link href="<?php echo $photo->getPermalink();?>"><?php echo $photo->get('title'); ?></a>
</div>

Hope this help.
·
Thursday, 28 August 2014 11:45
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi
Thanks for your answer but not work for me
·
Thursday, 28 August 2014 16:46
·
0 Likes
·
0 Votes
·
0 Comments
·
sorry!!!!!!!

it works for me.. I remove the code from info.php like you said
·
Thursday, 28 August 2014 17:05
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Kabran,

You're welcome, glad to heard your issues resolved.
·
Thursday, 28 August 2014 19:01
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post