DowntownRob
Forum Replies Created
-
Forum: Plugins
In reply to: [Featured Images in RSS for Mailchimp & More] Excerpt not showingThat’s a setting under General > Reading I believe?
https://make.wordpress.org/support/user-manual/wordpress-settings/reading-settings/
If it’s showing no text at all, then I’m not sure, as that’s not normal. Perhaps include a link to your feed so I can take a look?
Forum: Plugins
In reply to: [Featured Images in RSS for Mailchimp & More] Image not showingImages showing up twice could be because the images are set in the body of the post as well? Look at the raw feed, and see if the code shows where the images are coming from? The plugin adds the featured image to the very beginning of the feed once. The theme or another plugin could be adding the same image again, later in the body, etc, in which case, why weren’t they showing up before using this plugin? I’ll take a look at the feed shortly and see if I can spot any issues. I’d recommend checking the theme options or other plugins and make sure they aren’t including featured images as well.
Forum: Plugins
In reply to: [Featured Images in RSS for Mailchimp & More] How to use with MailChimp?Not sure, I know lots of people are using it just as I included above, with the RSSITEM:CONTENT and it pulls in the image using that, with the image placed using the CSS.
Try it that way instead?
Using RSSITEM:IMAGE isn’t supported yet because the plugin doesn’t output the media:content tag, but I’ll look into adding it, it looks pretty simple, it’s more a matter of time. I’ve received only 1 contribution for this plugin to date – so it’s not a high priority for my compared to my large WordPress projects for clients.
Forum: Plugins
In reply to: [Featured Images in RSS for Mailchimp & More] How to use with MailChimp?You’d have to modify a Mailchimp template to display the photos and content as you like, usually adding custom CSS classes they’ve created.
I’ve used this code in Mailchimp to modify the image CSS and RSS output myself, feel free to modify it as you like:
<style type="text/css"> .rss-content img { padding: 0px 10px 0px 0px; float: left; } </style> <span style="font-size:12px">*|RSSITEMS:|*</span> <h2 class="mc-toc-title">*|RSSITEM:TITLE|*</h2> Posted on *|RSSITEM:DATE|* <div class="rss-content">*|RSSITEM:CONTENT|*</div>I hope it works out for you. Contact Mailchimp for more info on customizing their templates.
If you’re hosted with WP Engine or others like it, they do not allow other caching plugins because their server/network setup already includes their own caching, and it would actually slow down the web site. Check with your web host.
Forum: Plugins
In reply to: [Featured Images in RSS for Mailchimp & More] Image Position TroubleThe first one has text at the upper right corner of the square image, with this CSS:
style=”float: left; margin-right: 15px; border-radius: 15px;”The 2nd one has the text under the centered rectangular image, CSS:
style=”display: block; margin: auto; margin-bottom: 15px;”So check the alignment settings in the options page?
Not sure about Firefox’s feed display, maybe it doesn’t like CSS in RSS? Try Chrome, see if that helps?
Forum: Plugins
In reply to: [Featured Images in RSS for Mailchimp & More] Doesn't show up in readerMight be a cache issue? Not sure, I’d contact Feedly about it.
Forum: Reviews
In reply to: [Featured Images in RSS for Mailchimp & More] Works PerfectlyCheck the support threads for some Mailchimp specific code and CSS.
Forum: Reviews
In reply to: [Featured Images in RSS for Mailchimp & More] Makes Mailchimp RSS SingThanks so much! Please submit that it works w/ v 4.0 as well if you could, I’d appreciate it.
Forum: Plugins
In reply to: [Relative URL] Breaks CDN scriptsSame issue – it works great! BUT it should not remove external hostnames!
Forum: Plugins
In reply to: [Featured Images in RSS for Mailchimp & More] Full size and thumbnailIt looks like my plugin is outputting the full size image, and the theme itself is adding the thumbnail? If you deactivate my plugin, the thumbnail still appears?
Perhaps there’s a theme option to disable the thumbnail output.
Forum: Plugins
In reply to: [Featured Images in RSS for Mailchimp & More] Image Position TroubleIt’s floating left for me, check the alignment setting, it’s using:
style=”float: left; margin-right: 15px; border-radius: 15px;”
The text is displaying at the top-right of the image for me, with the image on the left.
Set it back to align center?
Yeah I did some looking, and I don’t see any plugins that help add the price. Here’s a ticket on the issue in WooCommerce:
https://github.com/woothemes/woocommerce/issues/118
Or maybe something like this could be modified:
http://www.victorciobanu.com/free-woocommerce-product-feed-plugin/
I see the images in the raw feed HTML:
and they show up when I view the feed using the RSS extension for Chrome, so it looks like it’s working ok. I’d have to refer you to Feedly support for why they’re not showing up there.
Forum: Plugins
In reply to: [Featured Images in RSS for Mailchimp & More] Images not correct sizeHi Fran,
Your images must be set as a post’s “Featured Image” to show up in the raw feed. I think you have them added in the post itself, or in a custom theme field or setting, which won’t work with this plugin.
Mailchimp is probably pulling them in from the post content, and the Mailchimp template may need additional CSS to resize or set the max-width of the image to 100%, so they are scaled down when needed.