Martin Blumenfeld
Forum Replies Created
-
So it actually works? Maybe a nice update would be to show the user that it actually worked. Right now you click the link and nothing happens.
Forum: Plugins
In reply to: [Tracking Code Manager] Authenticated XSS, CSRF & DoS Issue Resolution?It looks like they finally marked the issue as resolved and Pantheon has picked that up and marked the plugin as not being vulnerable anymore. Thanks for looking into the issue.
The cookie bar itself works, but clicking the “delete_cookies” link doesn’t do anything. Is it supposed to refresh the page and delete the cookie or something?
Forum: Plugins
In reply to: [Tracking Code Manager] Authenticated XSS, CSRF & DoS Issue Resolution?Did you try registering on their site? Maybe there’s a form you could then submit to have it marked as resolved.
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.