korinthe
Forum Replies Created
-
Forum: Plugins
In reply to: [Private Google Calendars] Bug in calendar locationI fixed it in main.js. Here’s a screenshot of the edit if it helps anyone else:
https://drive.google.com/file/d/13xR38Upm5gv7RPkov71ehUuWvqXR8UTk/view?usp=sharingSorry it’s not a patch or a git PR — I haven’t used SVN in about 20 years. 🙂
Forum: Plugins
In reply to: [Postie] GMail not working, even with app passwordFollow up: I used the method at https://serverfault.com/questions/160895/python-imap-timeout-when-connecting-to-gmail-from-a-shared-hosting-account to test my app password from within Python.
$ python
Python 3.9.16 (main, Mar 8 2023, 22:47:22)
[GCC 11.3.0] on cygwin
Type “help”, “copyright”, “credits” or “license” for more information.import imaplib
conn = imaplib.IMAP4_SSL(“imap.gmail.com”, 993)
conn.login(“postie@[domain]”, “[password]”)(‘OK’, [b’postie@[domain] authenticated (Success)’])
So I’m thinking that error 13 means the socket itself is not happening, perhaps due to GoDaddy.
Forum: Plugins
In reply to: [Theme My Login] Conflict with ElementorI discovered the same problem; it’s not just with editing. Only the page with the [theme-my-login] slug has the following stack error in console: Uncaught ReferenceError: elementorFrontendConfig is not defined
This does make it a bit hard to log in to the site! You’re not crazy.
My solution was to ditch the Elementor for this page and revert to the WP Editor.Forum: Plugins
In reply to: [Media Library Assistant] Using meta_value in mla_link_href?Thanks! Works perfectly.
Forum: Plugins
In reply to: [Bannerlid] Fatal error on activation4.2.2
Thanks for your quick response.
I’ve found a different plugin that does customize the default WP email and does include the plaintext password. “Custom User Emails”.I’ve just run into this as well (password shortcode not working in Welcome email). And I’ve noticed that the plain WP welcome email is still going out to new users, with the password.
Is there no way at all to customize that default WP email? Can I predefine wp_new_user_notification somewhere?
Thanks,
Korinthe