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.

#1 2015-04-15 22:29:59

RobS
Member
Registered: 2013-09-01
Posts: 166

Cell number hidden by download icon

Hi,

What setting do I need to change so that the download icon doesn't hide the cell number beneath it, please?

Thanks.

Offline

#2 2015-04-15 23:15:45

rod barbee
Moderator
From: Port Ludlow, WA USA
Registered: 2012-09-24
Posts: 17,830
Website

Re: Cell number hidden by download icon

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

#3 2015-04-16 01:03:45

RobS
Member
Registered: 2013-09-01
Posts: 166

Re: Cell number hidden by download icon

Thanks Rod.

Offline

#4 2015-04-16 15:35:15

Matthew
Administrator
From: San Francisco, CA
Registered: 2012-09-24
Posts: 5,795
Website

Re: Cell number hidden by download icon

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.


Matt

The Turning Gate, http://theturninggate.net

Offline

#5 2015-04-16 22:40:51

RobS
Member
Registered: 2013-09-01
Posts: 166

Re: Cell number hidden by download icon

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

#6 2015-04-17 00:37:49

rod barbee
Moderator
From: Port Ludlow, WA USA
Registered: 2012-09-24
Posts: 17,830
Website

Re: Cell number hidden by download icon

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

#7 2015-04-17 02:29:56

RobS
Member
Registered: 2013-09-01
Posts: 166

Re: Cell number hidden by download icon

Thanks Rod.

Offline

#8 2015-11-04 20:21:08

alfred
Member
Registered: 2013-06-08
Posts: 134

Re: Cell number hidden by download icon

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

#9 2015-11-04 21:43:49

rod barbee
Moderator
From: Port Ludlow, WA USA
Registered: 2012-09-24
Posts: 17,830
Website

Re: Cell number hidden by download icon

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

#10 2015-11-05 00:32:27

rod barbee
Moderator
From: Port Ludlow, WA USA
Registered: 2012-09-24
Posts: 17,830
Website

Re: Cell number hidden by download icon

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

#11 2015-11-05 19:24:17

alfred
Member
Registered: 2013-06-08
Posts: 134

Re: Cell number hidden by download icon

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

Board footer

Powered by FluxBB