• Hi,

    I’m not happy from limits of Mailpoet. I customized the code of your plugin, but it is not optimal, as it will get overwritten by your default code after update.

    Please, could you consider to make these options configurable or customizible by calling some WordPress filters?

    a) fonts:
    config.availableStyles.headingSizes
    config.availableStyles.lineHeights
    config.availableStyles.fonts.custom // Which might be renamed to googlefonts…
    + some really custom fonts linked by any URL with <link href=”https://www.*…*.css&#8221; rel=”stylesheet” /> in mailpoet/lib/Newsletter/Renderer/StylesHelper.php method getCustomFontsLinks($styles)

    b) configurable columns count and widths.
    As defined in mailpoet/lib/Newsletter/Renderer/Columns/ColumnsHelper.php ColumnsHelper:$columns_width

    —-
    Not tested comment:
    I found somewhere, that there should be better compatibility of conditional including then the one used in getCustomFontsLinks($styles)
    Instead of: <!–[if !mso]>…….<![endif]–>
    Might work better: <!–[if !mso]><!– –>……<!–<![endif]–>

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi there,

    Thanks for your feedback! We’ll add this to our internal feedback board.

    We don’t have any immediate plans to make those changes as the current settings are optimized for maximum compatibility across all email clients, but it is something we can look at in the future.

    Thanks.

    Thread Starter jan.mazanek

    (@janmazanek)

    Thank you for reply. Have a nice day.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Real custom fonts (font-family and font-size) + configurable columns’ is closed to new replies.