Forum Replies Created
-
AuthorPosts
-
alexg
KeymasterThank you for your feedback. When IPN messages are not received it is always due to some firewall or other security measure.
alexg
KeymasterThanks,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!alexg
KeymasterThanks 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
alexg
KeymasterHello,
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.potDid you encounter a problem while providing a translation? Have you followed the translation guide in the manual?
alexg
KeymasterWhen 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
alexg
KeymasterHi,
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?
alexg
KeymasterNo 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!
alexg
KeymasterGenerally 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
alexg
KeymasterHello,
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
alexg
KeymasterI 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.
alexg
KeymasterHello,
You are correct, I will fix that in the next patch.
Thank you!
alexg
KeymasterUpdate,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!
alexg
KeymasterI 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’alexg
KeymasterHello,
Please check the argument “qrsize”. See https://www.dashed-slug.net/bitcoin-altcoin-wallets-wordpress-plugin/shortcodes/
with regards
October 26, 2018 at 2:03 pm in reply to: Live sites powered by the Bitcoin and Altcoin Wallets WordPress plugin #4904alexg
Keymasterxchangeshack.com
-
AuthorPosts