By Marco Ficelle on Saturday, 01 March 2014
Posted in General Issues
Replies 1
Likes 0
Views 558
Votes 0
Is there any way to hide "show original" image if i click on the corner of image menu..??
Hello Marco,

Currently this is not configurable but you can always edit the theme file /components/com_easysocial/themes/wireframe/photos/menu/item.php and remove the codes below:


<li data-photo-original-button>
<a href="<?php echo $photo->getSource( 'original' );?>" target="_blank">
<?php echo JText::_( 'COM_EASYSOCIAL_PHOTOS_VIEW_ORIGINAL' );?>
</a>
</li>
·
Saturday, 01 March 2014 22:43
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post