Rob - PressWizards / 5StarPlugins
Forum Replies Created
-
Forum: Plugins
In reply to: [Classic Editor] Fatal Error: [] operator not supported for strings line 681Thanks, this fixes the Fatal error, but the display of links under the plugins was still broken. It was caused by an old plugin that was not using an array for it’s $links modification, WP Editor, which is also abandoned and not updated, which is a major security risk as well, so we deactivated it.
But thank you for your help in patching it while we figured that out, and this should help with other plugins also causing similar issues.
Rob
Hi LX,
That’s a different error, and probably warrants a separate support thread, but we’ll definitely need to resolve any Fatal errors right away.
@freemius can definitely chime in here as well, as we are using the latest version of their SDK, as far as I am aware.
I will look into this more and update you as we dig into it.
Thanks,
RobHi there,
It looks like your site is displaying warnings and notices. You can set WP_DEBUG to false so it doesn’t display those. Warnings and notices are not fatal errors and so can be ignored for the most part. We will look into the cause of the warnings as well, and see if there’s an issue we can address.
With menus, it is often another plugin that supplies arguments, some invalid, about their admin menu that can cause warnings when plugins try adding to the common admin menu.
Rob
I tried this already, same issue. The latest version was not working, the previous version as mentioned before works fine without error. I sent you the specific error message and why it’s giving the error due to function requiring two arguments, but only one was passed, which is a pretty specific issue to troubleshoot.
Forum: Plugins
In reply to: [Caldera Forms Anti Spam] reCAPTCHA v3 compatibilityThank you, I will give it a try. Please post on this thread when v3 is added to your dev version as well.
I’ve left a 5 star review for you! I appreciate your dev efforts, on this and I’ve used your Welcome Email plugin as well, and I see you are involved in WordCamps as well.
p.s. please consider adding a banner and icon to this plugin so it looks better, perhaps more trustworthy. I’d also consider mentioning your other plugins/themes as well, a great trusted free plugin has benefits to your brand. ??
The theme is Milieu, but I tried it with Twenty Seventeen theme as well, same error.
It looks like a code issue, with the function feedzy_retrieve_image() requiring two arguments, but only 1 argument was passed in, in file feedzy-rss-feeds/includes/abstract/feedzy-rss-feeds-admin-abstract.php on line 879. Compare this line or section to the previous version of the plugin, and see what’s changed perhaps?
Thanks,
RobSorry, I missed the Subject line completely… regarding RSS:RECENT, which is a Mailchimp Merge tag, I don’t believe it supports displaying images, and there is no control over the output of the recent links. I would inquire with Mailchimp Support about this more.
Thanks,
Robp.s. Please Note: we had about a 10-15 minute window where the new version of the plugin was uploaded to the www.remarpro.com repository, and vital dependency files were somehow missing. We immediately tested and detected this, and reuploaded the entire folder to the repository, which fixed the issue. However, one of our test sites was auto-updated during that time period, and the back-end Admin area of WordPress started giving 500 Internal Server Errors due to the missing files, with specific error messages when WP_DEBUG is set to true, showing the missing filename. The public front-end of the website was not affected thankfully.
If you experience any issues/errors specifying our plugin is missing files, please use your hosting Control Panel or FTP to delete the featured-images-for-rss-feeds folder, and then you can log into the back-end Admin area normally, re-add the plugin, and the issue will be resolved. Apologies if this affected your site.
Hi there,
Our plugin adds images to your WordPress blog post RSS feed.
To show your own top 5 posts on your website, you would use a widget or theme option to display recent posts, it would be unrelated to using your RSS feed.
To display other people’s posts on your site, there are RSS aggregator plugins, and showing the images would depend on if the external site included images in their feed or not.
I hope that helps.
Rob
Forum: Plugins
In reply to: [Caldera Forms Anti Spam] reCAPTCHA v3 compatibilityJust to chime in, I’d love news on v2 Invisible and v3 support.
Thank you for the great plugin, we tried the built-in Honeypot anti-spam and we were still receiving a TON of spam submissions daily. Your plugin brought back the reCaptcha field and so far zero spam coming in.
FYI if I roll back to version 3.3.0 or 3.3.1 then there is no error, so it occurs only in the most recent version.
Forum: Plugins
In reply to: [Featured Images in RSS for Mailchimp & More] Clashes with WP Rocket PluginHi there,
It should work fine, please do let us know if you run into similar issues or not. Our plugin uses the Freemius SDK, which is the code generating the warning, so we can escalate it if it is a more common issue.
Thanks,
RobGreat, thanks for sharing, we are always looking for good Mailchimp CSS tweaks for various layouts. This one seems to set the image to be a max width of 560px, with a 15px padding on top and bottom, very nice. Mailchimp seems to set the full width to 600px wide, so this might have a nice 20px space on the left and right as well.
I am not sure you need the media query portion for the 559px width, since the max-width should also take care of it by including the width: 100%, and also ensure it’s centered using margin auto, combined like so:
<style type=”text/css”>
.mcnTextContent img {
padding-top:15px !important;
padding-bottom:15px !important;
height: auto !important;
width: 100% !important;
max-width: 560px !important;
margin: 0 auto !important;
}
</style>Forum: Plugins
In reply to: [Featured Images in RSS for Mailchimp & More] Change Payment InformationHi there,
If this is regarding premium support or billing, email us through the plugin’s contact page. Regarding upgrading, you can check out within the Upgrade cart, or look in the Account page for the Billing tab.
Thanks,
RobForum: Plugins
In reply to: [Featured Images in RSS for Mailchimp & More] Mailerlite Compatible?Hi there,
It should be compatible with any service that can read and create an email from an RSS feed, like MailerLite seems to be able to do:
https://www.mailerlite.com/features/rss-to-emailAs well as many others like Mailchimp, Constant Contact, etc.
Our plugin at it’s simplest inserts in the image HTML into the <Description> portion of the RSS item. This is usually parsed and inserted into the email campaign and displays the images as intended. Many services require custom CSS for styling or sizing the images.
Let me know if you have any issues?
Thanks,
Rob