280 comments found.
I bought the Modern Ticker today, May 24, 2024 for our new website. I previously purchased this back in 2018 for a different website,
Every time that I try to install it on my plug-ins, the program informs me that there are no plugins to be found. I need help and an explanation of why this isn’t getting installed.
website is winansmbc.church and my reference receipt of purchase is e4394615-1e08-47f4-b29e-a9d2f2df780b
This is the jQuery plugin version of the ticker. The WP plugin version is here: https://codecanyon.net/item/modern-news-ticker-for-wordpress/19851756
Send me a private message using the contact form on my profile page and we’ll get this sorted out.
can this tracker work with php webpage, this is the website https://www.prativad.com/ on which i want to put it. thanks
Yes, the ticker works on PHP pages.
Hello I am trying to hide/show this modern ticker on hover but it does not work. if i reinitialise it, the speed gets faster, any clue if it can be done like this?
Before you reinitialize it, you should use the .modernTicker(“destroy”) method first.
But, if you plan on showing it on mouseover, I would not initialize/destroy it every time. I would just use CSS to make it “display: none” by default and “display: block” on mouseover.
Hello I am using react component inside LI tag and cause of that it only display one message, could you suggest how to fix this?
I don’t understand what you mean. Can you send a link so I can see it?
Since a few days, I’m getting the following error when using Twitter: “Twitter: You currently have access to a subset of Twitter API v2 endpoints and limited v1.1 endpoints (e.g. media post, oauth) only. If you need access to this endpoint, you may need a different access level. You can learn more here: https://developer.twitter.com/en/portal/product"
Twitter has deprecated their legacy Twitter API access tiers according to this: https://twittercommunity.com/t/deprecation-of-legacy-access-tiers-in-the-twitter-api/196162
Please advise.
Yes, the Twitter feed no longer works because the Twitter API is no longer free to use.
I have added the following notification on the product page a while ago:
Beginning with 9 February 2023, the Twitter feed no longer works as Twitter restricted access to their formally free API.
No update since, is this product still supported?
I am providing support for clients but haven’t published any new update recently.
Hi. I’m getting the following error message when using Twitter: “Twitter: Could not authenticate you.”
Please advise.
Never mind, fixed it.
Hello. How to increase height?
You can use CSS to customize the height of the ticker.
Yes, I understand, what file and what line to use?
Custom CSS you should add in the child theme style.css file or in “Appearance / Customize / Additional CSS”, so that the code is not overwritten after a plugin update.
Changing the height is not as simple as just changing a line of code. It is more complicated so I cannot give you exact instructions. You have to be familiar with CSS coding in order to do this customization.
i have this website https://sarkariresult.im or https://paarivahan.com i’m buying this plugin for my website but this is not supported what can be do now
Not exactly sure what you are asking.
Have you bought the plugin or are planning to? The Purchased tag is not displayed next to your name.
And what do you mean by the plugin is not supported?
Hi. Just bought this. How can I increase the height of the ticker? It looks really small on mobile devices. I’ve tried increasing the height for .modern-ticker in the CSS file but it just messes up the ticker. Thanks!
Can you give me a link to your page with the news ticker?
Because of the way the scroll effect works, the ticker cannot have multiple lines.
What you can do on mobile is hide the left side label and the right side buttons. Add the following CSS code to either “Appearance / Customize / Additional CSS” or to the child theme style.css file:
div.modern-ticker {
margin: 10px 5px;
min-width: unset;
width: auto;
}
@media only screen and (max-width: 480px) {
.modern-ticker .mt-label {
display: none;
}
.modern-ticker .mt-news {
border-radius: 5px;
left: 0 !important;
width: 100% !important;
}
.modern-ticker .mt-controls {
display: none;
}
}
I’ve added it and it’s still small. I think you misunderstood me. I don’t want multiple lines. I just want to increase the height of the whole thing and of the font size so it appears a bit bigger on mobile devices. I want the .mt-news class to be height: 50px but I think it’s being set to 30px with javascript somewhere. Thanks.
Never mind, I’ve been able to do it through a mixture of javascript & css. Thanks again!
hello sir i have wordpress site but by mistake im buying this so please refund me sir
i have this website https://sarkariexamc.com or https://www.amcallinone.com i’m buying this plugin for my website but this is not supported what can be do now
Submit a refund request and explain there the mistake made: https://help.market.envato.com/hc/en-us/articles/202821460-Can-I-Get-A-Refund-
The WordPress plugin version of the news ticker is here: https://codecanyon.net/item/modern-news-ticker-for-wordpress/19851756
hi, pre purchase question: could i put elementor template text instead of text ?
This is the jQuery plugin version.
The WordPress plugin version is here: https://codecanyon.net/item/modern-news-ticker-for-wordpress/19851756
To answer your question: no, it is not possible to add Elementor template text in the news ticker.
The extension is not working
Can you give me more details about what exactly is not working?
The package could not be installed. No valid plugins were found.
This is the jQuery plugin version.
The WordPress plugin version is here: https://codecanyon.net/item/modern-news-ticker-for-wordpress/19851756
Hi, can we choose the news ticker theme color instead of using the 15 premade themes? Thanks.
You can edit the colors using CSS.
Hi, I have Modern News Ticker v2.5.0 for jquery, but I cannot get the code work to display a RSS feed.
Test page is https://www.finanz-links.de/modern-ticker/test.htm
Would you please so kind, to have a look at the code?
Regards Lothar
Hi, the problem is solved. There was a typo in the code.
hi, great product! how can i change the font type, example to montserrat.otf, thanks
You can change the font through CSS:
.modern-ticker {
font-family: "Montserrat", sans-serif;
}
You will need to have the Montserrat font loaded on the page for the code to work.
I can only upload texts?
Can you give me more details about what you are trying to do?
Dear Sir or Madam, recently I bought two plugins from you through themeforest.
These plugins are “Modern News Ticker” and “Super Sidebar”.
Unfortunately, I realized too late that these plugins are not suitable for WordPress and now I would like to ask you if there is a possibility to exchange them for WordPress versions.
The missing amount I would pay you of course.
With kind regards
Andre Lichtenstein
Bronkos-Wuffelshop
Please use the contact form on my profile page to get in touch with me.
I have got this set up and it works great. I really want something it almost has but doesn’t, which is refreshing the json feed when the last item has been displayed rather than at a timed interval. I see the refresh function, I just can’t see where to put it in the code. Any help would be extremely appreciated.
Thanks!
Seeing as you are looking to code this, I presume you are at least somewhat familiar with JavaScript.
The ticker JS file is called “jquery.modern-ticker.min.js”. This is the minified version that is loaded on the page. The source of it is called “jquery.modern-ticker.js” and is located in the same folder.
The refresh function that you mentioned you found is “refresh” on line 569.
What effect type are you using, scroll? If so, you can find the scroll functionality in the “startPlay” function on line 1015. “stopPlay” is on line 1062.
For what you are looking for, I would presume the logic is that once the scrolling reaches the end, you would stop the play, refresh the feed then start the play again.
Hi, Thank you so much for the prompt response.
I am one of those people who can read code methodically but can’t really do much of my own! So yes I am familiar which the general structure and had already substituted the minified version with the full one to try a few things but to no avail.
I’m using the ‘fade’ functionality, and what would be perfect for me is once it reaches the end of the news items, to refresh the data after fading out but before fading back in again.
Yes, what you write that’s the logic I’m after… I know it’s strictly not support in terms of this is new functionality but if it’s straightforward I’d really love to know the solution, or indeed I can talk privately to work something out if you like.
Thanks again for any help!
If you are using the “fade” effect, then you would need to look into the “show” function on line 686. Specifically, the blocks of code on line 708 (shows the first element), line 806 (shows previous element) and line 935 (shows next element).
For example, when the next element is shown, how it works in the source code is this: the first element is hidden and moved as the last element. Then the first new first element is shown (which was previously second element). And this loop is non-stop.
You could add a counter variable, when the feed is loaded, to store the number of news items. And inside the fade loop, when the counter reaches the max number, stop the loop and reload the feed.
Let me know if you can get it working. If not, I can code it for you, but because it is custom work, I would have to charge you 1 development hour ($10). The problem is that I am very busy at the moment and would only be able to help you at the end of the week. To get in touch with me you can use the contact form on my profile page.
Hi, I hadn’t heard from you by email as arranged so I’m pondering if there’s a glitch with emails from me? I’m ready and waiting, feel free to share an alternative way of communicating by email and I’ll hook it up! Thanks!
I mentioned I will contact you regarding the customization you asked for, when my schedule clears up. Unfortunately, I have been very busy this week and did not get around to it yet. But I will make time for it soon. I will be in touch over email.
News Items metabox options are not working.Can you fix this issue please….
Are you referring to the WordPress version? In the future please post in the WP plugin version comments, this is the jQuery plugin version.
If you are having an issue, please create a temporary admin account for me and I will investigate. You can send me the login using the contact form on my profile page.