Forum Replies Created

Viewing 15 replies - 61 through 75 (of 273 total)
  • Plugin Author Devon Ostendorf

    (@devonostendorf)

    Hi David,

    I’m not sure whether you were able to resolve this issue but since it has been several months since there’s been activity on this thread, I am going to mark it as resolved.

    Thanks,
    Devon

    Forum: Plugins
    In reply to: [Post Notif] how much time?
    Plugin Author Devon Ostendorf

    (@devonostendorf)

    Hi oekoplatt,

    As I look at how long this thread has been open, I am embarrassed that it has taken this long to address your initial concern about canceling post notification sends (and general deliverability improvement via configuration). Though it has been bumped from several versions at this point, I have drawn a hard line as far as including it in version 1.2.0 (here’s the link to the schedule: https://devonostendorf.com/projects/post-notif-1-2-0).

    I am going to mark this thread as resolved but you can feel free to open a new one, with justified frustration about the delay πŸ™‚ if I don’t ship it in 1.2.0!

    I truly do appreciate your patience as well as your willingness to test and report feedback, as you’ve helped me considerably with other issues in the past months!

    Thank you,
    Devon

    Plugin Author Devon Ostendorf

    (@devonostendorf)

    Hi bartuniek,

    First of all, thanks for giving Post Notif a try; I am sorry you’re encountering weird behavior for certain domains.

    Without publicly revealing any real email addresses, can you confirm/refute whether any of the specific emails that are having this problem contain “+”, “-“, or any other characters that are not letters, numbers, or more standard pieces of email addresses (e.g., “.”, “_”, and “@”)?

    You may have already ruled this out, but strange behavior by the plugin, due to inclusion of these other characters in email addresses, has been top of mind for me lately, due to the inclusion of a fix for this in (the just released) Post Notif 1.1.5.

    Thanks,
    Devon

    Plugin Author Devon Ostendorf

    (@devonostendorf)

    Hi margarit0,

    Thanks for giving Post Notif a try!

    It sounds like you’re all set now (things are working as expected)?

    Thanks,
    Devon

    Plugin Author Devon Ostendorf

    (@devonostendorf)

    UPDATE: I’ve added a project page for Post Notif v1.1.5, to track its development, testing, and release:

    https://devonostendorf.com/projects/post-notif-1-1-5/

    If you’re so inclined, please do check out this page, and if there is a piece of functionality (or a bug fix!) that interests you, and you have a development or test environment to try it out in, I’d sincerely appreciate your feedback (comments are not currently enabled on the page itself, so please send me email via the Contact button at the top of the sidebar).

    Thanks!

    Plugin Author Devon Ostendorf

    (@devonostendorf)

    Hi wbrzosko,

    Thanks for trying out Post Notif. I am sorry to hear you’re running into issues with the send post notification process failing to complete. Both email sending and delivery are black holes of misery, IMHO, so I can’t say with any confidence that it has anything to do with either Gmail or Wordfence. πŸ™

    I am aware, however, of the inability to (easily) cancel initiated send processes and this is on my “to repair” list. It is actually a part of my overall planned revamping of the send notification’s architecture which will also include allowing admins to more specifically configure their send preferences (to avoid timeouts for large subscriber lists and account for differences in hosting providers’ email send limits).

    There is not presently any logging available, but, if you have access to your database directly, with a specific post_id value in hand, you can:

    (1) Search for post_notif_count_sent_post_id_[POST ID VALUE] in the [wp_]options table to see exactly how many notifications were sent for this post

    (2) Determine the set of subscribers to whom notifications WERE sent to by selecting some/all of the columns in the [wp_]post_notif_subscriber table, including “ORDER BY id”, and LIMIT [INTEGER SHOWN IN ROW FOUND BY (1) ]

    (3) Cancel the stuck process by searching for post_notif_count_to_send_post_id_[POST ID VALUE] in wp_options and deleting this row. If you are going to do this, I’d encourage you to delete the row found by (1) as well

    I hope this helps alleviate some of the aggravation this has caused you and can potentially tide you over until I can get this fixed. If not, I know there are other highly-regarded post notification plugins here in the ww.wp.xz.cn directory and would encourage you to check them out to see if they better suit your needs.

    Thanks,
    Devon

    Plugin Author Devon Ostendorf

    (@devonostendorf)

    Hi Stephen,

    Thank you for trying out Post Notif.

    I’m sorry that the post notification functionality for standard posts does not address your use case. I don’t currently have the bandwidth to consider pursuing integration with custom post types so I’m afraid I have to suggest looking for another plugin that supports your needs.

    Sorry,
    Devon

    Plugin Author Devon Ostendorf

    (@devonostendorf)

    Hi Dan,

    Thank you for your continued suggestions as you encounter things that are out-of-whack. I appreciate that you are both mellow when reporting issues and creative about finding workarounds to tide you over until I can clean things up in the code!

    Thanks,
    Devon

    Plugin Author Devon Ostendorf

    (@devonostendorf)

    Hi Dan,

    I bet you’re right that the different spacing is because of the form coming and going for different situations; that needs re-design when I take the plunge and rename all the elements.

    I did notice the 2 post notifications on Monday morning and was a little alarmed; glad to hear that was “deliberate” πŸ™‚ .

    Thanks,
    Devon

    Plugin Author Devon Ostendorf

    (@devonostendorf)

    Hi David,

    I saw your other thread and that you got your excerpt to show up (which is a good first step πŸ™‚ ).

    As for formatting, at least one other person has mentioned in the past that Post Notif does not work with the custom excerpts created by the Advanced Excerpts plugin; sorry about that. I am curious, however, what exact HTML tags you have in the excerpt, so I can do some further investigation.

    When you have a chance, would you please send me a sample? My email address is my first name at devonostendorf dot com.

    Thanks,
    Devon

    Plugin Author Devon Ostendorf

    (@devonostendorf)

    Hi Dan,

    Yes, Firebug is telling you the truth, as the “you’ve already subscribed” message does get displayed via β€œid_spnSuccessMsg” .

    Thanks for providing the link to the example. I am not sure why you are getting that positioning, however, particularly if it works as expected when, for instance, you are told to “check your email to confirm your subscription” by way of the same span.

    I will make sure this gets addressed as part of reworking the widget code for version 1.1.5; sorry that’s behaving weirdly!

    Thanks,
    Devon

    Plugin Author Devon Ostendorf

    (@devonostendorf)

    Hi Dan,

    Thanks, as always, for your willingness to help out; I really appreciate it!

    I will keep in mind what you’ve brought up with regard to the widget configuration.

    Sorry about the status message text overlap issue my suggested “fix” introduced.

    You can reposition that via:

    #id_spnErrorMsg

    Thanks,
    Devon

    Plugin Author Devon Ostendorf

    (@devonostendorf)

    Hi Dan,

    Glad to hear auto notification is still treating you kindly! πŸ™‚

    Widget configuration and shortcode functionality is slated for inclusion in Post Notif v1.1.5, which I’m actively working on now. I’d love to have your input and feedback if you’re willing to test some/all of it when it is in beta form? I am (cautiously) optimistic that this will provide much better versatility for people to tailor the widget (or its equivalent) more closely to their specific needs.

    In the meantime, you can change the font size for the placeholder text by defining CSS to target “#id_txtFirstName” and “#id_txtEmailAddr” directly:

    	#id_txtFirstName,
    	#id_txtEmailAddr {
    		font-family: "Times New Roman";
    		font-size: 20px;
    	}
    

    (By the way, these are terrible element IDs and something I need to fix to give them Post Notif-specific names to avoid clashing with other plugins.)

    As for removing the space between the widget title and the form, I am far from a CSS expert, but, defining a negative margin-top value for the form element did the trick with my theme:

    	#id_frmSubscribe { 
    		margin-top: -15px; 
    	}
    

    If we’re both really lucky, maybe someone reading this thread is a CSS expert and will chime in on a better way to do this?! πŸ™‚

    Thanks,
    Devon

    Plugin Author Devon Ostendorf

    (@devonostendorf)

    Hi Dan,

    You missed it because it is not in the documentation. πŸ™

    Your point is well taken; it sure sounds like it would be more annoying to have to change your template for each post than it is to use the solution you’ve worked out with the other plugin.

    In any case, I am glad things are working well (enough) for you now. And, by the way, your images do look great in the notification emails (I noticed them starting last week!).

    Thanks,
    Devon

    Plugin Author Devon Ostendorf

    (@devonostendorf)

    Hi Boas,

    Oh, OK, that is an issue that has affected several people.

    My first suggestion is just to confirm that your permalinks are set up properly (see the Installation page). If so, then confirm that your subscribers are getting inserted into the database (when you sign up a test subscriber can you see them from Post Notif >> View Subscribers ?). If you can, that means something is going wrong with the plugin’s detection of the subscriber’s personalized confirmation URL. Is your site publicly available on the web? If so, can you post the URL so I can try subscribing myself? If not, can you please email me a screenshot showing the sample confirmation URL that results in the 404 error? (My email address is my first name at devonostendorf dot com)

    Thanks,
    Devon

Viewing 15 replies - 61 through 75 (of 273 total)