I reply to all queries on the forums and via email, once per day, Monday to Friday (not weekends).

If you are new here, please see some information on how to ask for support. Thank you!

alexg

Forum Replies Created

Viewing 15 posts - 781 through 795 (of 2,212 total)
  • Author
    Posts
  • in reply to: Full JS Library #7239
    alexg
    Keymaster

    Hello,

    No, unfortunately this is not at all possible with this plugin.

    with regards

    in reply to: Contacts #7234
    alexg
    Keymaster

    Hello,

    The plugin will let the browser auto-suggest usernames that you have previously sent funds to. This was added in 4.4.5. Thanks!

    with regards

    in reply to: Alex. #7229
    alexg
    Keymaster

    Hello,

    OK, you got me! I am not sure if this is botspam or an actual request!

    If you’re a human 🙂 and if you’d like to ask me anything about the plugins, please post here or email me.

    Also, great advise about the staircase. It’s how I live my life too. Thanks.

    with regards

    in reply to: Reload time and visual volume #7206
    alexg
    Keymaster

    Hello,

    1. Are you using the static templates in your shortcodes (i.e. are you using the attribute template="static")?

    If not, then you shouldn’t have to refresh the page at all. Instead, the dynamic parts of the exchange will refresh at the same rate as defined for the rest of the plugin, i.e. in “Wallets” -> “Frontend Settings” -> “Live polling settings” -> “Coin info poll interval (minutes)”. I’d recommend that you first try this without cloudflare but it’s up to you.

    I realize now that this is not clear from the admin UI, and it’s not an ideal solution. I will do something about it in a future release.

    2. You can add the following CSS into your customizer:

    .dashed-slug-wallets-exchange.bids tbody tr,
    .dashed-slug-wallets-exchange.asks tbody tr {
    	background-image: none;
    }

    with regards

    in reply to: Contacts #7205
    alexg
    Keymaster

    Hello,

    Thanks, I’ll see what I can do. There’s no reason why this should introduce any new incompatibility. I will roll this feature out in the next release.

    with regards

    in reply to: Contacts #7202
    alexg
    Keymaster

    Hello,

    My apologies for the late reply. Usually I aim to reply within 24 hours on business days.

    This is not a bad idea. But if the user can save and delete contacts, then that complicates both the plugin’s API and the user experience.

    Instead, I’m thinking that perhaps the plugin could simply look at past outgoing transactions for this user and auto-suggest the ones that are most recent or most frequent. Clicking on the field would display the available options or the user could still enter a different username or email.

    What do you think?

    in reply to: Problem on checkout #7192
    alexg
    Keymaster

    Hello,

    Under normal circumstances WooCommerce shows this string when there are no payment gateways configured AND the customer has not set their billing country: https://github.com/woocommerce/woocommerce/blob/3.7.1/templates/checkout/payment.php#L33

    It seems that Multi Currency Premium somehow causes this plugin to not be available.

    I can’t know right now why this plugin is incompatible, because I don’t have its premium version. Can you live without it?

    Additionally, you mentioned that you don’t collect customer information such as the billing country. This shouldn’t be a problem as long as the payment gateway is available. You will also not need any shipping info if you set your products to be virtual.

    with regards

    in reply to: No Access #7181
    alexg
    Keymaster

    Hello,

    Thank you for your membership!

    You have signed up with a tax-exempt plan for businesses, but the VATIN that you provided in your profile section cannot be verified on VIES, and this is why you can’t download. This is explained on the website under the business plans, e.g.: https://www.dashed-slug.net/dashed-slug/membership-plans/regular-slug/

    Unfortunately I have to do this to be able to offer the lower cost plan to businesses without ending up having to pay for the tax myself when it turns out that some people do not have a business.

    I have now added a widget in the members area where you will now see a warning that you have not provided correct details. Please provide tax details that can be verified on VIES.

    with regards

    alexg
    Keymaster

    This is now fixed in 4.4.3.

    in reply to: Popular markets #7129
    alexg
    Keymaster

    Hello,

    Thanks for sharing your thoughts. This has been discussed before and the answer is a very clear no. It is not possible to “import” liquidity from other exchanges into this exchange. I will add this to the FAQ.

    with regards

    alexg
    Keymaster

    Hello, thanks for noticing!

    Please install the plugin from the site download https://www.dashed-slug.net/bitcoin-altcoin-wallets-wordpress-plugin/ until I fix this.

    The download includes the moment.min.js file. For some reason the moment.min.js file is not included in the wordpress.org repository version 4.4.2.

    There will be a patch later today that will fix this.

    in reply to: Fiat deposit extension problem #7121
    alexg
    Keymaster

    Hello,

    If you install version 0.4.2-beta of the adapter you should no longer experience the error you reported.

    Additionally, I have added the dropdown selector into the deposit shortcode. You have the following two options:

    1. Use the [wallets_fiat_deposit] shortcode with no arguments. This displays the UI with a dropdown, letting the user choose a fiat currency.

    2. Use the [wallets_fiat_deposit template="static" symbol="XYZ"] to display bank deposit details only for the fiat currency XYZ.

    Please let me know if you notice any other issues.

    with regards

    in reply to: Fiat deposit extension problem #7116
    alexg
    Keymaster

    Hello,

    Thanks for your feedback.

    1. The first error you reported was already fixed in the next patch release, 0.4.1-beta.

    2. After you updated, you got a new error. To immediately regain control of your site, simply delete the extension (delete the directory /home/valeriit/public_html/Timaxpay.com/wp-content/plugins/wallets-fiat.

    3. It seems like you have specified a custom currency with the UAH symbol and have enabled UAH via fixer at the same time. This is what caused the error. I will patch the extension so that in the future this will not crash the site. To delete your custom coins settings, simply delete the wallets_fiat_custom_coins WordPress option. There’s two ways to do this:

    With wp-cli: wp option delete wallets_fiat_custom_coins
    With the MySQL console: DELETE FROM wp_options WHERE option_name = 'wallets_fiat_custom_coins';

    4. Yes, in the near future there will be a deposit UI with a dropdown again.

    5. Lumen and Ripple are cryptocurrencies, so not applicable to the fiat adapter. When you do a Ripple deposit via [wallets_deposit] there is already support for a payment id. The Fiat Coin Adapter is not meant to be used with stable coins, only fiat currencies. The idea is that this extension is meant to be used as an interface to actual bank accounts, not blockchains. This is why you don’t see a Payment ID or memo field in [wallets_fiat_deposit].

    In any case, apologies for the trouble, let me know if you need help with deleting that option or anything else.

    I will post again here when I release the relevant patch.

    with regards

    in reply to: Error #7109
    alexg
    Keymaster

    Thanks for spotting this! Fixed in 0.4.1-beta.

    I might provide a deposit UI with dropdown in a future release, but it will take some work.

    In the future, could you please open a new thread for each issue? Thanks.

    with regards

    in reply to: Withdrawals #7106
    alexg
    Keymaster

    OK, since you asked then, I will not have to ask them as well about this. Thank you. I will work on other stuff until then.

Viewing 15 posts - 781 through 795 (of 2,212 total)