Matt Cromwell
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Rollback - Rollback Plugins and Themes] GDPR complianceHI there,
WP Rollback does not create or store any cookies whatsoever. The plugin does not interact with your website viewers in any way. In short, WP Rollback is open source code and does not provide any services whatsoever. The plugin is not a service provider.
Best of luck!
Forum: Reviews
In reply to: [Synced Pattern Popups] Impressive and easy to use!Angela! What an amazing review! So glad to hear this little plugin has been useful for you. Thanks for spreading the word too! Modals are useful when done right and well.
Forum: Reviews
In reply to: [Synced Pattern Popups] Great For Quick Button Modals@ronalfy – You’re a 💎! You made my day.
Point me to your Github or whatnot and I’d love the chance to collaborate with you on an integration with Pattern Wrangler for sure!
Forum: Reviews
In reply to: [Synced Pattern Popups] Simple Great PluginYou made my day, @patrick-b So glad to hear you see the value and are experiencing it.
I’m no accessibility expert but I read up on it and looked to implement the most important principles I could for this purpose. If you find anything that could use improvement please feel free to submit it here:
Thanks again!
@maybellyne Thanks for your reply. Just note that you have explained why it’s doing what it’s doing, but it still leaves me with broken images on all social platforms.
The plugin I referred to is by the WordPress Performance Team: Modern Image Formats – WordPress plugin | WordPress.org – it’s possible that will be brought into WordPress Core one day.
I’d love a solution to my problem if possible. Is there a filter in Yoast that I can hook into to change that loading prioritization? Maybe this is a feature request: consider that there are many modern image format plugins and provide users with a workaround so that this core functionality of the Yoast plugin doesn’t become unusable.
Hi @wfrank94 – thanks for your feedback, that is an issue we identified for those on Windows computers. The most recent update, version 2.1.2 fixed that issue. Please update and you’ll be all set again.
Forum: Plugins
In reply to: [Solid Mail – SMTP email and logging made by SolidWP] WTF have you done?@mferraz That is not true at all. Firstly, forms do not use this plugin at all. This plugin implements SMTP instead of PHPmail in your WordPress website. What you do with your forms is up to you and the form plugin you use.
Forum: Plugins
In reply to: [Solid Mail – SMTP email and logging made by SolidWP] WTF have you done?Hi folks, we were finally able to replicate the issue as you all experienced it. This is what we found:
- Install 1.2.7 and configure
- simulate auto-update to 2.0.0
- simulate auto-update to 2.1.0
That resulted in the breakage that you’re all reporting. We have a release that’s going through QA now to fix this.
Of course, fixing this in the new release won’t give you your time back you spent this past weekend, or reverse any of that work that you did over the past few days. We wish we were able to perfectly predict these situations every time, but we’re fallible just like you are. Nevertheless, your reports and feedback helped us identify this issue to prevent it going forward.
Watch for that update coming soon. Thank you!
Forum: Plugins
In reply to: [Solid Mail – SMTP email and logging made by SolidWP] WTF have you done?HI all,
I oversee Customer Experience at StellarWP which includes all things related to SolidWP as well.
Thanks for these reports of this issue. I flagged this today with our devteam and we’re working on replicating the issue, clearly something is off, but so far we’ve tried all of the below without being able to replicate the behavior you’re seeing:
- updating from 1.2.3 to 2.1.0 -> No issues
- updating from 1.2.7 to 2.1.0 -> No issues
- updating from 2.0.0 to 2.1.0 -> No issues
However, two different members of our team found this to be problematic:
- Install 1.2.3 version
- Setup the SMTP.
- Confirm that it’s working as intended
- Then update to 1.2.7 and see if the setting still persist
In each case upgrading to version 1.2.7 removed the previously existing settings.
So can each of you confirm from which versions you upgraded from and to?
And just as an olivebranch, we’ll work hard to resolve this as best we can, but keep in mind that we acquired the plugin when it was at version 1.2.7 and we had to do a lot of clean up before we had confidence in version 2.0. This wasn’t done hastily it without due diligence, just like we are taking your input and feedback seriously and working towards resolution today as well.
Thank you!
Forum: Plugins
In reply to: [WP Import Export Lite] Trying PHP readfile() without success in ExportOK, I simplified this a ton and just used:
file_get_contentsAnd it worked great. Solve it by rubber-ducking it with you. Thank you!
Forum: Plugins
In reply to: [WP Import Export Lite] Trying PHP readfile() without success in ExportI’ve also tried creating a helper function for this.
function wppt_transcript_export($value) {
// Check if the file exists and is readable
if (file_exists($value) && is_readable($value)) {
// Output the contents of the file
return file_get_contents($value);
} else {
// Handle the case where the file doesn't exist
return "File not found or not readable.";
}
}But it always returns “File not found…” even though every episode has an associated file.
Forum: Plugins
In reply to: [Seriously Simple Podcasting] Using Blubrry as prefix breaks my audio filesAdding some links for convenience:
RSS feed is in the original ticket above
Original
.m4afile:Thanks!
- This reply was modified 1 year, 8 months ago by Matt Cromwell.
Hi there,
Looks like you’ll need to go all the way back to version 1.4 of WP Rollback to use it with WP 4.7.29.
Good luck!
Forum: Plugins
In reply to: [WP Rollback - Rollback Plugins and Themes] Every Version@deeveearr Is your installation also in a sub-directory like @eugene212 is reporting? That would be helpful for us to be able to replicate the issue.
Forum: Plugins
In reply to: [WP Rollback - Rollback Plugins and Themes] rest_no_route errorUPDATE: @deeveearr I see your original ticket that @eugene212 is also commenting on. I’ll chime in over there.