Code

Discussion on Modern News Ticker

Discussion on Modern News Ticker

Cart 1,913 sales
CreativeTier

CreativeTier supports this item

Supported

280 comments found.

GREAT Job!! 5 Stars

Thank you!

Hi, love the code! is there any way to add a time stamp to the twitter feeds?

WSJ

Hi,

Yes, it is possible through a modification in the code. I can create a quick example for you if you want. Just send me an email and I will reply with the example file.

Regards.

Hi, yes i’d like that, my email is wsj@icloud.com. Thank you!

hello, how to make scroll direction from right to left ?

Thank you

Hi,

Unfortunately, the ticker has no option to revert the direction of the scrolling.

Regards.

Hi CreativeTier,

I have just purchased this but I could not make it run. I have tried to implent all as described in the Guide, but it does nort scroll. Would you be so kind to have a look at it?!

The Snippet is placed as on this screen

http://awesomescreenshot.com/0882kfiw3b And the page itself is to find here http://dev.mr-fuss.de

thx

I have sent you by email the related access by ftp and to the shopbackend (with a very short magento introduction) ;-)

Hi CreativeTier,

thank you so much for your help. This is really an excellent support.

Now you have made the ticker real “resonsive” as well managing the described subpixel problem. Great work!

This is more than 5 stars worth. A real recommendation!

Thank you, happy to have helped.

Hello, I have a WP news site with a category called “Breaking”. I see that your ticker populates via RSS. Would it be possible to modify to use with a category, or would I need to burn a feed for my “breaking” category, then use that RSS with the ticker?

Hi,

Please notice that this is not a Wordpress plugin. It is a standalone HTML, CSS and JavaScript project. Wordpress projects are only in the “WordPress” section. This ticker is in the “JavaScript” section.

Regarding your question, I am not familiar with “categories” as I have not worked with Wordpress. I am not sure what exactly they are within Wordpress. But the ticker can display data either from manually entering the data in the HTML code, either from loading an RSS or Atom feed or from loading a Twitter feed.

Regards.

A new update was implemented:

- Improved the RSS, Atom file loading options. Now there are 2 loading options available.

- Added an example RSS file.

- Updated the instructions.

- Updated the guide.

- Fixed a couple of bugs.

Regards.

A new update was implemented:

- Added a new setting to specify the type of scrolling, either continuous, with no interruption, or discontinuous, leaving empty space once the list finishes scrolling and before starting again.

- Added a new setting to specify the start position of the scrolling, either from inside or from outside.

Regards.

Hi Creative Tier, Hope you are doing great!! :) nice lil script here love it but somehow seems that i cannot make it work on my page. Please can you take a look : http://focusacutus.com

Thanks a ton :)

hi it works now :) thanks a ton :)

This works fine if I have multiple long news items but I have only a single news item to scroll, it’s about 20% the full width of the ticker. When the page loads it starts in the middle instead of scrolling onto the screen from the left. After fully scrolling off the screen on the right, it pops back up in the middle and starts scrolling again.

This can be replicated in the effect1.html example by removing all but 1 of the

  • elements.

    What can I do to fix this?

  • Hi,

    The way that the scrolling functionality works is that it starts displaying the items, the items start scrolling, as soon as one item finished showing, it is moved to the back. This creates a continuous and seamless behaviour where the news items are displayed at all times and there is no blank space at any point.

    When having just a single news item, this behaviour will obviously not work because there is no back of the line for the news items to be moved at, it will always remain at the front.

    For a single news item a different approach than this seamless scrolling is necessary. When the news have finished scrolling, blank space remains and the news start scrolling again from the right side. This approach is not a seamless scrolling but more like a repetitive scrolling, the news scroll once, then finish, black space, they start scrolling again, they finish, blank space, they start scrolling again, etc.

    I think that your suggestion is good and it is a good idea to develop this. I will make this functionality and add an option in the settings for people to select what kind of scrolling behaviour they wish to choose.

    If you can use the contact form on my profile page to send me a contact email, I will reply with the ticker files once the modifications have been made.

    Thanks for the suggestion.

    Regards.

    Is it possible to have it read from a text file instead of a feed?

    Yes. You can supply an RSS file which is basically a simple text file formatted in a certain way so that the data is easier to read and work with. The format is simple and easy to understand.

    An example used in the ticker is at the following link: http://www.creativetier.com/examples/example.rss

    This is basically a simple text file that can be saved, edited, loaded by the ticker. If you need any explanations about how to edit this file, you can send me a message on the contact email provided in the files and I will assist you any explanations that you need.

    Regards.

    Hi

    Nice creation! Can I display multiple feeds from Twitter? I meant from multiple users? Thanks!

    The ticker can load data from a single Twitter feed at the moment.

    Regards.

    Hi, I was able to make the width 100% to get the ticker to resize for a responsive site. However, part of the text is hidden when the width is smaller (ie, mobile width). How do I get the text to wrap to two or more lines when the width becomes smaller?

    The design and functionality of the ticker is made for one line. That’s how news scrollers usually work, by scrolling one line of text. Unfortunately, there is no option for multiline. Thinking about multiline scrolling, first, I am not sure how it would be possible for the text to scroll on multiple lines and second, I don’t think that would be a good idea since it would be hard for people to follow and read the text.

    Regards.

    I agree – as a scrolling message, multiline doesn’t work. But I am using fade and that would work. You can view my test site here: http://radialblue.com/index.html – make it narrow or view on a phone, and you’ll see that the ticker text is cut short. Seeing my example, is there still no way to set the CSS or js to get the text to wrap in the div for responsive using fade?

    For the fade effect, that would indeed work. But the functionality that I developed had to work for all of the effects, including scrolling, which was the main effect, and that is why I did not add multiline.

    However, of course, the ticker can be made to have multiline through CSS.

    I have gone though the CSS and made the modifications for the ticker to work with multiline, as an example for you. If you can go to my profile page and send me a contact email, I will reply with the example files that I have created for you.

    Regards.

    Hi there. I’m having trouble using an rss feed with your code. I’ve copied the ticker initialization code from the rss-atom.html file and plugged in the url for the feed I want to use, but the ticker never shows anything but the preloader gif. This is the rss feed I’m attempting to use: feed://www.nfl.com/rss/rsslanding?searchString=home. Any idea what the issue could be?

    Thanks!

    Hi,

    If you can send me a link to where I can look over your implementation, I will be glad to assist you. If I can look over the implementation, I can see exactly what the problem is.

    You can either post the link here or you can use the contact email and send it to me on the email. Once I look over it, I will get back to you.

    Regards.

    Looks great. Can you create a ticker from a text array instead of a web source?

    You can simply format the text file like an RSS file (an RSS file is basically a text file with a certain type of format) and supply that file to be loaded.

    Regards.

    Love this ticker! Will there ever be an update to add responsiveness? I can’t use it on any of my responsive pages because it doesn’t resize :( Thanks!

    The ticker is responsive, if you set the width as 100%, it will resize to fit the available space.

    Regards.

    I cannot make it work, can you the the following page and let me know what is wrong? eduk8tion.com/mecchat it is not moving !!

    In the “head” of the HTML code, you are adding jQuery multiple times, on line 16 and on line 47, and this is causing a conflict. You should not add jQuery again after the line in which you add the “jquery.modern-ticker.min.js” file.

    It is mentioned in the user guide as well as in the quick instructions from the example files not to add jQuery multiple times.

    Regards.

    Nice one, thanks!

    You’re welcome!

    Nice ticker. Any plans to make it responsive though?

    Thanks. The width of the ticker can be set as responsive and it will adjust automatically to the available size.

    Regards.

    Can I have this ticker just under the menu of my site on every page? And can I translate it from news to nyheter

    Hi,

    You can put the ticker anywhere on the page that you like.

    And yes, the text can be changed to anything that you want.

    Regards.

    Hi, In “type” mode, if the rss is too long, the script will cut the text. Is it possible to add a multi lines options so we can view the entire text? Thanks!

    Hi,

    The ticker currently works with single line news, there is no option for multi-line texts, unfortunately. This can only be done with modifications to the code.

    Regards.

    by
    by
    by
    by
    by
    by

    Tell us what you think!

    We'd like to ask you a few questions to help improve CodeCanyon.

    Sure, take me to the survey