DowntownRob
Forum Replies Created
-
Hi Brad,
My plugin simply gets the images into the feed with some basic web-based CSS styling, your email templates would have to be customized to further refine styling, wrapping, etc – but yes, Outlook and Hotmail rely mostly on tables for formatting like it’s 1998 still, read these for more info:
http://templates.mailchimp.com/development/css/outlook-conditional-css/
http://templates.mailchimp.com/development/css/client-specific-styles/
Forum: Plugins
In reply to: [Featured Images in RSS for Mailchimp & More] Images not displaying.Thanks Raquel, that makes sense as well, read this for more details:
Also, they are looking into fixing the Cloudflare plugin so RSS isn’t broken when using it:
https://wordpress.org/support/topic/https-protocol-rewriting-not-for-rss?replies=2
Thanks,
RobForum: Plugins
In reply to: [Featured Images in RSS for Mailchimp & More] Disabling redirects to FB?Yes. I’d try deactivating it, see if that helps. Feedburner doesn’t need a plugin to work, it grabs your feed and pulls in your posts.
Forum: Plugins
In reply to: [Featured Images in RSS for Mailchimp & More] Disabling redirects to FB?Hi John,
It means disable that plugin and see if images show up in Feedburner… if so, then the feed URL needs to work as is for Feedburner to read it to get the images, and you should instead add a manual RSS icon or whatever for visitors to click on that manually links to Feedburner, keeping the raw feed working as intended, and allowing visitors to choose their own reader (many do not like or use Feedburner, Feedly is more common these days).
Hmm not sure, it only adds HTML to the RSS feed output, it shouldn’t affect your web site at all.
Can you send me a screenshot via Awesome Screenshot etc?
I’d look at the theme by default, or a plugin affecting the page output maybe, no idea.
Forum: Reviews
In reply to: [Featured Images in RSS for Mailchimp & More] It neatly does the trickThanks so much, I appreciate it.
Rob
Forum: Reviews
In reply to: [Featured Images in RSS for Mailchimp & More] ExcellentThanks so much for your review and comments, I appreciate it.
Rob
Forum: Plugins
In reply to: [Featured Images in RSS for Mailchimp & More] Images not displaying.Something is stripping it out and you should find the cause.
As it is, it will only work on that domain, with the browser adding the protocol of the current host (that may be using SSL or not), but with remote requests, there is no host, so it fails.
More info:
Forum: Plugins
In reply to: [Featured Images in RSS for Mailchimp & More] Images not displaying.Oh and then I found this too, I think that’s exactly the problem:
https://support.cloudflare.com/hc/en-us/articles/200169316-Why-doesn-t-my-RSS-feed-show-images-
Forum: Plugins
In reply to: [Featured Images in RSS for Mailchimp & More] Images not displaying.Hmm, then what’s stripping the http: out… that’s an issue.
In looking at the source code of your site, it looks like you have Cloudflare in the mix, check the image hotlink setting, perhaps that’s breaking it, or check with them on what other setting could be stripping out the http:
Forum: Plugins
In reply to: [Featured Images in RSS for Mailchimp & More] Images not displaying.Yep, it’s dropping the http: trying to be host protocol agnostic maybe, via a SSL plugin or something? Fix that and they should work just fine. Something is stripping it from the thumbnail function.
Forum: Plugins
In reply to: [Featured Images in RSS for Mailchimp & More] How to use with MailChimp?No worries, glad you figured it out. π
Forum: Plugins
In reply to: [Featured Images in RSS for Mailchimp & More] How to use with MailChimp?There aren’t any images, so I’d look at the posts themselves, they don’t have Featured Images set on them? They must be set as Featured Image, not embedded in the post body, for this plugin to output them to the top of the post in the feed.
Once they appear in the raw feed, then you can move on to troubleshooting the use of the feed in other services.
Forum: Plugins
In reply to: [Featured Images in RSS for Mailchimp & More] Featured image not appearingIt seems there’s a redirect loop on your feed:
http://www.alanaandkyra.com/feed/
Try deactivating any plugins that redirect the feed URL to feedburner etc, and test that link, see if there is IMG SRC code before the post text.
Thanks,
RobHi there,
I see the images in your feed… so it’s working ok. The data-pin-url is in the code, and must be from the Pinterest plugin. Deactivate it and see if it goes away. If so, then I’d recommend contacting the Pinterest plugin author for help, or try different Pinterest plugins to see if one works better than another. My plugin is working as it should, this plugin is appending extra code to it when perhaps it shouldn’t.