Forum Replies Created
-
AuthorPosts
-
alexg
KeymasterHello,
Thanks for reporting this issue. I was not able to reproduce it on my end. Could you please tell me the following:
1. Are you on a multisite install?
2. If you enable logging, do you see any errors in the WordPress log at the time when you hit save?
Let me know please. Thank you.
with regards
June 17, 2019 at 8:13 am in reply to: Add links to specific market pages from the market summaries UI #6489alexg
KeymasterHello,
Thanks for opening a new thread.
If I understand correctly, you would like the plugin to have a “designated” page for each market. You would then be able to click on a market from the market list, and go to that market page.
It is possible to do this, I will add it to the list. Thank you.
with regards
alexg
KeymasterHello,
To be honest I am not sure if there’s a way to do this with this chart. You can definitely control the chart dimensions with pixels, but inches might be more tricky. If there is a clever way to do this with CSS, I do not know.
Sorry I can’t be of more help.
alexg
KeymasterHello @Enterprises,
To answer your question: I have performed some analysis in the past and an ERC20 adapter to the eth wallet that would not lose money on transaction fees would take me more than a month. As mentioned in the FAQ I do not accept payment for custom work, but if I do end up implementing it I will post here and on the blog.
If you were to list your coin in CoinPayments, then of course the plugin would be able to use it with the existing coin adapter. But it’s up to you to decide if this is viable for you.
with regards
alexg
KeymasterIt does make sense, I will post here again when I have something.
with regards
alexg
KeymasterSure, you can change text colors via: “Customizer” -> “Bitcoin and Altcoin Wallets” -> “Text” -> “Color”, and “Label color”
(Could you please open a new thread for each distinct issue/question? This helps people who search this forum in the future. Thanks!)
with regards
alexg
KeymasterHello again,
My apologies but I did not notice the problem right away from your screenshot.
The “shortcodes” that you have used are actually not shortcodes, they are capabilities. For a complete list of the shortcodes available, please see: https://www.dashed-slug.net/bitcoin-altcoin-wallets-wordpress-plugin/shortcodes/ The shortcodes for this plugin all begin with the
wallets_
prefix.with regards
alexg
KeymasterHello,
There is no setting for this but here’s some JavaScript code that you can add to your child theme:
$( 'html' ).on( 'wallets_ready', function() { wp.wallets.viewModels.wallets.showZeroBalances(true); }
Hope this helps.
with regards
alexg
KeymasterHello,
(I have moved your post to a new thread as it is likely not the same problem as that on the other thread)
You have installed the plugin and while logged in you see the shortcodes instead of them being substituted with any UI.
This is most likely due to your server-side cache. Try clearing your cache once, after posting your shortcodes.
In addition, if you decide to use the static templates of the shortcodes, you should also add some exclusion rule on your cache for that page. How you do that depends on what type of cache you use.
with regards
alexg
KeymasterHello and thanks for your feedback. You are correct that this is missing from the plugin currently.
Since the start of the plugin I have received several requests for features that would pay out PoS rewards, investment dividents, etc.
I believe the smoothest way to implement this would be to link the Airdrop extension to some cron event. This will be tracked here. If it is implemented, I will also post on this thread.
with regards
alexg
KeymasterThe “Show zero balances” checkbox is out with patch version
4.3.2
.alexg
KeymasterAs you found out, it is not a matter of which version of the plugin you’re using. If it was, downgrading would have solved your problem. Also, it wouldn’t make sense for the same code to suddenly stop working. Something else has changed in your environment.
Changing to another service is not likely to help, as most hosts have similar security. You mentioned that the TCP port is open. Did you check both the outgoing and incoming sides? (i.e. You must talk to both hosts.)
Another thought is this: When you enter a passphrase it is normally stored for however many minutes you want, or forever, in which case it is stored on a permanent transient. It is still possible that you, or some clean-up plugin, may have cleared all transients, in which case the wallet would be locked again.
In the site where withdrawals stopped, does the coin adapter now appear locked? If so, this would be a different error than the timeouts you were getting before.
In conclusion, please check the following and let me know:
1. If you checked the firewalls on both sides.
2. If the coin adapter is locked on the site where withdrawals have stopped.with regards
alexg
KeymasterOK thank you.
Note that it is already possible to restrict some markets so that you can turn on/off the exchange of certain coins. You can create pairs where it’s only possible to buy or only possible to sell. You are telling me that you would like vendors to choose which coins to accept as payment for WCMP. This is currently only possible with some PHP coding, i.e. you could intercept with high priority a move action that has the wcmp tag, and throw an exception. I will see what I can do to make this vendor-friendly via the admin ui.
with regards
alexg
KeymasterHello,
I have already implemented a checkbox for “Show zero balances” and it will be available on the next release.
About your other query, regarding UI buttons, there are several ways to do this, but it’s not something that can just be added to the plugin because it’s way too specific a requirement. I’m thinking maybe some frontend JavaScript could do it, on the
wallets_ready
event. Another solution would be a new static PHP template that is specific to your requirement. Please open a new thread about this if you can and let me know which approach you prefer.with regards
alexg
KeymasterI was able to resolve this issue, it was a minor defect on the update mechanism.
You might continue to see this error for up to a few hours, because the update info is cached. Eventually the data will be refreshed and you will not be seeing this error any more.
Thanks again for your help in identifying it.
-
AuthorPosts