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.
Hi,
What setting do I need to change so that the download icon doesn't hide the cell number beneath it, please?
Thanks.
Offline
It doesn't look like this can be changed in the plug-in.
Instead of using the cell number, in Image Info, you could include Sequence for Metadata 1 or 2.
If using Publisher, be sure to make the same settings in Output Settings > Publisher Settings.
another option is custom css to move the download and feedback icons to the right side OR move the cell number to the right side.
This looks to be working for moving the download and feedback icons:
ul.grid-icons-bl {
bottom: 0px;
right: 0px;
}
ul.grid-icons-bl li {
float: right;
}
and this seems to work for moving the cell number to the right:
.ce4-standard .cellnumber {
right: 2px;
left: auto;
}
use one or the other. I don't know if this is the best way and weirdness may occur, so be sure to test it out before committing to it.
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.
Offline
Not all features work well together. Sometimes you have to choose one or the other. In this case, it's best to use sequence numbering via the metadata plates, rather than the cell numbering on thumbnails.
Offline
Still no way to get metadata sequence to show up as 001, 002, 003 etc through Publisher? Am only getting 1, 2, 3, etc, like in CE3.
Offline
not through Publisher. CellNumber is the token to use and that gives you the cell number in as many digits as necessary.
If you don't use publisher, you can use Image # (x) where x denotes the number of digits. Image # (3) would give you 001, 002, etc.
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.
Offline
A quick one - I hope.
I am in the process of re-establishing my CRG templates, which I had lost as part of the latest Lightroom update desaster. Now, I have got most of it in place including moving the cell number to the right as described in this threat. But I seem to get this only to work when using the Ce4 Standard Thumbnail grid layout. As soon as I switch to the Freewall (Masonry) layout the cell number sticks to the left.
Is this expected and if so, any suggestions how to modify the Custom CSS to make it work here as well?
Thanks for your help.
Alfred
Last edited by alfred (2015-11-04 20:22:04)
Offline
You'll likely just need to change the selector ( .ce4-standard)
Use your browser's inspector tool to probe the CSS selectors to find what's needed for the masonry layout.
See this: http://ttg-tips-and-tricks.barbeephoto. … selectors/
And this: http://ttg-tips-and-tricks.barbeephoto. … galleries/
For some pointers.
you could also try the css for moving the icons to the right and leaving the cell number on the left
Rod
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site
Offline
I just created a test page using the Freewall layout. And yep, you just need to change the .ce4-standard selector to .ce4-freewall.
You may also need to adjust the positioning of the cell number depending on which freewall option you're using.
I've updated my post on this to include the Freewall layout:
http://ttg-tips-and-tricks.barbeephoto. … galleries/
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!
Helpful as always - and it worked once I had spelled freewall with two "l" instead of just one....
It is always the same problem, things work for quite some time and then the knowledge of how to do things fades away. For people like me the support here is invaluable. But will study your tips and tricks a bit more thoroughly, before I go out again to pile up heaps of new photos.
Thanks and cheers from Downunder
Alfred
Offline