News Ticker- Alignement, Space

Posted in: Newspaper
Post count: 87

Again I need your support. This time for News Ticker.
http://www.screencast.com/t/lavTa3aX
1. Hier I have the problem of Alignement. Would you please help me to sort out it?
2. Also I need some space before Layer Slider Image. Now News Ticker and Layer Slider Image are very near.
3. Is it possible to have Custom Text as News Ticker?
4. How can increase/decrease the speed of Auto Navigation of News Ticker?

Post count: 22421

Hi,
1) The trending now alignment is exactly as it;s supposed to be: http://demo.tagdiv.com/newspaper/
2) You can position the trending now widget with this css:
.td-trending-now-wrapper{
margin-bottom: 20px!important;
}

3) Unfortunately the widget is made to only displays posts, not custom content.
4) You can change the speed of the ticker by editing the theme js file: http://screencast.com/t/DQRFtESH
Note that if you use speedbooster the theme min.js will be used that is a compiled js file and changing values in it will be much more difficult.
Thank you!

Post count: 87

Thanks a lot for your promt support.
http://www.screencast.com/t/lavTa3aX
1. Whether it will be able to Allign as same as Layer Image with some CSS? If then what shall be that CSS?
2. Your CSS code to postion the trending now widget gave me tha actuar result which I wanted. Many many thanks.
3. Whether it will be available in your future updates?
4. I will be satisfied with the existing Auto Navigation speed.

Post count: 22421

Hi,
1) the css code to align the trending now element:
@media (min-width:1019px){
.td-trending-now-wrapper{
padding: 0 24px!important;
}
}
@media (min-width:767px) and (max-width:1018px){
.td-trending-now-wrapper{
padding: 0 15px!important;
}
}

3) We cannot say for sure. The developer team are the ones that decide what gets implemented. If this will be requested by more users than it will be implemented.

Thank you!

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