Support community for TTG plugins and products.
NOTICE
The Turning Gate's Community has moved to a new home, at https://discourse.theturninggate.net.
This forum is now closed, and exists here as a read-only archive.
You are not logged in.
Pages: 1
I bought Backlight and Pages for 2 reasons:
- to showcase my photos in a convenient manner - I have no interest in selling them (I use Alamy for that)
- to post family albums which are "locked" and allow family and friends to view and download the pictures.
I have searched the support forums and cannot find a way of enabling downloads.
Am I missing something obvious?
Pete
Offline
In the album template under Image Settings, set the parameters for downloads.
Then under a Large Image presentation, enable Photo Downloads under the Photoswipe settings.
I believe you must use The Photoswipe presentation type.
Rod
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site
Offline
Thanks Rod,
I have now tried that.
I assume that when download is enabled there should be a download option in the image menu box.
When I select the image menu box there is no menu when downloads are enabled and the sharing options have disappeared as well.
Is this some sort of bug? ,,, how do I report it.
Pete
Offline
Sharing is automatically disabled when a gallery is password protected. It's pointless to share a thing, when that thing links back to a protected page, inaccessible to the general public.
When downloads are enabled, you should see a download option in the large-image view. Also, users may CMD-click (Mac) or CTRL-click (Win) on gallery thumbnails to download the image. You might want to provide instructions to do so in the gallery text.
Offline
Thanks for explaining the disappearance of the sharing option.
Unfortunately there is no download option in the large image view and CTRL-Click behaves the same as a single Click.
Here's the URL http://petesphotos.click/galleries/
id guest and pw carol access the locked album
Offline
I've now discovered Chrome on my PC and android phone don't show the download option...
IExplorer shows it ... but the download fails with file not found .. This is also true of my Roboform browser.. as Chrome is so popular this will need supporting.
Cheers
Pete
Offline
Slightly different error message, but this fix has helped others having the same problems you're seeing
http://backlight.theturninggate.net/doc … cess_files
Rod
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site
Offline
Have modified HTACCESS as describe in the document. It's content is below I then updated the albums files and I still get the " The requested file was not found." message.
############################################################################
# Edit this section for servers using FastCGI
# For FastCGI (or seeing the error message 'No input file specified.':
# add # to the start of the next line
#RewriteBase /
RewriteCond $0#%{REQUEST_URI} ([^#]*)#(.*)\1$
# For FastCGI (or seeing the error message 'No input file specified.':
# add # to the start of the next line and remove # from the line after)
#RewriteRule ^.*$ - [E=BASE:%2]
RewriteRule ^(.*)$ - [E=BASE:]
############################################################################
Offline
The album is looking for files located at http://petesphotos.click/galleries/albu … -download/, and it's not finding them. Do photos exist at that location?
Offline
Offline
Then it sounds to me like you haven't configured your download options properly.
In your album template, go to Photo Presentation, then scroll down to the Downloads heading. Select "Create custom download rendition via Publisher", set your preferences, and then re-publish your images to generate the downloadable renditions.
Offline
Thanks for that,
Downloads now work ok except for two new problems.
1.The download option appears not to show in Chrome.
2. I encounter the message Unable to perform action: upload rendition The uploaded file xeceeds the upload_max_filesize directive in php.
I will do some work to define these better then raise a thread for each
Pete
Offline
For the second point, you need to increase the file size upload limit for your server. This is typically accomplished either by editing your php.ini file, or by contacting your host's support.
As for Chrome, this is probably a caching issue; your browser is loading the previous version of the album from its cache. To force update, go to Backlight => Designer, and Clear Template Cache from that page.
Offline
Am about to tackle my php.ini file.
If you get stuck, this might help: http://community.theturninggate.net/vie … 454#p43454
Rod
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site
Offline
good to hear that's it's all working. Enjoy!
Rod
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site
Offline
Pages: 1