Questions tagged [news-ticker]
81 questions
5
votes
2 answers
News Scrolling Text in Python
I want to write a small program that displays auto-scrolling news ticker text from left to right (with Tkinter?),or at least some GUI.
The text should come from a text .txt file.
I am still a beginner in Python and can't really grasp how to do…

Welsh King
- 3,178
- 11
- 38
- 60
3
votes
2 answers
Continuous scrolling ticker/marquee with multiple messages - JS plugin needed?
A good example of what I'm trying to achieve would be the ticker effect on https://aboutface.com
Based on another example I saw a while back I came up with this. But as you can see, the message crops and you don't see the 2nd message coming into the…

user1406440
- 1,329
- 2
- 24
- 59
3
votes
1 answer
NativeLoader has not been initialized. To use standard native library loading
getting an error while fetching a WhatsApp sticker pack in my app
NativeLoader has not been initialized. To use standard native library loading, call nativeloader.Init(new SystemDelegate()).
why this error show in logcat and sticker packs cannot…

Muhammad Asad
- 694
- 6
- 10
3
votes
2 answers
jQuery News Ticker: .remove() dom effect
I'm trying to make a news ticker (without any plug-in).
I use jQuery UI's animate method to make the news move from right to left.
I'm removing the first news (li) and attaching it to the end of the list (ul) and readjusting the margin-left.
This is…

gellowmellow
- 33
- 4
3
votes
1 answer
jQuery vertical news ticker plugin but controllable
I'm looking for a plugin for a vertical news ticker like this for an example:
http://www.jugbit.com/jquery/vticker.php
What I am trying to get is a plugin with controls like:
stop
start
previous
next
Can you help me out finding something similar.

Jacob
- 3,580
- 22
- 82
- 146
2
votes
2 answers
jQuery News Ticker - not working on my site
I'm trying to use the jQuery news ticker code from http://www.jquerynewsticker.com but seem to be unable to make it work.
I've reviewed the code on the code's home page, reviewed / compared my markup and code placement, tried to follow the code with…

Sean
- 21
- 3
2
votes
1 answer
Jquery twitter ticker first li 2 times
Hello Stackoverflow users,
I have created a tweet ticker with jquery for a website. The problem now is that the first tweet is showing 2 times and when that is over it is working great.
But how can i make it so that the first tweet is only shows one…

Maanstraat
- 1,241
- 7
- 34
- 63
2
votes
3 answers
jquery functions don't work with news ticker
I'm using a news ticker for a news section in a page and I want to use prettyphoto plugin with these news but any of jquery function doesn't work when < li > items change their position.
For example none of jquery functions doesn't work when first…

Onur Kucukkece
- 1,708
- 1
- 20
- 46
2
votes
0 answers
Slick Slider Items change speed are not same if item width is different
I want to make a news ticker with slick slider, where all of the news will scroll smoothly at a constant speed continiously. So, I used the following option:
$('.slick-news-ticker').slick({
dots: true,
infinite: true,
speed: 2000,
…

Mobashir
- 400
- 1
- 7
- 26
2
votes
1 answer
Scrolling News Ticker Jquery - Issues
Original Source & Example:
http://www.htmldrive.net/items/show/397/Vertical-Scrolling-News-Ticker-With-jQuery-jCarouse
Hello Again!! Scrolling News Ticker Jquery with some issues:
First Issue : Internet Explorer Error Message
" Object doesn't…

Sol
- 195
- 1
- 4
- 14
1
vote
1 answer
Display object within Jquery Newsticker Ruby on Rails
I have created a form for my news articles which I then call to my front page like so
<% @articles.each do |article| %>
<%= article.header %>
…
Richlewis
- 15,070
- 37
- 122
- 283
1
vote
1 answer
Posting to the Facebook game ticker
Is it possible to post directly to the Facebook game ticker? As you might if you were sending an app request for example?
As I understand you can post actions to the ticker, but I was just wondering if it's possible to post a string to it?
Thanks
user520351
1
vote
1 answer
Infinite end-less horizontal smooth scroll news ticker without marquee tag
`In jQuery PHP, I need an infinite horizontal ticker with an end-less loop of data taken from external JSON via Ajax. I tired it with marquee with PHP loop without ajax, it's working but not infinite looping. Please help me to achieve this. Thanks…

KR Vineeth
- 13
- 6
1
vote
1 answer
jQuery newsticker add new list onclick not working properly
I'm using this plugin, Acmeticker.
It's working good. Now I tried to add more list using button .add to add Breaking News 9 at the last of ul. But it's not working as expected. It show together with another li if I click button add, and if I click…

HiDayurie Dave
- 1,791
- 2
- 17
- 45
1
vote
0 answers
Custom meta box for news ticker in wordpress
I want to show a meta box in my wordpress project which I made by installing smart mag theme.It shows a news ticker on top of the page.When I post any news, the news go in the news ticker.But I want only selective news to be in the home page which I…

Nasim Rony
- 519
- 5
- 22