5 Star Plugins (Rob)
Forum Replies Created
-
Forum: Plugins
In reply to: [Featured Images in RSS for Mailchimp & More] Critical security vulnerability@yolandal Your screenshot may be Critical Error? Different than security vulnerability, no? Please start your own topic to troubleshoot this further.
Be sure to test your feed URL in our RSS Image Checker™ as well:
https://5starplugins.com/rss-image-checker/We’ll mark this as resolved, but please reply here if you have continued trouble.
Try adding this to the end of your feed URL in Feedburner, to see if it will refresh it’s cache of your feed:
/?nocacheI suspect the cause is Feedburner which is caching (saving) the feed image and has not refreshed. Feedburner redirects your real RSS URL to its feedburner URL.
Feedburner recommends you go to the feed troubleshoot page (after logging into your Feedburner account) and then you need to click “Resync Now” and it should do a refresh of your feed and be updated.
More info:
https://www.quickonlinetips.com/archives/2012/02/fix-feedburner-feeds-not-updating/We also recommend discontinuing use of Feedburner. It is no longer supported by Google and is rumored to sunset the tool at some point. It is known to cause many issues.
@hostawesome I reviewed the feed code, and I don’t see our plugin’s CSS being added, so it’s definitely coming from somewhere else. Our plugin adds a class to the image:
class=”webfeedsFeaturedVisual wp-post-image”
for compatibility with Feedly etc, and the default CSS looks like this, with no sizing added:
style=”display: block; margin-bottom: 5px; clear:both; max-width: 100%;
I am not sure what’s affecting the feed differently, and support via the free forums can be limited, as we’re not allowed to do more than message here in the forums.
If you use the free 14 day trial, then submit a support request using the Contact Us tab, I can reply with more information and better troubleshooting options. I am sure we can nail down what’s causing it that way.
Hi @hostawesome the sizing option should be what’s used in the CSS that it adds to the feed. If it’s different, especially 50% exactly, then my guess would be there is an image optimization plugin trying to adjust for Retina or High-DPI displays etc.
If you can share the feed URL, that might help, or try deactivating image plugins one at a time (or all at once on a staging site – recommended), and see if it can be resolved that way. It could also be the theme doing it, activating a different theme on a staging site might help.
Happy to help troubleshoot more, I don’t think we’ve seen this issue with any other sites, so it must be something unique to your site.
Forum: Plugins
In reply to: [Featured Images in RSS for Mailchimp & More] Critical Error on This WebsiteHi @sackerly did you receive the email they mention, which has the exact fatal error message in it? If so, can you send me the fatal error, it shows the file and line number of the error.
We can troubleshoot that further.
Forum: Plugins
In reply to: [Featured Images in RSS for Mailchimp & More] Image not showed on GoogleNewsHi @rnbjunkie on your blog page, and the single post page, I am seeing the images coming from your site, not a CDN, so that is what is being used in the RSS feed it seems:
Blog index image:
https://www.rnbjunk.com/foto/2022/10/thriller-traduzione-curiosita-350×250.jpgSingle post page image:
https://www.rnbjunk.com/foto/2022/10/thriller-traduzione-curiosita-1200×1154.jpgThe CDN should be replacing those URLs with it’s own URL, and then the CDN URL should also be returned when requesting the post’s featured image URL. I would refer you to your CDN support team for help with that.
Forum: Plugins
In reply to: [Featured Images in RSS for Mailchimp & More] Image not showed on GoogleNewsHi @rnbjunkie it looks like the plugin is adding images properly, as seen in your raw feed, and in Google News itself.
So I am not sure why they aren’t being included with web search of Google news, some are showing, and some are not.
Since our plugin can only add the images, I don’t think we can help much with how the images are handled once added.
Suggestions to try:
– Testing using our RSS Image Checker: https://5starplugins.com/rss-image-checker/
– Ensure images are used for Featured Images and Media:Content, for some I see videos set.If using Media tag options:
– Try enabling Enclosure tags as well, that may help.
– Try using only Media Tags (it disables images in the feed description/body area), see if that helps?It looks like you may be using the Premium version, and support should be done through our contact form instead, not through the free forums here.
Forum: Plugins
In reply to: [Featured Images in RSS for Mailchimp & More] Critical security vulnerabilityYes, it’s a pinned support topic as well… deleting and reinstalling is the best option if stuck on the broken update version of 1.5.3.
Oh strange, but yes it may cache things. I am glad it’s all working now for you.
@johannroche Ah hmm, that looks like a dynamic CSS class, that may work only for that email, and may break on future emails sent out… please test that more, and see if there’s a parent class above the IMG to use instead, something like:
<...class="mc-rss-item"...> ... <img ...> ...So target that using:
.mc-rss-item img@johannroche Hmm Gmail usually displays well, it is Outlook that has often has display issues… I am not sure what to change for Gmail.
Our Premium plan offers this level of support and can dig into it more with you if you prefer, perhaps try the 14 day free trial?
See if you can determine the class name Gmail is using on Images within gmail.com website, inspect the image HTML? It may require some deeper HTML/CSS research and tweaking.
See our Support FAQs here as well if need be:
https://support.5starplugins.com/article/26-mailchimp-custom-cssHi @johannroche the template CSS classes can change depending on which one you’re using, try this newer CSS examples here, which also include Outlook-specific CSS logic:
<style> .mcRssImage, .mcnTextContent img { width: 600px; max-width: 100%; margin-top:20px; margin-bottom:20px; } </style> <!--[if gte mso 9]> <style> .mcRssImage, .mcnTextContent img { width: 600px; max-width: 100%; margin-top:20px; margin-bottom:20px; } </style> <![endif]-->See if that helps?
Forum: Plugins
In reply to: [NSFW] [Marijuana Age Verify] Undefined variableHi @mcmurry PHP notices are not errors and should not affect the web site functionality, and WP_DEBUG_DISPLAY should be set to false for all live sites.
That said, we will make a note of these notices and see if we can address them so that the variables and offsets are not undefined when using the plugin, it may be a certain combination of options that is causing that to happen.
Thanks for sending those in, and look for an update to the plugin that resolves those notices from being shown with DEBUG is set to display on the site.