Add date to trending now ticker

Posted in: Newsmag
Post count: 40

Hello,

I want use the events I enter in the events calender to show up in the “trending now ticker” – that is no problem and works like a charm. But I was wondering if I could get the data (of the event) to show up there? Could you explain how to fix that? Thank you so!

Niels

Post count: 7909

Hi,

Please edit this file and add date code like this: http://screencast.com/t/acjitdQ9

. " - " . $this->get_date()

After this please add this css in Theme Panel > Custom Css: http://screencast.com/t/dpnDQrZg

.td-trending-now-display-area .td-post-date{
display: inline-block;
font-family: 'Open Sans', arial, sans-serif;
font-size: 12px;
font-weight: normal;
line-height: 19px;
color: #444444;
}
.td-trending-now-display-area .entry-title{
display: inline-block;
}
.td-trending-now-display-area .entry-date{
top: -2px !important;
position: relative;
}

Hope this helps!

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