• Resolved machank

    (@machank)


    I did select .html rather than plain text, but using the classic editor all of the paragraphs run together. I even put elipses in (….) but after a couple of spaces the next paragraph of text just follows without any line breaks. (I use a double line break when writing.)
    [Otherwise Notification is working GREAT!]

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Kuba Mikita

    (@kubitomakita)

    Hi @machank,

    thanks for using the Notification plugin! When you select HTML message type, you have to take care of all the tags yourself.

    So in your case, you need to wrap them into p tags or break the lines manually, like this:

    <p>First line</p>
    
    <p>Second line</p>
    
    This will<br>
    break into second line<br>
    <br>
    With 1 line space

    Hope this helps!

    Thread Starter machank

    (@machank)

    Does that mean that if I choose plain text, I can’t imbed live hyperlinks in the message that is being sent with the notification? If that’s so, it would be nice to have some combination–live hyperlinks are essential (and provided through WordPress menus), but I don’t want people to have to write html code.

    Thread Starter machank

    (@machank)

      I changed from html to plain text and the paragraphs still did not appear.

    Everything came in one long stream and, of course, the links didn’t show either but that’s what I expected.

    Thread Starter machank

    (@machank)

    To clarify, my problem of not breaking text into paragraphs was NOT RESOLVED by changing to plain text (instead of html). I also have a new topic which I will write about separately.

    Plugin Author Kuba Mikita

    (@kubitomakita)

    Can you please share a screenshot of your Notification settings and notification edit screen? It would be helpful if you could send that email to support@bracketspace.com giving your login machank in the subject line. I’d check the email source.

    PS. I’ve changed the resolved status as well.

    Thread Starter machank

    (@machank)

    I’ve sent the email as requested. Hopefully, it will help you to diagnose and solve this issue.

    Thread Starter machank

    (@machank)

    Developer has solved my problem! Use {post_content_html} instead of {post_content} and with message type HTML.
    Thanks, Jakub!

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘No paragraph formatting’ is closed to new replies.