Relevad
Forum Replies Created
-
Forum: Plugins
In reply to: [Custom Stock Widget] Not UpdatingThanks for the followup Palemo. We’re looking into it right now.
Forum: Plugins
In reply to: [Custom Stock Widget] Not UpdatingHi Palemo,
Could you let us know which stocks you’re looking up and which other plugins you have running. That way we can try to reproduce on our end.
Your code is correct.
Thanks!
Forum: Plugins
In reply to: [Custom Stock Ticker] Australian Stock ExchangeAdded feature request. No ETA at this time though.
Forum: Plugins
In reply to: [Custom Stock Ticker] Quotes not updatingHi, Is it still happening? If so, which stocks are you trying to load?
Forum: Plugins
In reply to: [Custom Stock Ticker] PlugIn Causing 1 minute Page loadsHi John,
We rolled out an update that includes a timeout to avoid long loads.
Please give it a shot and let us know if it solves the problem.Forum: Plugins
In reply to: [Custom Stock Ticker] PlugIn Causing 1 minute Page loadsHi John,
Thanks for bringing this to our attention.
Would you mind checking if it’s still happening?
If it is, could you let us know which stocks symbols you’re trying to load?We’re working on adding a timeout to limit the possibility of long load time. ETA late this week/early next.
Thanks
Forum: Plugins
In reply to: [Custom Stock Ticker] Feed dataHi Johnny, What’s the plc code you’re trying to add?
Forum: Plugins
In reply to: [Custom Stock Ticker] Draw Triangle & Enable Change Color not workingHi,
It may be some cached css rules were causing the problem. Could you try clearing your browser cache and trying again?
If that doesn’t work, could you provide us a screenshot of the plugin settings or a list of them?
Thanks
Hi,
Could you please let us know which stock symbols you’re trying to retrieve?
Thanks
Forum: Plugins
In reply to: [Custom Stock Widget] Error message when trying to saveHi,
The plugin uses str_getcsv(), which requires PHP 5.3 or above. Updating PHP has fixed this exact problem for other users.
There is a feature request for a backward compatible alternative to str_getcsv() for previous PHP builds.
Thanks!
Forum: Plugins
In reply to: [Custom Stock Widget] Width issuesHi,
in Advanced Styling try adding the following:
width:100%;or if you want a little bit of space:
width:95%;Forum: Plugins
In reply to: [Custom Stock Widget] How to get codes for Gold, Oil, etcHi,
Thanks for reaching out. Commodity prices are in our feature request list.
In the meantime you can use ETF’s like GLD. They won’t match the price but can follow the commodity movements.
Forum: Plugins
In reply to: [Custom Stock Ticker] Full screen viewAdded a feature request for commodity prices.
In the meantime, you can list ETF’s that follow commodities, for example: GLD and SLV.
Forum: Plugins
In reply to: [Custom Stock Ticker] Full screen viewIn Advance Styling try adding:
width:100%; overflow:hidden;
(Or 95% if there are padding issues)Hi,
The plugin uses str_getcsv(), which requires PHP 5.3 or above. Updating PHP has fixed this exact problem for other users.
I’ve added a request for a backward compatible alternative to str_getcsv() for previous PHP builds to our feature requests list.