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
Hello,
I wish I could keep the meta description of albums, but I wish not to appear on the gallery page is a set templates album http://test.vuedailleurs.com/galleries/
I put this in the CSS but it does not work
.album-description {
display: none;
}
Do you have an idea on how to proceed?
Thank you in advance.
Philippe
Last edited by PhilippeH (2016-09-13 01:46:22)
Offline
you've not correctly commented out the comment above the css. You forgot the closing *. It should be
/* description album galeries*/
.album-description {
display: none;
}
yours is:
/* description album galeries/
.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
Great, it's fixed!
Thank you.
Philippe
Offline
Hello,
I have one question about this.
Are there a way to target an album set to introduce the CSS that Rod gave me.
Now on the page Galleries everything is as I hoped, but in the menu Laos and Cambodia set the albums have lost the overview, then I would love to keep.
Thank you
Philippe
Offline
I don't understand what you're after. Your Laos and Cambodia pages are album sets using the Descriptive layout. I'm seeing the album descriptions on both pages. Is this not what you want?
Rod
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site
Offline
Thank you for your reply,
What we see are the titles of albums, what I would like is being able to put the right description for Laos and Cambodia.
Example for Laos:
NOW
AFTER
and that this page does not change:
OK
Thank you in advance.
Philippe
Offline
what you describe is exactly what I'm seeing
Rod
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site
Offline
Yes, except that here you are on my website phoneographie.com manufacture with EC4.
I'm doing some tests with Backlight, and you have to go to this address: http://test.phoneographie.com
You had to click on the signature of my messages !
Philippe
Offline
that link goes to a Page Not Found
did you mean this link: http://test.vuedailleurs.com/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
Ok.
If you inspect the two types of album set presentation, you'll see there's an additional class on the Descriptive.
Try adding this to your custom css:
p.abridge {
display: initial;
}
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 keep out of trouble today. The correct address is: http://test.vuedailleurs.com
Additionally, I unfortunately deleted in the test domain on my server by mistake.
I'm recreating a new but at the moment I do not have access.
I hope that things will eventually work out for me!
I will try the code you have proposed me as soon as possible, I'll let you know.
Philippe
Offline
I managed to fix my problem, everything is installed and now back to normal!
The CSS obviously works!
Thank you
Philippe
Offline
Pages: 1