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 2016-09-13 01:35:39

PhilippeH
Member
From: Paris, France
Registered: 2014-04-11
Posts: 167

Album Set

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

#2 2016-09-13 02:11:00

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

Re: Album Set

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

#3 2016-09-13 02:24:22

PhilippeH
Member
From: Paris, France
Registered: 2014-04-11
Posts: 167

Re: Album Set

Great, it's fixed!

Thank you.

Philippe

Offline

#4 2016-09-13 19:52:18

PhilippeH
Member
From: Paris, France
Registered: 2014-04-11
Posts: 167

Re: Album Set

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

#5 2016-09-13 22:53:40

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

Re: Album Set

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

#6 2016-09-13 23:49:53

PhilippeH
Member
From: Paris, France
Registered: 2014-04-11
Posts: 167

Re: Album Set

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
now

AFTER
now



and that this page does not change:

OK
now

Thank you in advance.

Philippe

Offline

#7 2016-09-13 23:55:33

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

Re: Album Set

what you describe is exactly what I'm seeing

phillipe-1.jpg

phillipe-2.jpg


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

Offline

#8 2016-09-14 00:06:40

PhilippeH
Member
From: Paris, France
Registered: 2014-04-11
Posts: 167

Re: Album Set

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

#9 2016-09-14 00:09:06

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

Re: Album Set

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

#10 2016-09-14 00:14:03

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

Re: Album Set

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

#11 2016-09-14 01:35:07

PhilippeH
Member
From: Paris, France
Registered: 2014-04-11
Posts: 167

Re: Album Set

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

#12 2016-09-14 04:53:06

PhilippeH
Member
From: Paris, France
Registered: 2014-04-11
Posts: 167

Re: Album Set

I managed to fix my problem, everything is installed and now back to normal!

The CSS obviously works!

Thank you

Philippe

Offline

Board footer

Powered by FluxBB