As previously announced via banners and our newsletters, support is no longer available through this platform.

For easier navigation, you can still click on "Submit a Ticket" here, choose the appropriate category, and you'll be redirected to the correct support channel for your plugin.

You can still access your previous tickets and browse public tickets, but please note that responding to tickets is no longer possible.

Paid customers: Please log in to your store account for support.

Pre-purchase questions: Use the support widget in the bottom-right corner of our websites:
https://wpamelia.com
https://wpdatatables.com
https://wpreportbuilder.com

Okay
  Public Ticket #2413040
Email notifications have excess line-breaks
Closed

Comments

  • Tim started the conversation

    Notification emails from WP Amelia all have linebreaks wrapped in a <p> element in the emails. Even shift-enters turn into paragraphs with line breaks. Could we have the option in the WYSIWYG editor to change the html source of the emails? Or at least don't have extra linebreaks wrapped in <p> elements

  • [deleted] replied

    Hello Tim, 

    Apologies for replying late, we are not working on weekends. 

    In order to remove the spacing between paragraphs, you can edit this in your database from recently. Please open your database, find and open the wp_options table and find the option name amelia_settings there. You need to edit it. You will see a setting notifications in it. You need to set the value <div style='height: 0.1rem'><\/div> for the '' breakReplacement'' parameter . Like here : 

    notifications": {    "breakReplacement": "<div style="height: 0.1rem"><\/div>"
    }
    
    5449010360.png

    If you have any further questions feel free to ask.