• Resolved iamabhishek7250

    (@iamabhishek7250)


    Everything is great.

    But only deal-breaker for me is the published post is ignoring line breaks from the email.

    Example :

    Input, Email –

    “Line 1

    Line 2

    Line 3”

    Output, Published Post –

    “Line 1
    Line 2
    Line 3”

    Everything gets posted without any line break and the whole post looks really congested and unreadable

    I really hope there is a solution for this

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Wayne Allen

    (@wayneallen-1)

    Line breaks are likely being affected by your theme. Can you provide a sample post so I can look at the generated html?

    If not please install the support plugin and send a test email through then send the log file to [email protected]

    https://postieplugin.com/downloads/support-addon/

    Thread Starter iamabhishek7250

    (@iamabhishek7250)

    Hey Wayne, thanks for replying.

    Here is the content of email –

    Bold Is Working Fine

    One Enter

    Two Enter

    Three Enter

    Shift+Enter

    Shift+2*Enter”

    And here is the output post –
    https://fantasy11sports.com/sample-post-title/

    Plugin Author Wayne Allen

    (@wayneallen-1)

    Thanks. If you do a “View source” on your page you will see:

    <div dir="ltr"><b>Bold Is Working Fine</b></p>
    <div>One Enter</div>
    <div></div>
    <div>Two Enter</div>
    <div></div>
    <div></div>
    <div>Three Enter<br />Shift+Enter</p>
    <p>Shift+2*Enter</p></div>

    So you can see that the line breaks are being processed.

    If you add some extra css to your site such as:
    div {min-height: 12px;}
    You will see your extra blank lines.

    Thread Starter iamabhishek7250

    (@iamabhishek7250)

    Awesome. Thanks Wayne, it worked like magic ??

    Any chance of getting a discount on Short codes Addon? ??

    Plugin Author Wayne Allen

    (@wayneallen-1)

    Glad it worked for you.

    No discounts, they are already a very reasonable price.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Line Breaks are ignored’ is closed to new replies.