eventualo
Forum Replies Created
-
Forum: Plugins
In reply to: [ALO EasyMail Newsletter] create the newsletter form in contact form 7Hi, you can find a code sample here: https://www.eventualo.net/blog/easymail-newsletter-for-developers/#tutorial-addfromexternalforms
Forum: Plugins
In reply to: [ALO EasyMail Newsletter] Manage subscription by subscriber without loginHi, if you like to show the mailing lists in subscription form, you have to set public visibility. The “visibility” property tells if the list is hidden, shown only in backend or also in frontend subscription form (“public”).
Forum: Plugins
In reply to: [ALO EasyMail Newsletter] Manage subscription by subscriber without loginHi, probably you didn’t set any mailing lists, so that option is not visible.
About custom fields, you have to create them via php (please refer to my link above).
I hope it helps.Forum: Plugins
In reply to: [ALO EasyMail Newsletter] Manage subscription by subscriber without loginHi, the unsubscription link in newsletters brings recipients to a page where they can unsubscribe or modify own subscription.
So, subscribers following the unsubscription link can edit their data, but they can edit only the mailing lists or custom fields (how to add: https://www.eventualo.net/blog/easymail-newsletter-for-developers/#tutorial-customfields).
I hope it helps.Forum: Plugins
In reply to: [ALO EasyMail Newsletter] Error during operation.Hi, can you check into server error log? Maybe there you can find more info about the error.
Please let us know.Forum: Plugins
In reply to: [ALO EasyMail Newsletter] Changind link colorHi, you can set the text and style of “read-online” link in settings:
- open Newsletters > Settings > tab Texts
- customize the html in “Read newsletter online [READ-ONLINE]” field, e.g. you can write your own html so you can specify also style rules:
<p><a href="%NEWSLETTERURL%" style="color: #ffffff">Click here to read the newsletter online</a></p>
I hope it helps.
- This reply was modified 7 years, 5 months ago by eventualo.
Forum: Plugins
In reply to: [ALO EasyMail Newsletter] ALO EasyMail Newsletter problem?Hi, thanks for the image.
I’ve just tried the procedure several times in two different sites and it’s always worked.
In your image I can see there 2 fields without labels under the “Yes, I want your newsletter” select. Are you adding custom fields to plugin via php? Or do maybe those fields come from another plugin?
Please can you look into your server error log? Maybe there is an error on saving.Forum: Plugins
In reply to: [ALO EasyMail Newsletter] ALO EasyMail Newsletter problem?Hi, I’m sorry but I don’t understand exactly what happens.
Please can you provide us a screencast or the list of steps to get the error as detailed as possible?
ThanksHi @smashballoon thanks fot your reply.
When disabling the Like box, the FB-SDK is not loaded.
But I’d like to have also the Like box enabled.
Please can you add hooks when the SDK is loaded? So we have the chance to disable the FB-SDK loading via filter. Does it make sense for you?
Thanks again.Forum: Plugins
In reply to: [ALO EasyMail Newsletter] bulk unsubscribe1 – sorry, at the moment you have to select bad subscribers manually.
2 – you can check your bounces in plugin option page: with a “hard bounce” (e.g. email address does not exist) the subscriber is deleted.Forum: Plugins
In reply to: [ALO EasyMail Newsletter] Bounced emails?Hi, sorry, the text on the site is old I’ll update it.
The right updated sentence about bounces is on plugin page here https://wordpress.org/plugins/alo-easymail/: “bounce management: you can check the bounced emails and keep your email list clean”
For security reason the bounce check is not automatic anymore, you can check your bounces periodically visiting the plugin setting page in your blog: Newsletters > Settings > tab Bounces.Forum: Plugins
In reply to: [ALO EasyMail Newsletter] ALO EasyMail Newsletter problem?Hi, which kind of problem when you click the radio button “Yes”? The loading message appears and the wheel keeps turning without success or error message? Can you see any javascript error in your browser console?
Forum: Plugins
In reply to: [ALO EasyMail Newsletter] Parse ErrorI’ve just released the v.2.12.1 that should solve your issue. Let us know.
Forum: Plugins
In reply to: [ALO EasyMail Newsletter] bulk unsubscribeHi, you can import them from csv, in Newsletters > Subscribers > top button Import/export subvscribers. Then, in Newsletters > Subscribers you can select them using checkboxes, then select “Delete and add to list of who unsubscribed” in bulk action on top.
Forum: Plugins
In reply to: [ALO EasyMail Newsletter] Parse ErrorHi yaproc, I understand: I declare some arrays using [], but this syntax is available from php 5.4. Maybe you are using a php < 5.4.
I’ll fix it in next release.