Are you enjoying the extensions? Did you like the support? Help others decide.

Leave a review

file Strip title

More
11 years 4 months ago #1182 by erto
Strip title was created by erto
Hello and thank you for this useful module.Is it possible to strip the title?
Thanks.

Please Log in or Create an account to join the conversation.

More
11 years 4 months ago #1189 by admin
Replied by admin on topic Re: Strip title
Hello and thank you.
No, there is no strip feature in the module to shorten the title at this time. There is a way of shortening the title with CSS but it will limit the title to a single line.
The title strip is planned for a future release. Let me know if you need help on setting the stripping with CSS in the meantime.

Olivier.

Please Log in or Create an account to join the conversation.

More
11 years 4 months ago #1228 by erto
Replied by erto on topic Re: Strip title
hello and thank you for your reply.It will work for me.How can I strip the title to a line?

Please Log in or Create an account to join the conversation.

More
11 years 4 months ago #1229 by admin
Replied by admin on topic Re: Strip title
Hi,
you will have to use the CSS properties on the .newstitle class:

white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
width: [your width]

Olivier.

Please Log in or Create an account to join the conversation.

More
11 years 4 months ago #1243 by erto
Replied by erto on topic Re: Strip title
Thank you very much for your reply. I have another issue.I want to add a single read more link to the whole news section.Is it possible?thanks.

Please Log in or Create an account to join the conversation.

More
11 years 4 months ago #1245 by admin
Replied by admin on topic Re: Strip title
Use the 'category link label' for that. In order to have only one link at the bottom of your news items, all of them must come from the same category. Otherwise the label will show after each news item.

Olivier.

Please Log in or Create an account to join the conversation.