dashed-slug.net
Forum Replies Created
-
Forum: Plugins
In reply to: [Bitcoin and Altcoin Wallets] No currencies are currently enabledThis particular fix affects only the theme you are using. I will have to collect a few more bug fixes/features to justify a new release, as trivial releases are being frowned upon. It should not be more than a couple of days. I will notify you again here soon.
with regards
Forum: Plugins
In reply to: [Bitcoin and Altcoin Wallets] No currencies are currently enabled@enochdavid I logged in to your site and had a look at the following page:
/deposit/
/transfer/
/withdraw
/history/I see the following problem in the withdrawal page:
TypeError: cryptoCoins(…)[selectedCryptoCoin(…)] is undefined
The issue is caused due to the non-standard theme you’re using. I’m guessing that some JavaScript events occur on a different sequence than what is usual.
I believe I can fix this on the next patch of the plugin. I will make the code safer around this and the plugin should be able to accommodate for this theme.
I will notify you here when the patch is out.
with regards
AlexForum: Plugins
In reply to: [Bitcoin and Altcoin Wallets] No currencies are currently enabled@enochdavid My email is available at https://www.dashed-slug.net/contact/
Forum: Plugins
In reply to: [Bitcoin and Altcoin Wallets] No currencies are currently enabled@enochdavid Oops, I tried to fix this problem without first understanding why it happens, and this is the result.
Is it possible for me to login to your site as a user with
has_wallets? I have not been able to reproduce the problem on my end.You are correct that this is lacking from the plugin. Unfortunately the notification texts are not translatable at the moment.
I will investigate how to interface to a multilanguage plugin. Once I have a solution I will let you know here.
Forum: Plugins
In reply to: [Bitcoin and Altcoin Wallets] No currencies are currently enabled@enochdavid The patch is
4.3.2as explained above. Did you see any changes? i.e.:1. Do you still see any errors in your JavaScript console?
2. Do you see coins in the frontend?thanks
Forum: Plugins
In reply to: [Bitcoin and Altcoin Wallets] No currencies are currently enabled@enochdavid Not sure exactly why you got this particular JS error, but I’ve made the code around that area more resilient in version
4.3.2. At the very least you should stop seeing this particular error, but please let me know if you can now see coins in your frontend.Forum: Plugins
In reply to: [Bitcoin and Altcoin Wallets] In wallets>>ConfirmsForum: Plugins
In reply to: [Bitcoin and Altcoin Wallets] No currencies are currently enabled@001chareal After clearing the server-side cache, you access the
get_coins_infocall and see the result{“coins”:[],”result”:”success”}. But you have coin adapters enabled. If the coin adapters are enabled and responding with no errors, they should definitely be in the coins info response. Perhaps worth trying to clear the browser cache too?@enochdavid OK this JS error is causing the result you see. In the upcoming patch I will try to fix this. This should be out today. Thank you!
Forum: Plugins
In reply to: [Bitcoin and Altcoin Wallets] CHange generic messageHello, you can use the
wallets_ui_text_shortcode_errorfilter for this.Please consult the manual under Frontend -> Frontend UI WordPress Filters -> Shortcode rendering error messages to see an example of how to modify this error message.
with regards
Forum: Plugins
In reply to: [Bitcoin and Altcoin Wallets] In wallets>>ConfirmsYes, I also noticed the issue affects the entire page. Thank you!
Forum: Plugins
In reply to: [Bitcoin and Altcoin Wallets] No currencies are currently enabled@001chareal OK, in this case, after logging in, try clearing all of your server-side caches and see if it makes a difference. Please let me know.
Forum: Plugins
In reply to: [Bitcoin and Altcoin Wallets] In wallets>>ConfirmsHello @enochdavid ,
Thank you for reporting this issue. I can confirm that it affects multisite installs. It will be fixed on the next patch. I will let you know here when the fix is ready.
with regards,
AlexForum: Plugins
In reply to: [Bitcoin and Altcoin Wallets] No currencies are currently enabled@enochdavid I thought there might be a problem related to multisite or to your cache, but since the JSON API responds with the coins you have enabled, then it’s all good. Did you get a chance to check the JavaScript console for errors?
@001chareal The JSON API only works for logged in users. What do you see after you login with a user who has the
has_walletscapability?Forum: Plugins
In reply to: [Bitcoin and Altcoin Wallets] No currencies are currently enabled9. Adding to the above, it is also possible that a frontend JavaScript error is causing your issue. Please check your JavaScript console for any errors. The frontend relies on JavaScript to load and display the coins. If any code on your site causes execution to break, you would see the problem you report. Show me any errors you find.