Argentum
Forum Replies Created
-
Forum: Plugins
In reply to: [Polylang] Notice: unserialize(): Error at offsetI will keep my eyes open for any updates then! ?? Thanks.
Forum: Plugins
In reply to: [Polylang] Notice: unserialize(): Error at offsetIt is unchecked. I don’t think it ever has been checked.
Ok, thanks. Will wait for the two failed orders to be automatically removed. And then try again. ??
Best regards
Forum: Plugins
In reply to: [Events Made Easy] #_TOTALPRICE in text mailsGreat! ??
Forum: Plugins
In reply to: [Events Made Easy] Use Postman SMTPHi. Upon making a booking.
No, unfortunately I can’t change the theme. It’s a live site. I made an quick exception the other day with debug only.
Question: when a booking is made, two mails get sent. One to the Author, and one to the bookers e-mail. Is that done in one SMTP call or two? If let’s say the bookers email server makes a fuzz, does the Authors email get sent anyway or does both mails get stopped? Just speculating without knowing what happens.
I have debug turned on in Events Made Easy settings, and I have seen a glimpse of debug information flash once or twice when making a booking, but it never stays long enough for me to read.
Forum: Plugins
In reply to: [Events Made Easy] Wishlist [eme_attendees_report_link] printer friendlyYes, I am reading the doc. You wise men don’t know how it feels to be thick as a brick! :p
Found it under Events.
https://www.e-dynamics.be/wordpress/?cat=25
I was looking in Shortcodes. Thanks again!Forum: Plugins
In reply to: [Events Made Easy] Use Postman SMTPYes, I did disable it at once. I am a bit at a loss here. Thank you for your patience. I will try to set up a new office 365 account as soon as I get the possibility (not under my command).
Forum: Plugins
In reply to: [Events Made Easy] Use Postman SMTPI can’t understand why mails from the SMTP function of Event Made Easy doesn’t get through with the identical server, port, user and login settings as the one I am testing of Postman. Postman can send every time.
I turned on debug in config. When I try to make a booking on an Event, I get this error:
Notice: wp_enqueue_script was called incorrectly. Scripts and styles should not be registered or enqueued until the wp_enqueue_scripts, admin_enqueue_scripts, or login_enqueue_scripts hooks. Please see Debugging in WordPress for more information. (This message was added in version 3.3.) in public_html/site/wp-includes/functions.php on line 3897
Forum: Plugins
In reply to: [Events Made Easy] Use Postman SMTPI can’t get it to work. Very frustrating. If it only were windows365 that suspected me sending spam, but the Postman SMTP can send test mails every time. What a showstopper. We will have to try to use this without e-mail notifications then.
Postman SMTP says it is compatible with a load of Plugins and “… and every other plugin that uses the WordPress API wp_mail to send mail!”.
Can Event Made Easy use WordPress API wp_mail? Which send method would that be if so?
PHP mail function
Send Mail
Qmail (obviously not)
WP MailForum: Plugins
In reply to: [Events Made Easy] Use Postman SMTPHm, ok. Now it is sending mail but only sometimes. I will have to look into this more. Thanks.
Forum: Plugins
In reply to: [Events Made Easy] Use Postman SMTPI am not sire I understand. Does the notification for the booking go to the WordPress administrative e-mail adress, or to the author’s e-mail adress or both?
Forum: Plugins
In reply to: [Events Made Easy] Use Postman SMTPI am trying to connect to a office 365 account. I don’t know if they are especially touchy or something? :p
Forum: Plugins
In reply to: [Events Made Easy] Use Postman SMTPJust what I am doing.
I have turned on the debug option. Where can the debug log be seen?
Forum: Plugins
In reply to: [Events Made Easy] Translate the form help text (Required field)Swedish is already translated and I checked the po file for that string but couldn’t find it. I would of course be glad to help.
Forum: Plugins
In reply to: [Events Made Easy] Translate the form help text (Required field)I hid the fields for now with CSS.
.eme-required-field {display: none;}
For readability and stylishness I personally don’t need five (Required fields) in a form. The asterisk is enough.