Quoestions

Posted in: Newspaper
Post count: 134

Hi,

I have couple of questions.

1. How I can change the length of this http://postimg.org/image/xvsqpbl8n/ put custom text, or remove it in specific category?

2. Is there a way when creating smart list with template 7 to make the pictures show without making title for them? Just to show the number of the picture in the list.

3. Can i make the first image in smart list to appear as featured image and to start right from that image at the top at the post?

Post count: 22421

Hello,

1) You can change the excerpt length from the theme panel here: http://screencast.com/t/RHMTvEp2t. If you want to show a custom excerpt, that can be added from the post itself here: http://screencast.com/t/UZ9DzPCymB1
If you want to remove the excerpt in a specific category page, you can either chose a module that has no excerpt or use css to hide it by using the category ID like for example:
.category-102 .td-excerpt{
display:none!important;
}

2) The smartlists show the list title (h3 or h4 or what you set from here: http://screencast.com/t/3neYcsfG), not the picture title.

3) Unfortunately this can only be done with custom modifications but we have no easy solution for it as smartlists are very complex elements and are hard to manipulate.

Thank you!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.