Hi,
Greetings!!
Regarding your need :
Is there any way I can easily disable the download link that shows up in the shadow box with the images. I would really like to protect my clients photos. Also can I change the shadow box color so that it is transparent?
##) Kindly login to your ftp and do the following steps. Get the file to make the changes in the following path
site/component/com_macgallery/views/tmpl/imagegallery.php. In this file go to line number 168 and remove the following lines <div style="font-size: 11px;" class="download share-font"><a href="<?php echo JURI::base().'index.php?option=com_macgallery&view=download&albumid='.$row["image"]; ?>"><?php echo JText::_('COM_MACGALLERY_DOWNLOAD') ?></a></div>
##) To make the light box background as transparent, follow the below steps :
site/component/com_macgallery/css/images.css line no. 69 .appthafacebox-opacity{background-color:transparent}
Hope all the above solutions will help you a lot !!
Thanks, Shalini. R
|