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.
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
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
Thanks Rod.
I'll look into it and see if can make any headway
-Jeff
Offline
CSS
.grid-button.crg-select {
top: auto;
right: auto;
bottom: 0;
left: 0;
}
Offline
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
I try. ;-)
Offline