ethereumicoio
Forum Replies Created
-
Tested on latest WC version and it works. Feel free to reopen if still have this issue please.
Forum: Plugins
In reply to: [Total Cost Input for WooCommerce] Dynamic pricesHi @vigwe Check the 1.1.0 version please.
The?
Product Quantity Step
?setting is added to allow fractional product quantitiesForum: Plugins
In reply to: [Ultimate Downloadable Products for WooCommerce] The ShortcodeHi @mpeivandi
Thank you for your interest. The shortcode can be used as[ultimate-downloadable-list]
Forum: Plugins
In reply to: [EthPress - Web3 Login] Settings not openingHi @miimie
Send me your error.log file and screenshots of the browser console onn the settings page please: support at ethereumico dot io
Forum: Plugins
In reply to: [EthPress - Web3 Login] walletconnect v2 problemHi @fmtlol
Try the 2.2.0 version please
Forum: Plugins
In reply to: [EthPress - Web3 Login] How to do action after link accountHi @hidekik
Try to use the
ethpress_login
hook please:/** * Fires after every login attempt. * * @param WP_User|WP_Error $user WP_User on success, WP_Error on failure. * @param (string|false) $provider One of 'metamask', 'walletconnect', false. */ do_action( 'ethpress_login', $user, $provider );
Forum: Plugins
In reply to: [Ethereum Wallet] shortcodes now showing up?Hi @alibama
Contact our support at ethereumico [dot] io for the first question please.There is a way to import private key: Use the?
[ethereum-wallet-account-management-import]
?shortcode to provide your customer account import widget wherever you like.See https://youtu.be/I89bM27Doys for a demo.
Forum: Plugins
In reply to: [Ethereum Wallet] Display an “account” balance of ETH and FIATHi @cryptocaddy
This functionality is not implemented in the [ethereum-wallet-balance] shortcode unfortunately.
Forum: Plugins
In reply to: [W3 Total Cache] Object cache ignores the group parameterSure, redis is used.
Works perfectly, thank you!
My review: https://www.ads-software.com/support/topic/great-plugin-37102/
I suggest to add a mention of this new plugin with a context of Font Awesome and other popular use cases for SEO.
Forum: Plugins
In reply to: [Simple Location] Conflict with woocommerce subscriptions pluginPatch to fix:
diff --git a/wp-content/plugins/simple-location/includes/class-loc-timezone.php b/wp-content/plugins/simple-location/includes/class-loc-timezone.php index 87d0cab9..8f312f2b 100644 --- a/wp-content/plugins/simple-location/includes/class-loc-timezone.php +++ b/wp-content/plugins/simple-location/includes/class-loc-timezone.php @@ -459,7 +459,7 @@ class Loc_Timezone { - public static function post_date_column_time( $t_time, $post, $date, $mode ) { + public static function post_date_column_time( $t_time, $post, $date = null, $mode = null ) { $timezone = self::get_timezone( $post ); if ( self::compare_timezones( $timezone, wp_timezone() ) ) { return $t_time;
Forum: Plugins
In reply to: [EthereumICO] Shortcodes not WorkingI need to check your plugin configuration. Send screenshots of your plugin settings to support at ethereumico dot io please.
Forum: Plugins
In reply to: [EthPress - Web3 Login] Trigger Popup into buttonHope this can help you:
- The
login_button_label
attribute can be used to change the label for the login button displayed with a[ethpress_login_button]
shortcode
Forum: Plugins
In reply to: [EthPress - Web3 Login] Trigger Popup into buttonHi @tipboxrp There is a way to specify your own text on the login button. You can set it on the plugin settings page.
Forum: Plugins
In reply to: [EthPress - Web3 Login] Problems with the latest updateYou are welcome ??
- The