niKee Posted November 29, 2018 Share Posted November 29, 2018 Does anyone know how to remove the "download" button from Gallery images? Link to comment Share on other sites More sharing options...
bfarber Posted November 29, 2018 Share Posted November 29, 2018 As of right now, you would need to edit the templates to remove the button. I expect changes to come to this feature in our upcoming 4.4 release based on client feedback. Link to comment Share on other sites More sharing options...
niKee Posted November 29, 2018 Author Share Posted November 29, 2018 2 hours ago, bfarber said: As of right now, you would need to edit the templates to remove the button. I expect changes to come to this feature in our upcoming 4.4 release based on client feedback. Awesome! 😄 Solved it! Link to comment Share on other sites More sharing options...
niKee Posted November 29, 2018 Author Share Posted November 29, 2018 If someone need this solution too: Go to your themes page, click on "Edit HTML & CSS" Click on Templates Now, navigate to gallery > front > view Open these templates: imageFrame and imageLightboxFrame Find this lines and remove it <li class='ipsMenu_item'> <a href='{$image->url('download')}' title='{lang="download"}'><i class='fa fa-fw fa-download'></i> {lang="download"}</a> </li> All done! The button download is gone 🙂 Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.