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.
I think maybe the only way to get around it is to create a navigation link back to http://www.mysite.com/ttg-be/crg/?a=list_albums
Hi Rod,
Trouble is, if I disable feedback then the link back to the 'Your Albums' page stops working. There's just a link back to the top-level directory, which gives a ./error.html page.
I've created a download gallery, where the client can download images. There's only a download icon for each image, so clients can't leave feedback in the download gallery.
How do I get the message icon in the status bar to work without any feedback being left?
Hi Matthew,
In past versions of CRG, wouldn't a picture just be picked from the gallery grid, depending on the ID you pick in LR?
Hi,
If I enable Page Image > get Image by ID, then export and upload the template, the galleries using that template have a broken image icon where an image should be. When I check the web page using Chrome's Inspect Element tool, the link points to an image that's not there. It's linking to an image (which I deleted from the folder when I uploaded the template) from the filmstrip that I used in Lightroom, not the one in the gallery.
Is that right? Can you only use one image that's shared between all galleries using that template?
thanks.
Thanks Rod. That works.
Thanks Rod, Thanks Ben,
I added the TEXT_LOGIN localisation code, but when I go to
http://www.mysite.com/ttg-be/crg/
it already says Logout, even though you're not logged in. And when you log in, the login link disappears.
What to do?
I was just looking for the Logout link to appear on the summary page of gallery links that the client sees after logging in.
I've created a branded login page, but can't see how to add a logout link, like the one that's in the crg-default template.
Can someone let me know how to do this, please?
Thanks.
Hi Matthew,
Am using a graphic with the Profile style masthead, but under Identity>Heading, what does Alignment (Left, Right, Center or Justify) > Separation change?
Thanks.
Any news Ben?
Hi Rod,
> Have you assigned your old CE3 albums to new CE4 CRG templates? How do I do that? When I login to the TTG-BE backend, the galleries aren't showing up, so am unable to assign any albums. And under CRG Admin, it still lists albums/galleries that I've already deleted.
My Album Sets (and nested Album Set and Albums) are still showing under TTG CE3 Publisher in LR. Is that right? Are they supposed to move into the TTG CE4 Publisher?
Hi Rod,
I call them galleries, but they're album sets and albums (e.g. client name [album set]>project name [album set]>selection gallery [album]).
What's the difference between a gallery and an album, Rod?
Am confused, I followed the instructions at http://ce4.theturninggate.net/docs/doku … migration,
I can't access any CE3 galleries (about 100 of them), and can't assign any albums. Clients won't be able to access them either.
http://www.mysite.com/ttg-be/crg/?a=list_albums keeps hijacking my CE3 gallery links. It show no gallery.
Sent you a PM, Ben.
Hi Ben,
CE4 Publisher's still empty.
But if I open the CE3 albums, it takes me to the TTG-BE galleries.
And if I click on CE3 download galleries for TIFFs, for example, I get a message: Unable to perform action: getThumbnails. Message: album not found.
There is an xml file in the client directory, but it's
galleries_ce3.xml
Hi Rod,
'client' is name of the top level directory for both CE3 and CE4.
I deleted all of the test albums from CE4 Publisher before attempting to migrate from CE3 to CE4.
I followed the instructions at http://ce4.theturninggate.net/docs/doku … migration, but get the following message:
Message: galleries.xml not found at client
What to do?
Thanks.
Thanks Rod, That works.
I used
.masthead h1 {
padding-bottom: 12px;
}
Thanks Rod,
>separate the Heading and Sub-heading. I was hoping to be able to do that. They're a bit close, and together look a bit cramped.
Hi Rod,
In LR, under Identity>Heading, what does Alignment (Left, Right, Center or Justify) > Separation refer to, please?
I've set alignment to 'Left' and changed the Separation amount in pixels, but I don't see any change.
Thanks.
Hi Rod,
Not sure why, but it's working now. I see red. I re-exported a gallery template, uploaded it and republished the gallery.
Hi Rod,
I followed the instructions at http://ce4.theturninggate.net/docs/doku … _phplugins
I deleted /* DELETE THIS LINE and DELETE THIS LINE */
Still no red showing up.
Hi,
I uploaded the phpplugins folder -- generated from an exported template with both PHPlugins enabled and Server Path to PHPPlugins without trailing slash entered -- to www.[mysite].com/phpplugins
I selected the new exported template for an album in Lightroom and republished it.
The background of the gallery page should turn red, shouldn't it?
PHP Version 5.3.25
Thanks Rod. I might be able to manage the css, but I don't know about "media queries for smaller displays".
.the-block {
width: 200px;
}
@media only screen and (max-width: 1024px) {
/* reset appearance for small displays */
.the-block {
width: auto;
}
} /* max-width: 1024px */
Would I need to add something like the above for #profile-icon and #profile-labels?