Excerpt on Big Grid 1

Posted in: Newspaper
Post count: 23

Hello, I would like to have the excerpt on the first slide of the Big Grid 1. http://prntscr.com/7qf6o8`

I use the Newspaper theme and the website is aeknea.gr

I found a solution there, but in the new edition there is not that file.

Thank you

Post count: 7909

Hi,

You can add excerpt function in module mx5 like this – http://screencast.com/t/sj9h7ERFghttp://pastebin.com/f08Cw1Bd and also echo the article excerpt – http://screencast.com/t/pDoLXAhF0

<div class="td-excerpt">
                    <?php echo $this->get_excerpt(20);?>
                </div>

And use custom css on it – http://screencast.com/t/20d8oW6Z please note that excerpt will be displayed where this module is used for example it will appear also on – http://screencast.com/t/sqIOssisk

.td_module_mx5 .td-excerpt {
color: #fff;
padding:10px;
}

If you need additional customizations and you don’t have basic php/html/css experience, I suggest to hire a freelancer to do it for you, as we cannot provide custom work at this time, sorry!

Hope this helps!

Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic.