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.
Pages: 1
Finally re-implemented my CE3 based website on Backlight. What a difference in ease-of-use and productivity with the TTG Backlight development environment! De-coupling the Designer from LR makes designing a website so much faster. Thank you, Matthew!
I consider my new website a Version 1.0 (read: feature incomplete, rough edges and buggy). Blog integration and image purchase capability still need to be moved over. I had a sense of urgency to get the basic website functionality on-line because my old CE3 site did not function well on modern mobile devices like iPads and smartphones. In structure, my new site is very similar to old one because I did not see anything wrong with it.
A very special “Thank you” to Rod Barbee for his quick and actionable answers to my questions on the TTG community forum. Further, his “TTG Tips and Tricks” website was indispensable. I also feel indebted to the many people who trail blazed a Backlight development pass before me. Their posts/answers on the forum and new Backlight based websites gave me input to my development process. Also, a special thanks to Daniel Leu – I lifted the home page slideshow script from his blog “Adding a Slideshow to Backlight Based Pages”.
The QA department (my wife) thinks that the website is in pretty good shape. Her main complaint is that there is no “hover” on the Album and Image tiles. At current time, I did not find a way to implement this.
Offline
hovering on the album titles can be accomplished with custom css
try this in your custom css, changing the color code or adding text-decoration as needed:
.albums a:hover p {
color: #1F7400;
}
Rod
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site
Offline
haven't looked at that yet. What kind of hovering affect are you looking for?
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 was just thinking about that because there is no text associated with the tiles. I browsed around to find some examples for such a situation and found one. Daniel Leu implemented something that actually is very nice...have look at:
http://danielleu.com/projects/light-painting/
Offline
looks like the selector is .the__gallery .album-frame:hover.
You can try a filter, scaling, adding a border...
Rod
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site
Offline
looks like Daniel is adding a red bottom border. Something like this:
.the__gallery .album-frame:hover {
border-bottom: 2px solid red;
}
Rod
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site
Offline
a grayscale filter can be a nice hover effect
Rod
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site
Offline
we must keep QA happy
Rod
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site
Offline
Nice job on the site. I'm loving the wildlife photography.
Offline
Pages: 1