Relevad
Forum Replies Created
-
Forum: Plugins
In reply to: [Custom Stock Ticker] auto refresh capabilityHello k2,
You are correct, a 30 minute delay would probably be an acceptable amount of time to delay updates, but this functionality is not currently built in to our plugin. We might add this in the future, but it would be low priority for us.
Perhaps you could use another plugin to accomplish what you want? Maybe something like WP Auto Reload Widgets will work for you. I have not used this plugin, but it sounds like it may accomplish what you are trying to do.
Forum: Plugins
In reply to: [Custom Stock Ticker] Australian Stock ExchangeThis is resolved now, at least for ASX – Australian Securities Exchange.
Adding
.AXto the end of a stock symbol will direct the plugin to get info from the ASX exchange instead of NASDAQ/NYSE.For additional info, see this post: https://wordpress.org/support/topic/asxnot-working?replies=2
Forum: Plugins
In reply to: [Custom Stock Ticker] ASX:Not workingHi vlj26,
Sorry for the delay in response.
If I’m right in assuming that ASX:TAG is meant to refer to ‘Tag Pacific Limited’ on the Australian Securities Exchange, then the code you want should be
TAG.AX. In this case, adding the suffix.axafter the ticker symbolTAGspecifies the ASX exchange, though I won’t guarantee it works with everything. I hope this solves your problem!If this doesn’t work for you, or if there is anything else I can do to help, let me know.
Jeff
Forum: Plugins
In reply to: [Custom Stock Widget] all the stock symbolHello Noxos,
Sorry, we don’t have a full list of all symbols. Generally, we support all stocks traded on NASDAQ and NYSE.
As far as indices go, we currently have at least the following:
NASDAQ –^IXIC
NYSE –^NYA
S&P500 –^GSPCThere may me other symbols that work, but it is not possible to get an accurate full list.
If you have any other questions, I’d be happy to help.
Forum: Plugins
In reply to: [Custom Stock Ticker] Ticker not moving on SafariHi FTLT,
In my own testing, I am able to see the ticker scroll on Safari, both desktop version and mobile version. I suspect that there may be some conflict between our stock ticker and some other code/plugin on your site, that only manifests on Safari.
Could you provide a link to a page where you experience the issue? If I can’t see the problem, I can’t fix it!
You may respond either here, or if you prefer, by email. I can be reached at jeff@relevad.com
— Jef
Forum: Plugins
In reply to: [Custom Stock Ticker] Ticker not moving on SafariHello FTLT,
I will look in to this issue right now.
Forum: Plugins
In reply to: [Custom Stock Ticker] plugin setting 3rd party cookies?Hello mosscatski,
To my knowledge, there shouldn’t be any cookies coming from websking.com. I don’t see any when I test it myself. The only thing that comes from websking.com should be a piece of javascript, which is what we use to retrieve the actual stock data.
Are you sure it is a cookie your visitors are getting, and not just a notification of an external script? If so, please send me a link to a page on your site that contains the stock ticker so I may investigate further.
You can either reply here, or if you may send me an email directly at jeff@relevad.com .
Hi, can you please confirm whether or not you have php 5.3 or higher?
Our plugin requires php 5.3 minimum.If your php is not at least 5.3.0 then please update and try again.
If your php is already 5.3.0 or higher please respond back and we will investigate further.
Thanks
— RelevadForum: Plugins
In reply to: [Custom Stock Widget] include stock name in addition to symbolHi Breana,
Due to some technical limitations, this is not possible in the current stock widget version. However, we have been working on getting out a brand new version that will support this feature. I believe that, due to the nature of changes required, this will be released as a new plugin with more features. You can check out a (mostly) working demo at http://chefs.17lemurs.com/test-page/
Though I don’t have an ETA, hopefully we will get this out soon!
Jeff
Relevad Plugin TechHi B_M,
I gave it a whirl, but it looks like the only information we end up getting for Kiadis is the company name. For reference, here is the data that comes back: “KIADIS PHARMA”,”KDS.NX”,N/A,N/A,N/A
As you can see, instead of a stock price, or any sort of data about it, it just comes back with N/A. We only use free data sources, and none of them are giving any real and useful data from the Euronext exchange. Sorry about that!
Hello San,
Could you please give me an example from each of these exchanges?
Full name/description and a symbol, if possible. It would help me to figure out if we will be able to get this information.
Example of what would help:
NYMEX – Palladium (Aug 15) – PAQ15Forum: Reviews
In reply to: [Custom Stock Ticker] Stock Ticker no longer scrolingHi Jimmy,
Sorry for the extremely delayed response. WordPress doesn’t reliably notify us when a new review is posted, and I somehow missed this.
If you’re still interested in getting the stock ticker working again, please send me a link to your site where the ticker is behaving incorrectly. You can submit a support request here on wordpress.org, or you can send us an email at plugins@relevad.com and we’ll help you sort it out.
Forum: Plugins
In reply to: [Custom Stock Ticker] Putting this exact ticker on staticpageHi there Wayne,
I’m not sure I understand. Our ticker uses several PHP functions (including WordPress functions) to both retrieve the stock data, and render the ticker to the page. Could you clarify what you mean by a non WP static page? Is that just a straight up HTML file?
Without PHP, our ticker won’t work. Sorry.
— Jeff
Forum: Reviews
In reply to: [Custom Stock Widget] Updated and FixedWe’re glad you were able to get your issue resolved, and appreciate you taking the time to come back and update your review!
Forum: Plugins
In reply to: [Custom Stock Ticker] What is the delay for the quotes?Our data source is delayed 15 minutes (because it’s free), and our internal cache should add on no more than 5 minutes. Therefore, the stock info should be delayed no more than 20 minutes, and update every 5 minutes. However, it will not update unless you refresh the page, to prevent an idle connection making tons of requests.