Code

Discussion on Live News JS - Responsive News Ticker

Discussion on Live News JS - Responsive News Ticker

By
Cart 158 sales

DAEXT supports this item

Supported

This author's response time can be up to 1 business day.

23 comments found.

Hi, please can you tell me if this news ticker can update the rss feed content without the page being refreshed to reinitialize the script? I’m looking to use it with a digital signage web based service on a TV. Thanks.

Hello absent42,

Yes, the script when the cycle of news ends performs an AJAX request to get the updated data from the source (the RSS feed in case it’s the selected source). This is performed without a page refresh.

Let me know if you have any other questions.

Hi, how do i hide second line from featured news? Please check screenshot below?

Hello ilovecoding,

do you want to completely remove the feature news excerpt for all the news and modify the featured news section height? Please contact us with the details with the “Support” tab above so we can reply to you via email with the code changes required or alternatively see if we can implement a dedicated option to apply the behavior.

Thank you.

Can you fix twitter feed?

Hello ilovecoding,

to receive the data from Twitter please follow the procedure described in the Generate the news from Twitter section of the plugin manual.

If you have any issue with this procedure above please contact us privately via the Support tab and include the details of your current configuration, so we can provide you a precise answer.

Let me know if you have any questions.

Hello , Can your software work on Wix ? I saw a JS in wix .

Hello husonchow,

for a precise answer I recommend you to ask to the Wix support if you can add JavaScript file to Wix website.

Please note that if you will not be able to actually use this item in your deployment environment we are available to provide you refund.

Hope this helps.

Hello your code is interesting but i want to know what order software can i used this with? do i have to have professional new software or Facebook live news live streaming will? help me with those knowledge please thanks

Hello allmybox, I’m sorry but I don’t understand your question.

im looking for this. yet not so many comments of late is it still supported

Hello boldylee, the plugin is supported. Let me know if you have any questions.

Hello, I purchased this Ticker and it works great. How would I have the ticker display in a different section of the webpage? (Ticker would be about 1/3 from the top of the page) Thank you

Hello sonicdiscovery,

the ticker should be positioned only as fixed element (position: fixed) and should have a width equal to the browser viewport width, because the JavaScript part make use of the browser viewport width to calculate the movement of the sliding news.

The news ticket CSS can be customized with the selectors available in the television-news-ticker/css/newsTicker.css file.

Hope this helps. Let me know if you have any questions.

Hello, I am interested in this ticker, is there a way to make a ticker that for example starts with my RSS feed of my blog and then shows the twitter and then loops back or is just a single source ?

Hello neavilag,

if you want custom information displayed in the news ticker you can dynamically create the json souce of the news based on your needs with a scripting language. The json structure that should be used is available in the plugin manual.

Hope this helps. Let me know if you have any questions.

hello where we control the sliding speed ? thnak you

it helpss a lot..thank you so much.

thank you..how can edit the option for the news always slider..the cycle, on desktop my news slider cycle about 4times, and on mobile only 2 times..i want permanent news cycle..is possible..please tell me how..

Hello fotografo123,

the cycles are permanent (until manually stopped by invoking the destroy() method). If you want an answer specific for your case please contact us via the “Support” tab above and include a link to your page.

Thank you.

I want to use the News Ticker on my website kumbhindia.in , which is the correct format to be purchased ? Can I use Google Alerts in News Ticker ?

Hello raajgulati,

which is the correct format to be purchased?

If your website is powered by WordPress you should purchase Live News. If your website is not powered by WordPress you should purchase Television News Ticker.

Can I use Google Alerts in News Ticker ?

The RSS generated by Google Alerts is not support.

Hope this helps, if you need more info feel free to ask.

Why does the rss php feeder not wwork with reddit rss feeds? www.reddit.com/.rss

Hello larceniii,

the AJAX response should be provided in this format:

{
  "featurednews": {
    "newstitle": "",
    "newsexcerpt": "",
    "url": "" 
  },
  "slidingnews": [
    {
      "newstitle": "",
      "url": "" 
    },
    {
      "newstitle": "",
      "url": "" 
    }
  ]
}

If the JavaScript part generates and error it means that the JSON answer is not provided in this format.

If you want that I inspect for you the JSON answer that you generated with your custom PHP script contact me via the support tab and link me the URL with the customized news ticker.

Please note that customization services are not available in the item support but if you need help with your customization I’m available to provide you an answer (but clearly not ready-to-use code).

Hope this helps.

Can there be more than 1 featured news item returned?

Hello larceniii, I just replied to your email. For technical support please continue on that thread. Thank you.

Hello, can this work off of just raw JSON data instead of a JSON file? I want to do an ajax call and use this ticker to generate news. Please advise.

Hello wilburncreative,

you can associate the news ticker with a JSON file or with a dynamic JSON file generated for example with PHP as long as it’s a valid JSON (with the correct header) and its content has the format described in the “News Sources” section available in the plugin documentation.

Hope this helps, if you need more info feel free to ask.

I was hoping to have this read from a JSON object I created from an ajax call, not from a JSON file.

Hello wilburncreative,

I confirm you that you can read from a JSON object created from an AJAX call, that’s exactly what I was referring to in the previous answer with “a dynamic JSON file generated with PHP”.

If you need more info feel free to contact me directly via the support tab available in this page.

Hello, thanks for your work !

I’ve suggestion: When calling ‘requestNews’, if the data list result is empty, the ticker does not make any more requests.

In that case, we could imagine a timer variable that forces a request to check if there are new results?

What do you think ?

OK I understand, thank you!

I like the idea of a flag for the live mode. is it planned to implement it in this standalone version?

Hello mytom, I’ve added this feature in our issue tracker but I can’t guarantee or provide you a release date at the moment.

No problem, thank you

Hi, i just purchased this item and it looks awesome. I have few questions:

1. How to make that so news link open in new tab instead of current tab.

2. Earlier you mentioned about “destroy() function”, do i need to update that in my code too? I use rss.

3. How to change time to AM and PM instead of 24 hours?

Hello ilovecoding,

1. How to make that so news link open in new tab instead of current tab.

You should pass this options during the initialization:

slidingNewsOpenLinksNewTab: true
2. Earlier you mentioned about “destroy() function”, do i need to update that in my code too? I use rss.

The destroy() method is required only if you intend to remove the news ticker from the DOM and stop the cycles used to update the news. If you need it make sure that you have the latest version available for download in the marketplace.

3. How to change time to AM and PM instead of 24 hours?

In the newsTickerUtility.js file there is method named getTime(). Here the time is generated. For custom formats the value returned by this method can be changed based on your needs. Before modifying the format please note that the there isn’t an option to set the time in AM/PM format because the horizontal space is limited in the box used to display the time (news ticker used by television station don’t use the AM/PM format).

Hope this helps, if you need more info feel free to ask.

Hello,

I suggest 2 ideas to enrich your tool:

‘change’ method : Like the ‘destroy’ method, a ‘change’ method that lets ticker read a new list of options and updates instantly the ticker.

vertical scroll : An option to scroll news in vertical mode (like

Breaking News Ticker
http://preview.codecanyon.net/item/breaking-news-ticker/full_screen_preview/8321816?_ga=2.188946219.1057041697.1516874411-1020293011.1514237897 or
jQuery Advanced News Ticker
https://www.jqueryscript.net/demo/Flexible-jQuery-Vertical-News-Ticker-Plugin-Advanced-News-Ticker/ )

What do you think about it ?

Hello mytom,

‘change’ method : Like the ‘destroy’ method, a ‘change’ method that lets ticker read a new list of options and updates instantly the ticker.

A change method is certainly useful and will be probably added in the next update.

vertical scroll : An option to scroll news in vertical mode

With Television News Ticker the width of area used to scroll the news is unknown in advanced and based on the width of the viewport of the user.

For this reason a vertical scroll is not appropriate, with devices with a limited width the complete sentence will no be visible, with devices with a large width there will be a lot of empty space.

yes you’re right, thank you !

Hi, Could you create API methods to manage the tool? At least destroy method, I can not stop the ticker properly for example. Is it possible?

Hello mytom,

thank you. I planned to work on an update the next week. You will receive the usual automatic email from CodeCanyon when it’s available.

Hello, would you have a date for the next update?

thank you!

Hello mytom, will be released this week. Sorry for the delay but I had to work on other products.

Can you do multiple RSS feeds or does it have to be one? E.g. BBC and CNN?

Hello tholmgren,

in different page you can initialize the news ticker to use different RSS souces.

If instead you want that the same news ticker includes news from different sources you have to manually parse the RSS feeds you are interested in and generate the proper JSON data for the news ticker. More information on the structure of the JSON source that should be provded to the news ticker are available in the plugin manual.

Hope this helps, if you need more info feel free to ask.

very nice plugin but it looks hard to use for people like me :) will this work for shuttle hours “lets say minibus goes point A to B at 08:00am | C to D 09:00am etc..” and slowly slides?

OMG i bought the wrong one! i did not see your message lol i actually sent you a message about my issue and while browsing i saw your comment!

Hello sametoxxo,

I just replied to your email with the instructions to receive a refund, so you can then purchase the correct version for WordPress if you want.

Hope this helps.

I purchased the correct one! THANK YOU

Nice work. Best luck with sell :)

Hello, can I have multiple per page?

Hello larceniii,

please note that also the JavaScript part is made to work with a single news ticker per page. I do not recommend you to purchase this plugin if you are planning to use it for multiple news tickers in the same page.

Hope this helps.

I have another question: some feeds have a featured image with the feed item. Can I get that img url data for each news item that is currently on display on the screen?

Hello larceniii,

sure, with the PHP file used to retrieve the news from an RSS Souce (which is by default rss.php) you have return the img url in the JSON response. Then once you have the img url on the front-end you can add the images in the news ticker with the newsTicker.js file.

Please note these are only general instructions, this behavior should be entirely manually implemented.

If you need more info feel free to ask, in case please contact me directly via the support tab for technical questions.

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