Community @ The Turning Gate

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.

  • New user registrations are disabled.
  • Users cannot create new topics.
  • Users cannot reply to existing topics.

You are not logged in.

#27 Re: CE4 Publisher » Photo Stuck in 'Modified Photos to Re-Publish' Section » 2016-03-27 23:18:19

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.

#28 CE4 Publisher » Photo Stuck in 'Modified Photos to Re-Publish' Section » 2016-03-27 11:37:15

kmlucy
Replies: 8

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

#30 Re: CE4 Showcase » First website » 2016-01-16 23:45:29

Amazing images! And I really like your site design.

#31 Re: General » Creating Highslide Navigation Hints for the User » 2015-08-24 21:34:30

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.

#32 Re: CE4 Gallery » forward and back arrows in mobile touch and magnific albums » 2015-07-08 09:03:14

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;
}

#33 Re: CE4 Gallery » thumbnails aren't live links in mobile touch gallery » 2015-07-08 09:01:19

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.

#34 Re: CE4 Publisher » Custom Thumbnails Album » 2015-07-03 00:03:49

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.

#35 Re: CE4 Publisher » Custom Thumbnails Album » 2015-07-02 23:13:15

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.

#37 CE4 Publisher » Publisher Forgets Watermark Settings » 2015-06-26 20:07:40

kmlucy
Replies: 2

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

#38 Re: CE4 Publisher » Custom Thumbnails Album » 2015-06-22 20:42:29

Using

 <renditionPath></renditionPath>

worked great. Now I can just drag new thumbnails into that album without having to export and FTP.
Thanks!

#39 CE4 Publisher » Custom Thumbnails Album » 2015-06-22 04:18:18

kmlucy
Replies: 16

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

#42 General » Publisher Download Page » 2015-06-11 06:27:27

kmlucy
Replies: 4

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

#44 Re: CE4 Gallery » How to change the Social media icons bar » 2015-06-10 09:27:31

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

#45 General » Photos per Album » 2015-06-05 22:39:52

kmlucy
Replies: 1

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

#46 Re: CE4 Gallery » Enable / install the search form at the gallery » 2015-03-14 23:51:44

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.

#47 Re: CE4 Gallery » Font question » 2015-03-14 04:19:59

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.

#48 Re: CE4 Pages » fullflip gallery - getting rid of the boxes and borders? » 2015-03-11 08:25:55

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.

#49 Re: CE4 Cart » Going direct to check out from index » 2015-02-22 11:59:10

Is there a reason you need the index page? Can you not just use a gallery with all four values as items?

#50 Re: CE4 Gallery » Highslide mouse pointer » 2015-02-20 23:43:06

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.

Board footer

Powered by FluxBB