Viewing 7 replies - 1 through 7 (of 7 total)
  • I was able to fix this with this hack. Not sure if this is the right way, but it works till the developer gets it fixed correctly.

    IN /wp-content/plugins/wp-email-template/classes/class-email-functions.php

    In line 35 change

    src="'.trim

    to

    src="http:'.trim

    Top man avejoes! I loved this plugin but the image not displaying was really giving me problems. I looked for others but nothing worked as well.

    Thanks for finding this fix. Works great for me now too.

    Nice! I was having issues as well, and this small change worked for me as well! Thanks!

    The code above was working great until the last update. Now the code referenced above is nolonger found. Suggestions??

    I wish they would fix this. My new hack:

    IN /wp-content/plugins/wp-email-template/classes/class-email-functions.php

    line 40

    change “src=”‘.trim” to “src=”http:’.trim”

    You do not need to change the codeing…

    In the general section where it says “Header Image” and then upload. make sure that the path in the url field is the full and correct path. you need to have the http or https in that url. Taking from the media file only will not insert the full path.

    Just add what is needed and the image will show fine. you do not have to mess with the code on this one.

    Best Wishes!

    Plugin Contributor Nguyen Tuan

    (@nguyencongtuan)

    Hi everyone

    Thanks for report the bug, we just release new version 1.8.0 with that fixed and some featured for easy to customize the background color than before

    When you upgrade to version 1.8.0, it will be automatic upgrade the wrong image url to correct url with http or https depend on your site is SSL or no

    See the changelog

    = 1.9.0 – 2016/02/02 =
    * Feature – Define new ‘Background Color’ type on plugin framework with ON | OFF switch to disable background or enable it
    * Feature – Define new function – hextorgb() – for convert hex color to rgb color on plugin framework
    * Feature – Define new function – generate_background_color_css() – for export background style code on plugin framework that is used to make custom style
    * Feature – Apply ‘Background Color’ type for background options from plugin settings
    * Feature – Define new ‘strip_methods’ argument for Uploader type, allow strip http/https or no
    * Tweak – Update core style and script of plugin framework for support Background Color type
    * Tweak – Get new background color style for email content
    * Tweak – Move all upgrade function code to /includes/updates/ path
    * Tweak – Tested for full compatibility with WooCommerce version 2.5.2
    * Update – Make upgrade function for convert old data to new data when upgrade to new version 1.9.0
    * Fix – Update all images in email content for don’t strip http/https with set ‘false’ for ‘strip_methods’

    Regards,
    Nguyen

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