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.
Please repost this new question to the new forum.
and a big plus (at least I hope so), far fewer spam posts.
and hopefully a better search function too
you'll get used to it.
Permalinks are in Backlight 2 as well.
with the slideshow presentation, click on thumbnail to open the large image. click on Image menu (on the right hand side) and you’ll see a “linked chain” icon, that’s the permalink icon.
your albums need the database too. Did you also copy over the backlight/data folder?
are you using the latest version of the Lightrooom Publisher plugin?
Sorry, I’m not sure what’s happening. This is more of a Ben question so I suggest waiting on him. He may need admin access to Backlight.
you have two options for hiding the icon
1) in the album template under Thumbnail Grid > Grid Icons, look for the "Always display icons" setting. If this is set to off, the cart icon will only appear when a visitor hovers over the thumbnail.
OR
2) use custom css to hide the icon.
if you want to use custom css and need help, just let us know.
It shouldn't overwrite those two folders, but you can always back them up to your computer and upload them after any re-installation if needed.
or just wait for Ben.
PS, it looks like the "Install Backlight 2" heading at the /backlight/installer/ page is normal if you've updated or are updating a site from BL2. I get the same thing on my site.
the link I sent was from your site. If you had BL2 installed and haven't updated to BL3, I suppose it would show Backlight 2. Either that or that detail didn't get changed with BL3
Try running the Backlight Installer again by going to the installer on your site: http://www.johnblaustein.com/backlight/installer/
If that doesn't resolve things, the Ben will need to take a look. He will likely need Backlight admin and FTP credentials.
Is there anything else in these 2 folders, that should be used from Backlight3 ?
I don't think so.
if you're using the slide show presentation in the Pangolin album, the generated page url may change due to the order of the images, but the image permalinks never change. So those are always SEO friendly.
Matt will need to comment on the overall SEO aspects of the slide show presentation.
But if you want urls that include the image file name, you can use the Single Image presentation.
Thanks for that. So where do I find the link for Theatre? And other add-ons?
the same place you purchased Backlight, from the “Get Backlight” link at the top of the TTG site
https://backlight.me/get-backlight/
when you purchased a Backlight 3 you received a link to download the installer zip file. so it may be on your computer already.
Or you can find your order from the link on this page: http://theturninggate.net/support/
It may have got the exact name of the folder wrong, I’m going from memory.
in the main Backlight dashboard try clicking on the Update Album Files link
make sure that both Backlight and the Lightroom Publisher plugin are up to date.
have you tried uploading the index.php file again?
it’s the one in the root of the unzipped Backlight-3-Installer folder. It needs to go in the root of your site.
the .htaccess file in the same location also needs to be in the root of the site
it's in Matt's post in the Announcements forum
http://community.theturninggate.net/vie … p?id=11899
try clearing browser cache. Both sites you linked to above are showing the italicized footer text.
Are they both using the same page template? Same site or parallel sites?
you need to update to the latest phplugins file found in your Backlight 3 Installer download. use the phplugins-pangolin-sample.php file. You'll find it in the backlight/custom/phplugins folder.
paste your functions into the new file.
Then you'll need to modify the functions
for example, this:
function ttg_navigation( $style, $path ) {
becomes this:
function navigation() {
You also may need to change the html in your code as some html structure has changed between BL1 and Bl2/3
see this: http://community.theturninggate.net/vie … hp?id=8966
and the phplugins documentation: https://backlight.me/docs/using-phplugins
Theater 1.2.5 was a Backlight 1 version. You'll need to get the current version.
Once you do, and assuming you use the same email address with which you purchased Backlight 3, it will appear in your Backlight Modules page. Just click on the Install link.
I do have, though, a Page Template named 'Theatre', but is of Type 'Pangolin Page'. When I try to design or create a page template, under Type there is no option for Pangolin Theatre, only Pangolin Page.
Theater will be an album template. Once you get it installed, click on Create New Template under Album Templates. Under Type, choose Pangolin Theater.
first thing to do is used the latest version of the phplugins file found in your Backlight 3 Installer download under backlight/custom/phplugins
I'm going to assume you're using Pangolin templates, so use the phplugins-pangolin-sample.php file
Then you can use the same function with just one difference: the first line
copy/paste your function into the User Functions area of the new file.
Change the first line from:
function ttg_footer_bottom ( $style, $path ) {
to
function footer_bottom() {
Be sure to use a plain text editor when doing this.
save the file, giving it a new name and upload it to your site at /backlight/custom/phplugins/
Select your new phplugins file in the page templates Advanced Setup area
that should be it.
It's all right here: https://backlight.me/docs/installation
I just tried enabling offline digital purchase and was still unable to see, let alone add, any of my other products other than the standard "Print" product.
On the other hand it is apparently impossible to combine these 2 options "packages" and "immediate digital download in several resolutions"
It's not impossible. I have a package set up in one of my test sites that does this:
https://backlight-2-100.barbeephoto.com … kage-test/
Ben will need to look into what's happening.