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.
On my website at the galleries page, http://jeanpaulwagemakers.nl/Portfolio/ , I have some album sets displays. Because of the description I added to the album sets in the Publisher Module within Lightroom, this description is also visible at my galleries page.
I don't really like that. Is there an other solution than just deleting the description within Lightroom for showing album sets with only a title??
And if the answer is no, would deleting the description do any harm to metadata on my website and search searchability?
Offline
You could delete the description in Lightroom.
try adding this to your custom css:
p.album-description {
display: none;
}
Rod
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site
Offline
As far as the album description and the search feature, this is from the CE4 documentation:
CE4 Publisher's search operates on keywords, file names, album titles and image captions. It matches albums containing the search terms, as well as individual images. The search results page will contain two sections, displaying returned albums and returned images separately.
I thought there was a similar document for Backlight but I haven't found it yet
Rod
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site
Offline
As always: thanks for you prompt reply Rod. I added the code to my css and that's doing the job.
I really should learn more about css...
Offline
I really should learn more about css...
It's so much fun! In an "I love math" kind of way
(which I do)
Rod
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site
Offline