5 Star Plugins (Rob)
Forum Replies Created
-
Hi @janmazanek we’ll take a closer look at this right away. For the RSS triggers, I want to confirm that we do use the is_feed() function to then add the image only when the current request is for the RSS feed itself, none of that code should be running on non-feed page requests. We also use appropriate actions and such as well. There is some code that runs on admin pages, but we also evaluate if the admin page is our own admin page before running it. There may be some licensing SDK code that handles licensing with the Premium version, and performs external requests, but it should not be running with the free version, and it should cache those requests so they are not running on every page request.
Note that we have very large sites with page caching in place using our plugin and they experience no performance issues, so it may also be other plugins, plugin or theme conflicts, or the unique structure of your site causing the plugin to have some issues that affect performance.
I will do more profiling and see if I can spot what code would be causing any time during a normal page request.
Forum: Reviews
In reply to: [Dynamic Copyright Year] Dont WorkSorry for the trouble, the help page has specific formats supported, and how to change the formatting of the text if need be, and we also have great support in the forums if you need help to get it working, usually before leaving a review without asking for support first. Thanks for giving our plugin a try, maybe we can help get it working still.
Forum: Plugins
In reply to: [Marijuana Age Verify] Age Buttons AlignmentHi Mark,
I see the conflict, your theme sets the form elements to “display: block” which affects our buttons.
Use this custom CSS, add it under Appearance > Customize > Additional CSS:
#emav-overlay input:not([type=checkbox]) { display: inline-block; }That should resolve the button alignment issue with your theme’s CSS.
Forum: Plugins
In reply to: [Marijuana Age Verify] Age Buttons AlignmentHi Mark, your theme seems to have some CSS overriding the normal centering of the buttons. I see different buttons now, did you want me to give you CSS to fix the issue? I would need to see the buttons out of alignment to send you the fix. Let me know.
To enable media and enclosure tags requires the premium version of the plugin, and you can try a free 14 day trial to confirm that it resolves the issue. You also get direct email support so we can help with any further issues or help with any RSS image display issues.
I believe to use RSS:Image you need to use Media or Enclosure Tags, which you can test by doing a free 14 day trial of the premium version. Let me know if that helps.
You can also test your feed using our RSS Image Checker:
https://5starplugins.com/rss-image-checker/I do see in their documentation as well:
https://docs.moosend.com/users/moosend/en/create-an-rss-campaign.html“Note: If the images inside your RSS articles are not loading, click Validate RSS Feed. If they still do not appear, contact our support team.”
They may be able to confirm how their RSS campaigns pull in images, from what type of RSS tag it uses, etc.
Forum: Plugins
In reply to: [Dynamic Copyright Year] Doesn’t workHi there, thanks for the ping. It really depends on the specific line and how it’s formatted, per the FAQ area on the admin options page:
This plugin detects a copyright year in the footer to automatically update it to the current year based on a visitor’s location.
For example:
© YYYY
Copyright YYYY
© Copyright YYYY
© YYYY – YYYYThis plugin does not work with this format:
© Company YYYY
Copyright Company YYYY
© YYYY to YYYYRearrange text to:
© YYYY Company
Copyright YYYY Company
© YYYY – YYYYPage cache is automatically cleared sitewide each time settings are saved. If you do not see changes take effect, refresh your browser or clear page cache manually.
Let me know if that helps or not?
Yes it works with Multisite, you can network activate it and it should work across all sites.
Forum: Reviews
In reply to: [Featured Images in RSS for Mailchimp & More] Annoying addThe admin bar should be dismissable, and if not there is an issue that needs to be resolved for your dashboard to submit dismiss events successfully. It’s a very common issue if there are Javascript or AJAX errors, and you can troubleshoot that more in the browser console.
Forum: Plugins
In reply to: [Marijuana Age Verify] Page specific use of the plugin?Understood. We’re working on adding page targeting, and once it’s ready we will release a future version with that as an option.
Forum: Plugins
In reply to: [Marijuana Age Verify] Page specific use of the plugin?Right now our plugin pops up on every page, but soon we hope to add page targeting or exclusions, and then it will work great for not displaying on certain pages. Keep an eye out for an update in the near future.
I don’t think SmartFormat is the same as RSS, and a warning is normal. As long as it’s not an error, it should still work? I would reach out to SmartFormat for support on that. Or don’t use media tags, use Enclosure tags instead?
Forum: Reviews
In reply to: [Featured Images in RSS for Mailchimp & More] Superb PluginHi @girirajnet, thanks so much for your review, we really appreciate it, and hope it inspires others to use the plugin and experience the same success.
Forum: Reviews
In reply to: [Featured Images in RSS for Mailchimp & More] Easy to use and trustableThanks @luquerias for your great review, we really appreciate it.
Forum: Plugins
In reply to: [Featured Images in RSS for Mailchimp & More] Handling WebP imagesThanks @sspjumpstorycom I agree, that may be something we can add, and also use similar feed massaging to add additional features such as injecting ads between posts, etc.