zwaply3
Forum Replies Created
-
Forum: Plugins
In reply to: [Cryptocurrency All-in-One] Node – Check not workingHello,
It is a good thing that the plugin is working now on your web site.
Unfortunately I can not ensure compatibility with third party plugins, such as EthereumICO.Best wishes,
BoyanForum: Plugins
In reply to: [Cryptocurrency All-in-One] Node – Check not workingMost probable cause is web3.js library not included as a resource. Please check the following:
1. Verify if the feature is working in the demo https://creditstocks.com/ethereum/
2. Try to change the active theme to default WordPress theme (most probable problem) and try again
3. Check if the following script from the plugin folder is included in the HTML: js/web3.min.jsForum: Plugins
In reply to: [Cryptocurrency All-in-One] VRC (vericoin)VRC is supported for:
coin market cap – list of all cryptocurrencies with prices and market capitalization,
display prices and exchange rates (all cryptocurrencies),
cryptocurrency to fiat calculator (all cryptocurrencies),
display candlestick price charts (all cryptocurrencies),VRC is NOT supported for:
accept donations: Bitcoin (BTC), Ethereum (ETH), Litecon (LTC), Monero (XMR), Zcash (ZEC),
easily accept orders and payments: Bitcoin (BTC), Ethereum (ETH), Litecon (LTC), Zcash (ZEC),You may develop VRC support for the donations and payments yourself by modifying the code. I do not plan adding it for now in the official version.
Forum: Plugins
In reply to: [Cryptocurrency All-in-One] Error: No data from the server!Hello,
1. Please verify if the demo page works: https://creditstocks.com/cryptocurrency-prices/current-bitcoin-price/
2. Please check the connection of your hosting server with CryptoCompare API. You need to contact your server administrator.
3. Please try setting compatibility mode in plugin settings (depends on plugin version).
Hope this helps.Forum: Plugins
In reply to: [Cryptocurrency All-in-One] Plugin stopped working after latest updateHello,
Unfortunately I had to remove some features from the free version because they are not allowed on www.ads-software.com due to license restrictions. www.ads-software.com does not allow external link to the API.
These features are now available and kept updated in the premium version. Please check the plugin description for details about how to get it: https://www.ads-software.com/support/plugin/cryptocurrency-prices/This is a good idea. Probably the feature will be added in a future version.
Forum: Plugins
In reply to: [Cryptocurrency All-in-One] Italian TranslationIncluded in v2.6.
Forum: Plugins
In reply to: [Cryptocurrency All-in-One] hide the “BTC calculator:”, “BTC price:” titles.The plugin is written as classes (OOP). Many texts can be customized by using the plugin translation options – .po, .mo files.
Forum: Plugins
In reply to: [Cryptocurrency All-in-One] Having problems in Page builder tabsThank you for your request.
Page builder is a 3rd party wordpress plugin. We do not provide support related to other plugins.Forum: Plugins
In reply to: [Cryptocurrency All-in-One] Notices on the front-endThank you for the request. This is fixed in v. 2.5.4 – you need to update the plugin.
Forum: Plugins
In reply to: [Cryptocurrency All-in-One] Need accept ETH or other cryptocurrency paymentsThank you for this request, I will leave it open until there is any progress.
Currently only BTC is supported for payments. In future versions I plan to add Ethereum (ETH).
It cryptocurrency teams are open for collaboration, or if anyone contributes the code, this may result in adding other cryptocurrencies soon.
Forum: Plugins
In reply to: [Cryptocurrency All-in-One] TranslatingThe plugin is translatable from v2.5.3. The translation files are in the “language” folder.
You can download it from here: https://www.ads-software.com/plugins/cryptocurrency-prices/Forum: Plugins
In reply to: [Cryptocurrency All-in-One] To reduce the number of zeros in the pricesYou need to adjust number format parameters in currencyprice.class.php:
number_format(..., 4, '.', '')
Maybe like:
number_format(..., 0, '.', '')
Forum: Plugins
In reply to: [Cryptocurrency All-in-One] Show balance in fiat amountThe plugin does not provide such feature. The most relevant shortcode is for the calculator:
[currencyprice currency1="eth" currency2="usd,btc" feature="calculator"]
Please refer to list of features for more information:
https://www.ads-software.com/plugins/cryptocurrency-prices/Forum: Plugins
In reply to: [Cryptocurrency All-in-One] Having Some TroublesThe plugin does not provide such feature. Please refer to list of features for more information:
https://www.ads-software.com/plugins/cryptocurrency-prices/