Relevad
Forum Replies Created
-
Forum: Plugins
In reply to: [Custom Stock Ticker] NYSE symbol not showingHi,
We’ve had a long standing request to perform on the fly replacements of common symbols with other more relevant symbols, unfortunately we are heavily backlogged on other projects.
I wish I could be of more help.
— RelevadForum: Plugins
In reply to: [Custom Stock Ticker] How to remove certain values from ticker?Hi,
There used to be a way to configure which pieces of data appeared in the ticker. For now my recommendation is a custom CSS rule to remove the desired element.
In your case it would be this:
.stock_ticker_entry > .stock_ticker_element:nth-child(3) {display: none;}I’ll put in a work order to bring back the functionality in the UI
There is, however, no current method to remove the .AX from the ticker name. Sorry.
I hope this helps
— RelevadForum: Plugins
In reply to: [Custom Stock Ticker] Requesting Feed DetailsHi,
Sorry we do not give out the source of our data connection as per contract reasons.
However the data is cached for upwards of an hour some times.
If real-time data is of utmost importance you’ll unfortunately have to find another plugin.I hope this helps
— RelevadForum: Plugins
In reply to: [Custom Stock Ticker] My ticker is not displayHi,
We’re sorry you’re having issues, however you will need to provide more information.
— Relevad
Forum: Plugins
In reply to: [Custom Stock Ticker] All the Stock information is unavailableHi,
Sorry about this problem.
It can probably be solved by a complete reinstall of the plugin (uninstall + reinstall)I hope this helps
— RelevadForum: Plugins
In reply to: [Custom Stock Ticker] Change to 2 decimal places?Hi,
There is no way currently in the UI to configure this.
I am not sure how you are receiving 6 decimal places since our data source only supplies 3 at maximum.
I’ve added this request to our development pipeline but there is no ETA (heavily backlogged)
For now I recommend editing the stock_ticker_display.php and find the round() and edit them to your liking.I hope this helps
— RelevadForum: Plugins
In reply to: [Custom Stock Widget] JSE:JSEHi,
This is a known limitation of our upstream data provider.
The plugin automatically cleans up any stock ticker symbols that it cannot retrieve data for from our upstream.
We are always looking to increase the scope of our data connections, but at this time we have no plans to do so.Sorry, I wish I could be of more help
— RelevadForum: Plugins
In reply to: [Custom Stock Widget] Nikkie Index data not availableHi,
This is a problem with our upstream stock data source.
There is not much that we can do short of switching providers.Sorry
— RelevadForum: Plugins
In reply to: [Custom Stock Widget] WARNING: no stock list foundHi,
try a uninstall -> reinstall of the plugin see if that helps.
I hope that helps
— RelevadForum: Plugins
In reply to: [Custom Stock Widget] External database/csv informationHi,
No our plugin does not support alternative data sources (such as csv) at this time.
You are welcome to modify the plugin to do so; However we have no plans to add this functionality at this time.Thanks
— RelevadForum: Plugins
In reply to: [Custom Stock Widget] Triangles color localizationHi,
The only way supported at the moment is to manually override the CSS rules.
The relevant class (that turns things red) is sw_red
So you’ll want to craft some important rules to change sw_red to be green, and the regular case to be red.
yeah its not ideal. I’ll add it to our development queue (which is heavily backlogged at this time)I hope this helps
— RelevadForum: Plugins
In reply to: [Custom Stock Widget] Worked until todayHi,
My best guess is that the configuration for the plugin became corrupted somehow.
Recommend creating a new widget instance with identical configs and try that.
If that fails maybe fully uninstall + reinstall plugin will fix the problem.I would need further information to debug further.
I hope this helps.
— RelevadForum: Plugins
In reply to: [Custom Stock Widget] How to show % change to only 1 decimal place?Hi,
There is currently no implemented way to do this within the custom stock widget UI.I will add it to our development queue (which is backlogged at the moment).
For now the easiest solution is to just modify this line:
line 297 of stock_widget_display.php
set the round() function to the desired number of decimal places.I hope that helps
— RelevadForum: Plugins
In reply to: [Custom Stock Ticker] Symbol not recognizedHi Spookywooky,
I can’t think what would cause this issue. The logic for the ticker is as follows, when you press the save button:
1) Read the list of stocks the user typed in the box
2) Send them off to our servers to get stock data for each one
3a) If the server gives us data, then use that.
3b) If the server fails to respond, then try again later. Use the old data for now.
3c) If the server tells us that the symbol is invalid, then remove it from the list.Since obviously the symbol TRON is valid, it looks like our data source is erroneously reporting that it isn’t at times. Our plugin only validates ticker symbols when you are on the admin page and you press save.
Could you let me know when, exactly, you are noticing the issue of TRON not being recognized — Is it happening when you press save, or is it working for some period of time and then vanishing on its own, without trying to interact with it?
Forum: Plugins
In reply to: [Custom Stock Widget] No longer worksHi Spookywooky,
What I am gathering so far is:
1) Click the menu item [Relevad Plugins] on your wordpress admin page
2) You receive an error messageIs that correct?
It looks like this issue might have been caused due to a connection problem between your server and ours. I can put in a fix for that, but I’d like to find out if this is a recurring issue for you first, or if it was a one-off thing.