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 2019-10-07 00:36:49

jeffrey douglass
Member
Registered: 2015-04-28
Posts: 28

CRG: move thumbnail selection box location

In CRG thumbnail view, is there a way to move the “heart” selection box from the top right of the thumbnail to the lower left?  This would align it horizontally with the comment selection box, under each thumbnail, vs the current vertical right alignment.
Thanks

Offline

#2 2019-10-07 03:02:04

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

Re: CRG: move thumbnail selection box location

This can probably be done using jQuery via the phplugins scripts hook.
Using phplugins: http://backlight.theturninggate.net/doc … _phplugins

I’m rather busy for the next several weeks and may not have time to explore this, but here’s a tutorial that covers moving an element: https://www.elated.com/jquery-removing- … -elements/

You may need to use some custom css for aligning
Custom css: http://backlight.theturninggate.net/doc … tylesheets


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 2019-10-07 05:27:32

jeffrey douglass
Member
Registered: 2015-04-28
Posts: 28

Re: CRG: move thumbnail selection box location

Thanks Rod.
I'll look into it and see if can make any headway

-Jeff

Offline

#4 2019-10-09 14:41:32

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

Re: CRG: move thumbnail selection box location

CSS

.grid-button.crg-select {
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
}

Matt

The Turning Gate, http://theturninggate.net

Offline

#5 2019-10-09 21:18:15

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

Re: CRG: move thumbnail selection box location

Well that was too easy


Rod 
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site

Offline

#6 2019-10-12 11:49:40

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

Re: CRG: move thumbnail selection box location

I try. ;-)


Matt

The Turning Gate, http://theturninggate.net

Offline

Board footer

Powered by FluxBB