• Resolved jd96

    (@jd96)


    Hi there,

    I have created blog posts and all are working fine and showing featured image in wordpress front end as well as WP admin. But when i am checking in mailchimp campaign, it is not showing featured image. I can see this when I am checking it through inspect element:-
    <img
    width=”500″
    height=”334″ src=”image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkYAAAAAYAAjCB0C8AAAAASUVORK5CYII=”
    data-lazy-type=”image”
    data-src=”img cdn path” />

    It looks like something wrong in the src attribute. It should have an image path, not code like this.

    so can you please advise what is the issue and how can I fix this so featured image will showing up in MailChimp also?

    Thanks

    • This topic was modified 5 years, 6 months ago by jd96.
    • This topic was modified 5 years, 6 months ago by jd96.
    • This topic was modified 5 years, 6 months ago by jd96.
Viewing 1 replies (of 1 total)
  • Plugin Author 5 Star Plugins

    (@5starplugins)

    Hi there,

    Check your raw RSS feed for the IMG SRC, it should be a URL, not a Base64 encoded image.

    Something else (plugin or theme) is Base64 the image, as well as adding the data-lazy-type and data-src, which looks like it’s also using a CDN.

    The Lazy Loading could be causing an issue, or the CDN and it’s image optimizations.

    All of this is beyond the typical WordPress setup, and so you’d have to start undoing the lazy load and/or CDN and/or deactivating plugins, to see what is causing this issue.

Viewing 1 replies (of 1 total)
  • The topic ‘Featured image not showing in email’ is closed to new replies.