Hello Dan,
Thanks for reporting this. I’ve just fixed the second issue. We should release an update in the course of the coming week.
As for the first issue, I can see that your emails are indeed broken. The default template is an email template provided by Sendgrid. Due to how email clients render emails, we cannot use your WordPress theme to generate your email. If we did it this way then your email will appear broken in most email clients.
If your PHP version is 5.5 or below, then CSS styles are not being inlined inside your emails and that might be what is causing the problem.
Another issue might be that you tried editing the template and unknowingly used incorrect mark up which is causing the email to break. If you could kindly forward the email to support[at]noptin.com, I’ll take a look at the markup and see if it is correct.
Thanks.
Thread Starter
dan021
(@dan021)
Ok, I just forwarded the email, thanks. I never really edited any code manually, I only used plugins, since I’m not a programmer and I have little experience in that area.
Hello. A new subscriber pointed this out to me today. (hoping to catch you before the next update).
The confirmation email that is sent includes a link like this:
https://verygood.coffee/noptin_newsletter/confirm?nv=”somenumbers”
When the user clicks on the link, it gives them a 404.
The link should be:
https://verygood.coffee/**index.php**/noptin_newsletter/confirm?nv=”somenumbers”
Because of the way the .htaccess is for wp, if it doesn’t have the **index.php** in the url, it triggers a 404.
Thanks much for keeping this plug-in alive. It really is an awesome plug-in.
You’re welcome and thanks for reporting this.
Can you kindly attach a screenshot of your permalink settings.
The one in settings?
https://verygood.coffee/index.php/%year%/%monthnum%/%day%/%postname%/
For the noptin settings, I have the unsubscribe and redirect set to:
https://verygood.coffee/index.php/about
But it didn’t seem to help
-
This reply was modified 6 years ago by
ohgoodiee.
-
This reply was modified 6 years ago by
ohgoodiee.
Yeah, we had not accounted for this scenario. For now, you can replace line #183 of includes/functions.php with the following line.
get_home_url( null, "index.php/noptin_newsletter/$action")
The next update will contain a permanent fix.
PS: Remember to visit Settings > Permalinks and save your permalinks after you are done editing the file.
Thank you guys.
Look forward to the next update