DowntownRob
Forum Replies Created
-
Forum: Plugins
In reply to: [Featured Images in RSS for Mailchimp & More] No images displayingSeems the plugin isn’t working for your site if it’s not working in the raw feed… you have images set as Featured Images, not in the body of the posts?
Perhaps include a link to your raw feed?
Forum: Reviews
In reply to: [Featured Images in RSS for Mailchimp & More] Simple and as advertisedThanks!
Thanks! π
Forum: Plugins
In reply to: [Featured Images in RSS for Mailchimp & More] Images in RSS snippetHmm, I haven’t seen it not work with excerpts, but that may be dependent on the theme you’re using and how it outputs excerpts. Try a different theme and see if it works?
You may need some theme customization to allow it to display images with excerpts.
Now fixed, and I saw a comment from Yoost in the Advanced WordPress FB group, they have recently taken over this plugin, and will be looking into revamping it, making it more current, with bigger plans in the works.
Forum: Plugins
In reply to: [Google Analytics Dashboard] Installed update and it broke the siteNow fixed in v2.1.1 – update to the newest version.
Use FTP or your Control Panel’s File Manager if you can’t log into your site to remove the old version’s folder in /wp-content/plugins/
Now fixed in v2.1.1 – update to the newest version.
Use FTP or your Control Panel’s File Manager if you can’t log into your site to remove the old version’s folder in /wp-content/plugins/
Forum: Plugins
In reply to: [Google Analytics Dashboard] brokenNow fixed in v2.1.1 – update to the newest version.
Use FTP or your Control Panel’s File Manager if you can’t log into your site to remove the old version’s folder in /wp-content/plugins/
Forum: Plugins
In reply to: [Google Analytics Dashboard] Please open this page in the Admin panel onlyNow fixed in v2.1.1 – update to the newest version.
Use FTP or your Control Panel’s File Manager if you can’t log into your site to remove the old version’s folder in /wp-content/plugins/
It sounds like the theme isn’t coded properly, the plugin code only injects IMG HTML with some styling CSS into the RSS feed output. If your theme or page template is outputting RSS from your site, then that would be affected as well.
It looks like you’re using the Renad theme, and I don’t see it using RSS for pulling in content. If you could set up a staging instance with that theme, we could troubleshoot further.
Hi there, I don’t see an error when I view the feed, it is most likely a plugin or theme issue if there’s an error in the feed. My plugin just adds the IMG HTML with CSS, if the XML declaration is invalid then there’s something else affecting the generation of the feed.
Forum: Plugins
In reply to: [Featured Images in RSS for Mailchimp & More] float in IEHi there,
I’m not sure, I’ve not tested the output much, other than adding the image via HTML, it has very little CSS, only for alignment.
When adding to Mailchimp, I’ve added CSS to change it:
<style type="text/css">.rss-content img { padding: 0px 10px 0px 0px; float: left; } </style>but it’d vary, I’m not sure if Outlook/IE renders it the same way, I’ve heard that most of the email programs end up using tables to display HTML emails, so that might need to be added to the HTML. I’ll have to dig into this more sometime.
Forum: Plugins
In reply to: [Featured Images in RSS for Mailchimp & More] Duplicate imagesSorry just seeing this. It’s probably due to outputting the Featured Image along with an image in the body of the post, I’d remove one or the other and see if that helps.
If it’s doing it without the plugin activated, then it’s most likely theme or other plugin issue, try deactivating other plugins, or try it with the Twenty Fourteen theme, and see if it goes away. If so, narrow it down further. If not, it may be a Feedburner or cache issue, try viewing the raw feed URL and review the HTML code itself.
You’d have to modify a Mailchimp template to display the photos and content in that way, usually adding custom CSS.
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.
Rename the plugins folder, see if it goes away. If not, rename the plugins folder back, and rename the themes folder, see if that helps.
It’s coming from either a plugin or a theme…