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 - 1,426 through 1,440 (of 2,212 total)
  • Author
    Posts
  • in reply to: IPN Not Being Recieved #4928
    alexg
    Keymaster

    Thank you for your feedback. When IPN messages are not received it is always due to some firewall or other security measure.

    in reply to: IPN Not Being Recieved #4927
    alexg
    Keymaster

    Thanks,Yes you are correct as far as Local hosting goes!The Plugin is running Live on the web in my case BitNija is being used.
    This was Responsible for the block!

    in reply to: IPN Not Being Recieved #4926
    alexg
    Keymaster

    Thanks for your feedback.

    I was curious what you did, because it might be something that could be added in the troubleshooting instructions, in the plugin’s manual. However I am not sure how the SMTP (SendMail Transfer Protocol) settings are relevant to IPNs.

    If you are running the plugin in your local network, instead of a public-facing server, then you can indeed configure your modem/router to forward incoming IPNs to your local machine. However, the settings section of your router that would be relevant would be the NAT (Network Address Translation) settings, or port forwarding settings. These can go by other names; for example in Thomson routers, look under “Games and Applications Sharing”.

    with regards

    in reply to: Translations #4925
    alexg
    Keymaster

    Hello,

    I checked and all of the strings you mentioned are already in languages/wallets-front.pot: https://github.com/dashed-slug/wallets/blob/3.7.4/languages/wallets-front.pot

    Did you encounter a problem while providing a translation? Have you followed the translation guide in the manual?

    in reply to: Checkout dropdown selector #4924
    alexg
    Keymaster

    When I developed this I could not find a way to do it any different.

    I will look again in case there is something new in WooCommerce.

    with regards

    in reply to: Visual Color Code #4923
    alexg
    Keymaster

    Hi,

    Besides the standard shortcode, there’s also [wallets_exchange_market template="simple-dropdown"] and [wallets_exchange_market template="dropdown"]. The same options are available when you use the widgets.

    I am not sure how the information of whether the market is in an uptrend or downtrend would fit into the orders tables. That information describes the markets, not the orders. What do you think?

    in reply to: IPN Not Being Recieved #4921
    alexg
    Keymaster

    No Problem,Ssl Re enabled on site & Deposit’s are working great still. Everyone’s setup is different but id check the SMTP settings of your network modem as a first step!Hope this helps!

    in reply to: UI #4917
    alexg
    Keymaster

    Generally speaking styling scrollbars is a bit tricky as each browser has its own way of doing it. Here’s how to do it in webkit (chrome, opera).

    .dashed-slug-wallets-exchange table::-webkit-scrollbar {
        width: 0.5em;
    }
    
    .dashed-slug-wallets-exchange table::-webkit-scrollbar-thumb {
      background-color: rgba(255,255,0,0.5);
    }

    The above will make the scrollbars yellow semi-transparent. You can read more about the topic here: https://css-tricks.com/almanac/properties/s/scrollbar/

    with regards

    in reply to: IPN Not Being Recieved #4913
    alexg
    Keymaster

    Hello,

    Thank you for the additional info. Glad you got it working.

    You should NOT disable SSL/TLS on your server. Also, don’t forget to enable your firewall.

    I am curious, where did you add an exception for address 149.56.241.110?

    thank you

    in reply to: Screen freez #4912
    alexg
    Keymaster

    I assume you are talking about the polling settings.

    If your server can already handle the load that polling generates then no, disabling it will not make any difference.

    in reply to: Markets table refresh #4911
    alexg
    Keymaster

    Hello,

    You are correct, I will fix that in the next patch.

    Thank you!

    in reply to: IPN Not Being Recieved #4908
    alexg
    Keymaster

    Update,Problem solved TEMP. Disabled https,exception for messages”IPN” added for IP address 149.56.241.110 Disabled adapter,dropped the db tables and reinstalled the wallet.New API Key made. Up and Running again!

    in reply to: IPN Not Being Recieved #4907
    alexg
    Keymaster

    I have a issue with the coins not showing up in user balances.

    ipn_version = ‘1.0’
    ipn_id = ‘……………’
    ipn_mode = ‘hmac’
    merchant = ‘……………’
    ipn_type = ‘deposit’
    address = ‘QPWZpSxa84PeBaBDbmyDomQbTKsTw68VkE’
    txn_id = ’66f513473993d429ddf8199e20db4906cc14a10657d7b0f9c24ac3e85beee182′
    status = ‘100’
    status_text = ‘Deposit confirmed’
    currency = ‘LTCT’
    amount = ‘19.59036583’
    amounti = ‘1959036583’
    fee = ‘0.09795183’
    feei = ‘9795183’
    confirms = ‘0’

    in reply to: form size #4906
    alexg
    Keymaster

    Hello,

    Please check the argument “qrsize”. See https://www.dashed-slug.net/bitcoin-altcoin-wallets-wordpress-plugin/shortcodes/

    with regards

    alexg
    Keymaster

    xchangeshack.com

Viewing 15 posts - 1,426 through 1,440 (of 2,212 total)