Martin Blumenfeld
Forum Replies Created
-
Forum: Plugins
In reply to: [GDPR] V2.0.6 Chrome Security Token Errors@rcaetano: We just added some custom styles to override the defaults.
@patrickthagaard: Thanks! I think that was the issue.Forum: Plugins
In reply to: [Intagrate Lite] Your website’s downThanks!
Forum: Plugins
In reply to: [Media Cleaner: Clean your WordPress!] Advanced Custom Fields Support?Thanks! I’ll give it a shot and see what happens. This will give me a chance to test out WP Time Capsule if something breaks.
Forum: Plugins
In reply to: [The SEO Framework – Fast, Automated, Effortless.] Noindex Post TypeThanks so much!
Forum: Plugins
In reply to: [wpMandrill] Error message after activating PHP 7I emailed Mandrill about this and they said the plugin is no longer supported. Here’s the full response:
The wpMandrill plugin is no longer supported, so it will not be upgraded any longer. You should be able to use any plugin that allows you to use your Mandrill STMP information though. If you have any other questions, please let us know.
So switching to something like “Easy WP SMTP” would probably be best.
Forum: Plugins
In reply to: [wpMandrill] PHP 7 Errors: safe_mode, set_magic_quotes_runtimeI emailed Mandrill about this and they said the plugin is no longer supported. Here’s the full response:
The wpMandrill plugin is no longer supported, so it will not be upgraded any longer. You should be able to use any plugin that allows you to use your Mandrill STMP information though. If you have any other questions, please let us know.
So switching to something like “Easy WP SMTP” would probably be best.
Forum: Plugins
In reply to: [wpMandrill] PHP 7 compatabilityI emailed Mandrill about this and they said the plugin is no longer supported. Here’s the full response:
The wpMandrill plugin is no longer supported, so it will not be upgraded any longer. You should be able to use any plugin that allows you to use your Mandrill STMP information though. If you have any other questions, please let us know.
So switching to something like “Easy WP SMTP” would probably be best.
Forum: Plugins
In reply to: [wpMandrill] PHP fatal errorsI emailed Mandrill about this and they said the plugin is no longer supported. Here’s the full response:
The wpMandrill plugin is no longer supported, so it will not be upgraded any longer. You should be able to use any plugin that allows you to use your Mandrill STMP information though. If you have any other questions, please let us know.
So switching to something like “Easy WP SMTP” would probably be best.
Forum: Plugins
In reply to: [wpMandrill] PHP 7I emailed Mandrill about this and they said the plugin is no longer supported. Here’s the full response:
The wpMandrill plugin is no longer supported, so it will not be upgraded any longer. You should be able to use any plugin that allows you to use your Mandrill STMP information though. If you have any other questions, please let us know.
So switching to something like “Easy WP SMTP” would probably be best.
Forum: Plugins
In reply to: [amr users] su Querystring ValueYep, that would work. Am I able to do that within’ the admin somewhere? Or is there a custom hook I need to use?
Forum: Plugins
In reply to: [amr users] su Querystring ValueI use this on a form when I’m editing a users record. So someone clicks on a user record and they go to an edit form. Then on the edit form I store the querystring from the user list page so on success, I can redirect them back to the filtered search.
Now, if I’m on the user list page and I do a search, the su parameter isn’t added to the pages url. Now if I click a column heading after doing the initial search the ‘su’ parameter then shows up in the querystring of the page. So it almost works, it’s just missing the parameter getting added during the first query.
Forum: Plugins
In reply to: [amr users] su Querystring ValueThanks for the quick reply as always. The su querystring still works. What I was referring to is if I do a search. So go to this page and then enter a search filter: https://directories.wpusersplugin.com/simple-user-list/
You’ll see that after you hit submit button the search filter doesn’t get added in the pages URL. So it’s doing a post request like you said. It would be great if that could be a GET request instead. I think it was that way before, but then it changed.
Forum: Fixing WordPress
In reply to: Disappearing Images FixYeah, that was my best guess. It definitely shouldn’t be jumping in like that if you aren’t specifically requesting to change a post type though. I’ll just have to wait and see if the issue pops up again.
Forum: Plugins
In reply to: [amr users] Sort By Registration Date Not WorkingThanks! I look forward to a fix being released.
Forum: Plugins
In reply to: [amr users] Sort By Registration Date Not WorkingAs an example, one of my users says the registration date was at 2017-01-10 04:21:08. I can also confirm this in the DB. In actuality, they were registered at about 2017-01-09 20:21:08 PST. The time is now 2017-01-10 16:38:12 PST, but the registration days ago value still says 16 minutes ago. It looks like the days ago code is ignoring the timezone and also the hour and is reading it date off of the minutes in the time only.