lynn999
Forum Replies Created
-
Forum: Plugins
In reply to: [EthPress - Web3 Login] error in PHP installationThe message you pasted isn’t an error, it means everything is good. What’s the problem?
Forum: Plugins
In reply to: [EthPress - Web3 Login] Login aborted when using LedgerHi,
I don’t see this getting fixed for a good while. New maintainer will start at some point, maybe then.
Forum: Plugins
In reply to: [EthPress - Web3 Login] metamask login bugHave you updated your metamask?
Forum: Plugins
In reply to: [EthPress - Web3 Login] Login aborted when using LedgerSounds like an upstream error, probably in MM.
Are you using metamask on mobile or on desktop?
Edit: looks like https://www.ads-software.com/support/topic/metamask-through-ledger-eth-bridge-aborted/ might be related (no answers there tho)
- This reply was modified 3 years, 5 months ago by lynn999.
Forum: Plugins
In reply to: [EthPress - Web3 Login] Shortcode to display eth address?Hi, sorry for the delay,
No shortcode, you’ll have to hack it together yourself. There is a function for getting the user’s eth address, I think you can do that with the function
Address::find_by_user
inAddress.php
, for example.Forum: Plugins
In reply to: [EthPress - Web3 Login] Login Button TitleNo built-in way at the moment, no.
I suppose you could override the string in the code itself, though. Or override the translation for the string.
Forum: Plugins
In reply to: [EthPress - Web3 Login] Metamask through ledger ETH bridge aborted.Hi,
Hmm, can you tell me which error it gives, if any?
Forum: Plugins
In reply to: [EthPress - Web3 Login] Woocommerce integrationHi,
This plugin is only for logins, you’ll have to use another plugin for WooCommerce integration.
Forum: Plugins
In reply to: [EthPress - Web3 Login] Can I Customize The Plugin In My Website?Hi,
you should refer to the wordpress docs
Widgets: https://www.ads-software.com/support/article/wordpress-widgets/
Shortcodes: https://wordpress.com/support/shortcodes/ — insert a “shortcode” block in the block editor with content
[ethpress_login_button]
Forum: Plugins
In reply to: [EthPress - Web3 Login] Can I Customize The Plugin In My Website?Hi,
Did you try the widget? There’s also a shortcode, did you try that? It’s on the readme.
Forum: Plugins
In reply to: [EthPress - Web3 Login] Wallet connect trust walletI’ve updated the stable tag. I hope I didn’t mess up the deploy, been a while since I’ve used SVN last… Should be good, I’m marking this ticket as resolved.
Ah yeah, the double login problem is still there I suppose, I’ll open another ticket for that.
- This reply was modified 3 years, 7 months ago by lynn999.
Forum: Plugins
In reply to: [EthPress - Web3 Login] Further development // More Wallet ServicesHey, the latest development version has some more wallets, because the walletconnect library was updated. Not sure about the ones you mentioned, though.
I would appreciate if you gave it a test spin, and reported back any bugs you might find.
You can download it from here: https://www.ads-software.com/plugins/ethpress/advanced/
- This reply was modified 3 years, 7 months ago by lynn999.
Forum: Plugins
In reply to: [EthPress - Web3 Login] Wallet connect trust walletAny problems? I’ll update the stable tag if not. Nobody else showed up for testing so far (as expected), so I’ll get bug reports — if any — post-update, which should be fine.
Forum: Plugins
In reply to: [EthPress - Web3 Login] walletconnect doesn’t workHey,
There’s a new version of the WalletConnect libraries updated on the latest development version: https://www.ads-software.com/plugins/ethpress/advanced/ .
I would appreciate if you try it and tell me if it’s broke. Just download the zip and install it from the wordpress dashboard, don’t uninstall the old version, it will be like an update.
- This reply was modified 3 years, 7 months ago by lynn999.
Forum: Plugins
In reply to: [EthPress - Web3 Login] Wallet connect trust walletAlso, I would appreciate if you tried that development version too, if it’s not too much trouble, just so that I know that it’s not broken. It should essentially be the same as your current install.
I didn’t fix the double login thing now, I reckon that will take some investigating. I did fix the table uninstall thing.