Download to I phone
picturetaker607
Registered Users Posts: 7 Big grins
In the past, I was able to download a photos from a gallery to my I phone. (There was a an arrow in the corner of the photo that when clicked would download the photo). The download arrow has now disappeared for no apparent reason.
Any ideas on what has gone wrong?
Thank you,
Matthew
Any ideas on what has gone wrong?
Thank you,
Matthew
0
Comments
Yes, we've recently made some changes with the mobile display to clean up the look on smaller screens. If you want to bring the download button back, you can do so by adding a "CSS" content block to the "all Galleries" section of your site customizer and using the following code:
@media screen and (max-width: 670px){
.sm-gallery .sm-tile-content>.sm-tile-info {
display: block !important;
}
}
@media screen and (max-width: 670px){
.sm-gallery-image-tools {
display: block !important;
}
}
I hope this helps! Let us know if you need anything else and we'll be happy to help.
-Oliver
SM Support
help@smugmug.com
http://help.smugmug.com
Former SmugMug Product Team
aaron AT aaronmphotography DOT com
Website: http://www.aaronmphotography.com
My SmugMug CSS Customizations website: http://www.aaronmphotography.com/Customizations
My Website index | My Blog
If you've enabled downloading in you're gallery settings it would be available in the Lightbox. If downloading is disabled, it will not.
Former SmugMug Product Team
aaron AT aaronmphotography DOT com
Website: http://www.aaronmphotography.com
My SmugMug CSS Customizations website: http://www.aaronmphotography.com/Customizations
My Website index | My Blog
Former SmugMug Product Team
aaron AT aaronmphotography DOT com
Website: http://www.aaronmphotography.com
My SmugMug CSS Customizations website: http://www.aaronmphotography.com/Customizations
I just moved the bar to "under" as suggested and opened the gallery on my iPhone using the same link and password that I sent to my client. There is still no download button...not for each image nor for the gallery as a whole. Thanks.
If you can provide me a link to an example gallery, I can take a peak at why it's not showing up when you set the gallery to "Under". Feel free to private message me the URL if you don't want to post it publicly.
Former SmugMug Product Team
aaron AT aaronmphotography DOT com
Website: http://www.aaronmphotography.com
My SmugMug CSS Customizations website: http://www.aaronmphotography.com/Customizations
Former SmugMug Product Team
aaron AT aaronmphotography DOT com
Website: http://www.aaronmphotography.com
My SmugMug CSS Customizations website: http://www.aaronmphotography.com/Customizations