63 comments found.
Hello, Please i need help, I have a problem, i use the some example 12 but the contents of div news i add it in jquery like this var element = $(“
Looks like you didn’t buy the plug-in. That’s not true.
I bought it
in my code i use the some HTML STRUCTURE of example 12 just i added id news for ul and this is the part js: function news_ajax_call() {
jQuery.ajax({
type: "POST",
url: '/portal/json/news',
dataType: 'json',
async: true,
data: JSON.stringify({}),
contentType: "application/json; charset=utf-8",
success: function ( data ) {
var parsed_data = JSON.parse(data['result']);
news = parsed_data.news
if (news.length == 0)
{
$("#newsTicker").hide();
}
else
{
$("#news").empty();
news.forEach(function(item) {
var element = $("item.url">"item.title" ");
$("#news").append(element);
});
}
},
failure: function( data ){
console.log( JSON.stringify( data ) );
}
})
};
Send your purhcase code please.
there is title and description, can these 2 strings be used at the same time. I try many ways, but it will not show both at the same time. showingField:’title,’, showingField:’description’,
showingField:’title, description’, and more combinations…
Can this be done
Hey mate,
Thanks for your purchase.
Only 1 field can be displayed at a time. Does not support multi-area display.
Regards.
Hello, Congratulations on your excellent news ticker. I am writing to you because you will surely know that from 3 January 2019, the YQL service has been withdrawn and unfortunately you can no longer view xml files through ticker news. Is there an alternative solution to view news in xlm format without using the YQL service? / Marco Nft
Hey,
Yeah, YQL api no longer available. However, instead of using the rss2json API, you can show your xml data.
You have to set usingApi : ‘rss2json’ and check the other source parameters.
To do this, refer to the source parameter in the 4. Options section of the setup page.
regards.
Hello, The breaking news ticker now works correctly. Thanks for your help.
Regards / Maro nft
hi, can your news ticker use on blogger blogdpot?
Hey,
I don’t know how to add. But this is the Jquery plugin. If you can intervene in the page code, you can add it.
regards.
Okay, we will purchase it. Can it be used with multiple websites?
Hi again,
You shouldn’t use it on more than one site. You need to buy an Extended license for this.
Regards.
Hi Plugin not work with bootstrap-rtl so kindly how can i Fix it.
hi,
I will test and correct this problem.
Please wait for me to comment.
regards.
Hi again,
This bug coming from Bootstrap 3 RTL version.
Can you add this css to your css file end: (this only need bootstrap 3 RTL version)
.bn-breaking-news{
direction: ltr;
}
Regards.
Hi, can we edit and delete the news in scroll bar ? Can we use image? Do you help in installation as we are not very technical? Please confirm
And does it run on any mobile phones?
Hey,
Of course i can help for the installation.
And of course running on mobile. Because this is full responsive plugin.
You can use image if you want use like logo scroller. However, you cannot use it if you want to use the picture and text together.
Regards
Hi, can we edit and delete the contents remotely? Will contents stop when a mouse is hover on? Will you remove your company name and logo when purchased? Please reply
hi,
1. This is a content viewer. Therefore, there is no remote management panel. You should write your own as you add content.
2. I’m not using my logo and company name anyway
3. The contents stop when the mouse is on it. You can test it from demo.
regards.
hi . I use your script inside a vb project that with a webbrowser connect to my online server but when I try to open the script with my script it give some javascript error like : jquery not defined and proprerty for object $ is null etc. If I try to start your script with normal browser is all ok . How I can solve?
Hello there,
I have never encountered such a problem before. But the problem is that the Jquery library is not installed. Please make sure that the Jquery library is loaded with some simple jquery commands.
Best regards
Hello sir,
I need your urgent support on that issue . We are going live soon . Problem is there is white space in logo . also text not moving in full width . Please do some solution for that. https://www.uklcr.com/dev7pan/. When I pres ctrl + F5 logo showing space . But when I just refresh my page whitespace not showing.
Thankyou
Hi there,
You can solve this problem as follows: You should delete the Jquery ready event and use the Javascript onLoad event instead.
Delete the following setup code:$(document).ready(function(){
$('#newsTicker8').breakingNews({
height:80,
borderWidth:0,
direction: 'rtl',
});
});
Replace with this code :
window.onload = function(){
$('#newsTicker8').breakingNews({
height:80,
borderWidth:0,
direction: 'rtl'
});
};
And for the red border make unvisible with this css:
.bn-breaking-news{
border-width: 0;
}
And yes text not moving if the small then container area. Please use other animation for that or use updated version.
Regards.
Hi ,
After the updated plugin. Moving logo stop working. Also single text stopped . Please I remove latest update for now. Please let know why this stop working . Also try solve my issue for single text not in full width. Also logo need to start from corner.
Thankyou
hi,
The movement of logos stopped. Because the width of the logos is smaller than the area. If you add more logos you will see the logos move. Since the plugin direction rtl is selected, it appears to the right. Logo or single text starts from the corner. But if you choose rtl, it starts from the right corner. And the situation is the same in single text.
Regards.
HI tgundogdu,
Thankyou for great plugin. I try this in my site . It’s working fine but I have some issue . https://www.uklcr.com/dev7pan/1> Logo Should start on left edge. Not with white space. 2>AUTHOR LAST 24HRS only one item moving text only move in small area need to move full width. 3>CATEGORY LAST 24HRS Should start on right edge.
Thankyou
Hello my friend,
I am sorry for the delay.
This problem is caused by the content being shorter than the external area. If the content is small from the outside, it should not move.
I am working on this problem. I’m going to update when I’m done.
Best regards.
Thanks, Please do It ASAP
Ciao, ho due domande per te, 1) è possibile prendere le notizie dalle mie categorie? 2)è possibile ancorarlo in basso alla larghezza dello schermo come quì? http://xdemo11.daext.com/sliding-news-with-stock-market-data/
Hi, English please. I don’t understand. But i used translate 
you can fix to bottom like this: http://tevratgundogdu.com/works/ideabox-breaking-news-ticker/demo/example15.html
I don’t understand other question. sorry
Hi, very nice and well-made plug in, well worth the money and works well in a responsive site. Five stars, my friend.
Hi mate,
Thanks for your comment
Please review my plugin 
Hello, Nice customizable news ticker with rss feed display capability at a low price. Got one thing that I can’t figure out: How do you set the number of items it scrolls with the API rss2json? I’ve tried changing the “limit” parameter in the javascript, but that seems to make no difference—its always fixed at 10 items. Couldn’t find any other way. Thanks for your response!
Hi mate, I am sorry for the delay. I solved the problem you mentioned. rss2json wants the API key for limit. please review the example4.html file. Regards.
Updated plugin.
Hello,
The breaking news ticker is conflicting with bootstrap carousel slider. It is struck a second while the carousel slider moving. Can you pls check https://www.thesubeditor.com . Thanks
Simon
Hello my friend. I checked but I do not see a problem. but I will examine the problem you mentioned in the next update.
Best regards.
Nice Work,
Congratulations! Good Luck With Sale 
hi,
thanks for your best wishes 