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 #2407481
Line Height E-Mails
Closed

Comments

  •  7
    Helmut started the conversation

    Hi,
    why is the styling in the Backend  so different to the Email styling.
    I tried with normal Enter and also with Shift Enter but it is always the same gap after a line -> see screenshot
    I also tested this in the demo version and there is the same problem.
    I also checked when i switch to another font the font won't be switched to the font i have choosen.
    Kind regards, Daniel

  • [deleted] replied

    Hello Daniel, 

    The only way to remove the spacing between paragraphs, is in the database. 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


    Regarding the font not changed, I tried it now on our test site and it seems like it doesn't change for some reason. Sorry about that. I forwarded this to the development team so they can check this out. 

    If you have any further questions feel free to ask. 


  •  7
    Helmut replied

    Hi Marija,
    i think this worked before the latest update.And i am afraid to change things in the database.
    Maybe it would be a cool feature to add a "switch to html button" to the wysiwyg editor in the notifications.
    Kind regards, Daniel

  • [deleted] replied

    Hello Daniel, 

    Thank you, we will check it out. 

    Thank you for the suggestion, I will add it as a feature request to our list so it can be considered for future implementation.