amandeep94
Forum Replies Created
-
Hi
Their is no currently feature related to event’s calendar in this plugin.
Thanks
Hi there
There is no metamask widget in this plugin.
if you are using our crypto donation plugin, please update it to latest version
we have already fixed this issue in update.Thanks
Hi there
Instead of using pointer-event css you will need to edit in file code to make this field readonly
open follow file and add “readonly” attr on lin no. 90 https://prnt.sc/1w2wauy
cryptocurrency-widgets-for-elementor\donation-box\includes\ccew-frontend-layouts.phpThen after remove your custom CSS for this field
Thanks
Forum: Plugins
In reply to: [Cryptocurrency Widgets - Price Ticker & Coins List] Mobile friendlyHi there
I have checked your given link, You are not using our plugin
Hi there
Sorry Currently this feature is not available in this plugin.
But I will, add your request as feature .
Thanks
Hi there
Thanks for your suggestion we will add it in our upcoming updates.
Can you please share demo link, so we can check the issue.
Hi There
Thanks for your suggestion,
I will add your request as feature request.Hi there
Thanks for your suggestion, we will think about it in their upcoming future updates.
if you want to add it you can add it by following below steps.
`you need to visit “cryptocurrency-donation-box\includes\function.php”
then after line no-39 add this ‘pirate-chain’=>”Pirate Chain”,
you also need place logo “cryptocurrency-donation-box\assets\logos” pirate-chain.svg in this directory
Forum: Plugins
In reply to: [Timeline Block For Gutenberg] Support for RTL ?Hi there,
Sorry, this feature not supported in current version.
It will be available in upcoming version.Thanks
Hi there
This plugin uses coingecko free API which only support 250 coins,
your mentioned coin is not in the top 250, but its available in there pro version.
for any other technical information you contact us at https://coolplugins.net/contact-plugin-support/
Thanks
Hi there
PLease follow steps to add your custom wallet in the list
you need to visit “cryptocurrency-donation-box\includes\function.php”
then after line no-39 add this ‘algorand’=>”Algorand”,
you also need place logo “cryptocurrency-donation-box\assets\logos” algorand.svg in this directory
https://cryptologos.cc/algorand
Thanks
Hi there
Sorry currently your above mentioned functionality is not supported in our plugin.
You can contact our technical support for more information about custom code.
https://coolplugins.net/contact-plugin-support/
Thanks
Hi There
You can check icon image issue by disabling all plugin one by one
it seems some confliction with another plugin.Here is custom css to fix mobile responsive issue in mobile
@media only screen and (min-width: 500px) {
.CDBBC_input_add input.wallet-address-input {
width: 100% !important;
}
}Thanks
Hi There
Please use given below CSS to fix issue with dark theme
.CDBBC_input_add h2, .CDBBC_input_add p {
color: #000 !important
}Thanks
Hi there
This plugin is addon of the Translate press plugin , it only provide automatic translation feature for that plugin.
All the database related work done by the Translate press plugin.
it did not create any additional file, it save strings in database only.Thanks