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.
Yeah, everything is through publisher.
This photo is also showing up twice in some search results: http://kylelucy.com/search/?q=%2Bbonaire+%2B2016, but not in others: http://kylelucy.com/search/?q=silhouette. In addition, when I remove the picture from my website, the link and space for it still shows up in the search results as a broken link.
Hi all,
I have encountered a new issue where one photo is getting stuck in the 'Modified Photos to Re-Publish' section. The photo is being published, and is online, but no matter how many times I hit publish, it doesn't leave the section. It does the same thing in both albums it is published in, and is the only photo that does so. The only difference is that it is an edit from Photoshop, so it is a .tif, instead of a .dng. I can right click and mark as up to date, and it jumps over.
I did just move to a new server on GoDaddy, so that might have something to do with it. Everything else works properly, including publisher and ttg-be, so I don't think that is the case.
This is the relevant image:
http://kylelucy.com/galleries/recent/kl … single.php
Thanks,
Kyle
Thanks!
Amazing images! And I really like your site design.
Since what you were originally trying to do was have the back button navigate back to the gallery view, there might be some potential to using history.pushstate. I don't know enough Javascript to know if it is possible to get it working properly, but I think it might be doable.
I removed them on my website. Here is the css I use for Touch:
/*REMOVE ARROWS IN MOBILE PRESENTATION*/
.gsNext.midRight,.gsPrev.midLeft {
display: none;
}
Actually, I have experienced this as well. I have experienced it maybe two or three times, and each time, a refresh fixed it. Until I read this, I just wrote it off as an issue with my phone.
Because it is so intermittent, I haven't really been able to look into it, nor have I cared enough. I am using Chrome on Android, so if you are as well, it might be a bug with that browser.
So for your example, if you want a 3:2 aspect ratio at 300x200px, just set the long edge to 300px, and the short edge will be set at 200px. The short edge slider becomes irrelevant.
My custom thumbnails are wide and short, and the short edge is actually less than 250px. I just crop to the correct aspect ratio and constrain from the long edge. I'm not sure what ratio you are using for your thumbnails, but that might be an option.
If both edges are less than 250px, I would try something like Rod suggested, and use the thumbnails instead of the actual photos. You can set the size of those less than 250px.
Sounds good. Thanks!
Hi all,
On 95% of my albums, I use the 'Managed by Lightroom' watermarking setting, so I have no idea if this bug is new to the new update, or if it is existing. When I save a album and choose to not apply watermarks in the album settings, that setting is not remembered the next time I edit the album. Whatever the setting is when I save the album is what is applied to the published photos, but the next time I choose to edit, it is reset to 'Managed by Lightroom'. I checked several albums, and they all exhibit this bug.
Thanks,
Kyle
Using
<renditionPath></renditionPath>
worked great. Now I can just drag new thumbnails into that album without having to export and FTP.
Thanks!
So I suppose this would be a feature request, but if there is some way to do this with the existing product, that would be great. I use Iconic for my auto index, and I upload all my custom thumbnails into the /galleries/custom-thumbnails/ folder. What I would like to do is have an album that is hidden from auto index with a slug of custom-thumbnails, so that I can manage my custom thumbnails from within Lightroom, as opposed to having to export and FTP them.
When I tested this, I found that publisher doesn't look into the photos subfolder, and so doesn't see the published images. Is there a way to allow publisher to look into the custom-thumbnails/photos/ folder and choose images from there, as opposed to just the root of the custom-thumbnails directory?
Thanks,
Kyle
No problem. It happens.
Thanks!
When I went to download the new version of publisher from the fetchapp.com page, it shows two listings of CE4-Publisher-230.zip, and no listing for TTG-BE. I can PM you the link for my order page if you need it.
Thanks,
Kyle
Nope, that was me
http://community.theturninggate.net/top … d-to-side/
What Graceson said; that is based on the presentation mode. I'm not sure if you were looking at my mobile site as well, but I use Touch for my mobile presentation.
Thanks,
Kyle
So this is not a question specific to TTG, but more a poll of general preference. How many photos do you all like to see in each album? Do you prefer multiple smaller albums, or consolidating images into fewer, but larger albums? Which do you think viewers prefer?
Thanks,
Kyle
For changing the size with custom css, use:
#search {
max-width: XXXXpx;
}
and set the max width of the search box to whatever you want.
These instruction for using Typekit from CE3 should work fine: http://ce3wiki.theturninggate.net/doku. … be_typekit
As for the fonts, they are showing up as regular weight for me.
For hiding the thumbnails, you can use
#ttg_thumbs {
display: none;
}
For the border on the enter link, use
.ttg_link {
border: 4px solid #FFFFFF;
}
And just change the size and color to what you need.
Is there a reason you need the index page? Can you not just use a gallery with all four values as items?
I am just seeing the hand on the bottom icons, but it stays as the default arrow on the top row. I never saw the text marker. I see the same behavior on my website.