lynn999
@lynn999 on WordPress.org
- Member Since: May 27th, 2019
Contribution History
lynn999’s badges:- Plugin Developer
-
Posted a reply to Username already exists when user wants to login again, on the site WordPress.org Forums:
Hey, this might be fixed in 1.2.1, please try it out. -
Posted a reply to How to get token username and email address, on the site WordPress.org Forums:
Well, the plugin doesn't currently do that, and I'm not one to be adding features… -
Posted a reply to Fatal Error when Activated, on the site WordPress.org Forums:
Hi, This "losnappas\Ethpress\losnappas\Ethpress\Plugin" As you can see the losnappas\Ethpress part is duplicated, but it shouldn't… -
Posted a reply to WALLET CONNECT, on the site WordPress.org Forums:
Hello, You can use wallet connect from a mobile wallet without installing anything, just scan… -
Posted a reply to Ledger Nano X not working, on the site WordPress.org Forums:
Hi, There is some issue with ledger, other people have also reported it: https://wordpress.org/support/topic/login-aborted-when-using-ledger/ I… -
Posted a reply to Getting an odd login message, on the site WordPress.org Forums:
Are you sure you aren't already logged in? The widget will try to link a… -
Posted a reply to Username already exists when user wants to login again, on the site WordPress.org Forums:
Can you try the ethpress widget, and link your address to an existing regular wordpress… -
Posted a reply to Username already exists when user wants to login again, on the site WordPress.org Forums:
Sorry, that's a bit too time intensive for me. Did you check that the database… -
Posted a reply to Shortcode doesnt work, on the site WordPress.org Forums:
Does it work on a post, then? In the "regular way". -
Posted a reply to Username already exists when user wants to login again, on the site WordPress.org Forums:
My guess is that it would be a permissions issue. Maybe try disabling other plugins… -
Posted a reply to Already processing eth_requestAccounts., on the site WordPress.org Forums:
Well, I think metamask wanted to avoid getting into a situation where a website would… -
Posted a reply to Login doesn’t show up: “element is not a function” JS error, on the site WordPress.org Forums:
I'm only guessing, but it sounds like some other script might be modifying and thus… -
Posted a reply to “Username already exists” when relogin for second time, on the site WordPress.org Forums:
That typically means that the ethpress database table wasn't created. The way it works is… -
Posted a reply to Delete Normal Registration, Only Web3, on the site WordPress.org Forums:
So did that answer your question? I recommend googling around, it'll be faster if you… -
Posted a reply to Customize the Wallet Selection Popup, on the site WordPress.org Forums:
Are you talking about customizing through the wordpress "customizer", or with CSS? It doesn't respond… -
Posted a reply to Delete Normal Registration, Only Web3, on the site WordPress.org Forums:
I'm guessing you'd just disable the wordpress login page, remove login buttons, and use the… -
Posted a reply to Change the Sign-In Message, on the site WordPress.org Forums:
You can use the filter hook ethpress_login_message, like so: add_filter("ethpress_login_message", function($message, $coinbase) { // do… -
Posted a reply to error in PHP installation, on the site WordPress.org Forums:
Hey, I took another look at your site. You have css that hides the qr… -
Posted a reply to error in PHP installation, on the site WordPress.org Forums:
Can you try the "Previous versions": https://wordpress.org/plugins/ethpress/advanced/ like 1.0.0 I think it's happening because your… -
Posted a reply to error in PHP installation, on the site WordPress.org Forums:
Open the page in a private/incognito tab, or a different browser, and try again -
Posted a reply to error in PHP installation, on the site WordPress.org Forums:
Because you already used the qr code once, and it remembers it -
Posted a reply to error in PHP installation, on the site WordPress.org Forums:
It's waiting for you to click in your wallet -
Posted a reply to error in PHP installation, on the site WordPress.org Forums:
Just google it 2nd result: https://www.wpbeginner.com/plugins/how-to-redirect-users-after-successful-login-in-wordpress/ , good enough, no? -
Posted a reply to error in PHP installation, on the site WordPress.org Forums:
This plugin is for login, not for payments. As for the "You have not registered… -
Posted a reply to Connect logged user to metamask, on the site WordPress.org Forums:
You can link an existing account to metamask by using the widget -
Posted a reply to error in PHP installation, on the site WordPress.org Forums:
Doesn't look like this plugin, doesn't even look like a wordpress site. -
Posted a reply to error in PHP installation, on the site WordPress.org Forums:
Not currently, but perhaps one day. -
Posted a reply to error in PHP installation, on the site WordPress.org Forums:
https://wordpress.org/plugins/ethpress/#%22cannot%20log%20you%20in%3B%20you%20have%20not%20registered%22 on the readme -
Posted a reply to error in PHP installation, on the site WordPress.org Forums:
Same way as other wallets, possibly. I don't know if it'll work, this plugin was… -
Posted a reply to error in PHP installation, on the site WordPress.org Forums:
What error does it give? Try the widget -
Posted a reply to error in PHP installation, on the site WordPress.org Forums:
The message you pasted isn't an error, it means everything is good. What's the problem? -
Posted a reply to Login aborted when using Ledger, on the site WordPress.org Forums:
Hi, I don't see this getting fixed for a good while. New maintainer will start… -
Posted a reply to metamask login bug, on the site WordPress.org Forums:
Have you updated your metamask? -
Posted a reply to Login aborted when using Ledger, on the site WordPress.org Forums:
Sounds like an upstream error, probably in MM. Are you using metamask on mobile or… -
Posted a reply to Shortcode to display eth address?, on the site WordPress.org Forums:
Hi, sorry for the delay, No shortcode, you'll have to hack it together yourself. There… -
Posted a reply to Login Button Title, on the site WordPress.org Forums:
No built-in way at the moment, no. I suppose you could override the string in… -
Posted a reply to Metamask through ledger ETH bridge aborted., on the site WordPress.org Forums:
Hi, Hmm, can you tell me which error it gives, if any? -
Posted a reply to Woocommerce integration, on the site WordPress.org Forums:
Hi, This plugin is only for logins, you'll have to use another plugin for WooCommerce… -
Posted a reply to Can I Customize The Plugin In My Website?, on the site WordPress.org Forums:
Hi, you should refer to the wordpress docs Widgets: https://wordpress.org/support/article/wordpress-widgets/ Shortcodes: https://wordpress.com/support/shortcodes/ -- insert a… -
Posted a reply to Can I Customize The Plugin In My Website?, on the site WordPress.org Forums:
Hi, Did you try the widget? There's also a shortcode, did you try that? It's… -
Created a topic, Iphone double login problem w/ walletconnect, on the site WordPress.org Forums:
I'm reposting this issue as a new ticket. From https:… -
Posted a reply to Wallet connect trust wallet, on the site WordPress.org Forums:
I've updated the stable tag. I hope I didn't mess up the deploy, been a… -
Committed [2583612] to Plugins SVN:
Stable tag version 1.1.1 -
Committed [2583608] to Plugins SVN:
Bump version number (forgot) -
Committed [2583605] to Plugins SVN:
Remove `min` on login nonce -
Posted a reply to Further development // More Wallet Services, on the site WordPress.org Forums:
Hey, the latest development version has some more wallets, because the walletconnect library was updated.… -
Posted a reply to Wallet connect trust wallet, on the site WordPress.org Forums:
Any problems? I'll update the stable tag if not. Nobody else showed up for testing… -
Posted a reply to walletconnect doesn’t work, on the site WordPress.org Forums:
Hey, There's a new version of the WalletConnect libraries updated on the latest development version:… -
Posted a reply to Wallet connect trust wallet, on the site WordPress.org Forums:
Also, I would appreciate if you tried that development version too, if it's not too… -
Posted a reply to Wallet connect trust wallet, on the site WordPress.org Forums:
Alright, thanks. I've updated the development version, it can be downloaded from https://wordpress.org/plugins/ethpress/advanced/ . I…
Developer
-
EthPress - Web3 Login
Active Installs: 300+