Viewing 7 replies - 1 through 7 (of 7 total)
  • Some months ago we found a Cloudflare option which can break the images (social icons and dividers only) on our editor.

    HTTPS Protocol Rewriting removes http: of these images path and, because of this, our render creates a wrong path like this https://domain//domain/image_path.png.

    The solution: Disable the above option in Cloudflare plugin and re-add dividers and social icons to the newsletters.

    Check if this is your issue.

    Thread Starter Kilmanagh

    (@kilmanagh)

    Thanks, I do have CloudFlare, I do not know if I had that option on when creating the newsletters. However, I will rebuild it and see how it goes.

    Sounds good, thanks!

    GGcoach

    (@ggcoach)

    I got the same issue… Is there something new about a solution ?

    Wysija

    (@wysija)

    @ggcoach the solution is to disable the option in the CloudFlare plugin.

    Thread Starter Kilmanagh

    (@kilmanagh)

    I tried that solution and it did not work.

    I opened up the wp_wysija_email table to have a look at what was being sent in the emails.

    Here is what is is sending in the emails:

    <img src="//website.org/wp-content/uploads/wysija/dividers/solid.jpg" border="0" width="564" height="1" alt="---" class="image_fix" style="width:564px; height:1px;text-decoration: none;outline: 0;border: 0;display: block;-ms-interpolation-mode: bicubic;" />

    Notice the missing http:
    It should be:
    <img src="https://website.org/wp-content/uploads/wysija/dividers/solid.jpg" border="0" width="564" height="1" alt="---" class="image_fix" style="width:564px; height:1px;text-decoration: none;outline: 0;border: 0;display: block;-ms-interpolation-mode: bicubic;" />

    The rest of the images seem to be correct.

    @kilmanagh That’s what this CloudFlare plugin does!

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Page not found on images in /uploads/wysija/dividers/’ is closed to new replies.