Summary on the home page

Posted in: Newspaper
Post count: 11

Hi, I can not find the option to decide how many rows of the summary to show on the home page (eg 3/4/5 lines of text as text article in the demo), if in addition to the “…” you could insert a “read more” would be perfect:

http://www.screencast.com/t/aXkqCNcjXTC

ps.
it may be useful as information on the homepage using the block 8

thanks!!!

Post count: 854

hi,

http://screencast.com/t/wkwPfNvmOJDE
add this like in the image above :

<div class="more-link-wrap wpb_button td_read_more clearfix">
    <a href="<?php echo $this->href?>"><?php echo __td('Continue', TD_THEME_NAME);?></a>
</div>

after this re-style the button : http://screencast.com/t/nrYFRXgR4twT

Thanks for you message.
Radu A.

Post count: 11

Hello,
if I use ONLY the subtitle in the article, the home page automatically shows the first three lines of text, and that’s ok. but we need the manual excerpt to be present, and if we duplicate the excerpt in the subtitle box and in the excerpt box, the home page displays the excerpt (that is longer and not cut at the three lines)

now, a few questions:

1) can we insert the excerpt in the article (we need id for the feeds) but not have it display in the home page, or have it displayed but with the possibility to cut it at the third line, like it does automatically with the body if there is no excerpt?
(we use quite long excerpts)

2) can we decide how much text can be displayed in home page before the “read more” cut?
The default is more or less 3 lines… can we decide to go for 4 or 5?

3) instead of the blue Continua button we would like to display just plain, linked text…. is it possibile?

Thank you for your help

Post count: 3343

Hi,
The theme have in Theme panel -> Excerpt from where you can control the automatic excerpt limit.

You can style that button like you want via CSS, just remove the background, if you want give me a link with your implementation to inspect the button.

Thanks!

Post count: 11

The code that we have suggested is this:

http://screencast.com/t/nrYFRXgR4twT

iv class=”more-link-wrap wpb_button td_read_more clearfix”>
href?>”><?php echo __td(‘Continue’, TD_THEME_NAME);?>
</div>

Can you please help us modify the code to take away the background and leave the writing in grey (otherwise, it will be white on white)?

The options of the teme work only if you have only the subtitle, but we need to write also the excerpt, that will be displayed in home page.

The excerpt and subtitle copy will be the same, cut/paste, so what will be displayed in home page, wether subtitle or excerpt, makes no difference……. I just need to be able to cut the text like I can do with the subtitle.

website: http://www.chegadget.com

Thanks!

  • This reply was modified 12 years by FanoTag.
  • This reply was modified 12 years by FanoTag.
Post count: 3343

Hi,
Use this CSS:

.more-link-wrap {
    background-color: transparent !important;
}
.more-link-wrap a {
    color: #CCCCCC;
    font-family: 'PT Sans',sans-serif;
}
Viewing 6 posts - 1 through 6 (of 6 total)
The forum ‘Newspaper’ is closed to new topics and replies.