Hi,
If you refer to the normal slider(that you are using on homepage) please check td_module_slide.php and uncomment author code – http://screencast.com/t/kixLgl8yk – http://screencast.com/t/QuqTf3QC
Thanks!
Thanks Alin,
It works!
I then tried removing the date field by commenting
$buffy .= $this->get_date();
However, the end result was that there was a hyphen after the author’s name, eg:
Kaleidoskooppi Vesa Raiskila –
Is it somehow possible to also get rid of the “-” at the end?
I can live with the date, but I’d rather just have the category name followed by the author.
Hi,
You can remove it from here – http://screencast.com/t/mYZs5a8fuE but please note that it will be also removed from post templates – http://screencast.com/t/YHjLedh0c
Thanks!
Thanks again! Done as suggested. It looks tidier now.
It would be nice if the missing hyphen could be replaced by a blank space to add separation from the name in post templates, but we can live with how it looks now:
http://vastavalkea.fi/2015/06/02/heikki-talvitie-venajan-kauppa/
Hi,
You can add some margin right to the author using custom css – http://screencast.com/t/TCc3qgoqkW
.meta-info .td-block-author {
margin-right: 2px;
}
Thanks!