chrisgot
Forum Replies Created
-
Forum: Plugins
In reply to: [Mailjet Email Marketing] Latest version forces site language to US EnglishThanks for the quick fix!
Forum: Plugins
In reply to: [Mailjet Email Marketing] Latest version forces site language to US EnglishI just checked the locale use by Mailjet for WordPress. In version 3.2.4 the locale variable is globalized, which is what causes the language to be forced to English, since I also don’t use WPLANG (deprecated) any more in wp-config file. Is there any reason for globalizing
$locale? By simply commenting out line 18 (//global $locale;) in the file mailjet-class.php my admin language is correct again – in Swedish.Forum: Plugins
In reply to: [Mailjet Email Marketing] Latest version forces site language to US EnglishHi. Thank you for your reply. I don’t use any translation plugin. To change site language navigate to Settings > General > Site Language in WordPress admin area. This is part of WordPress core since 4.0 – see https://codex.wordpress.org/Installing_WordPress_in_Your_Language
The Site Language setting in the admin area is where the language snaps back to English (US) when I try to save it to Swedish – happens only when the latest version of Mailjet for WordPress is installed. I never changed the language from Swedish, it happened by itself when Mailjet was updated to 3.2.4.
My original WordPress install is in Swedish language.Forum: Plugins
In reply to: [Mailjet Email Marketing] Latest version forces site language to US EnglishJust to confirm, I have re-installed 3.2.3 and the site language is correct and everything works fine.
Forum: Plugins
In reply to: [Manual Related Posts] Double up not updatingPerfect. Thanks!
Forum: Plugins
In reply to: [Manual Related Posts] Double up not updatingHi, related_du.php still says “Version: 2.0.7”. Maybe you just forgot to change to 2.0.9?
Forum: Plugins
In reply to: [Ginger - EU Cookie Law] Ajax and tabs support?Thanks for your support. I tried these things but didn’t get it to work. I installed the lightweight “UK Cookie Consent” instead, also from the WordPress repository, which works as expected with Ajax Load More and Foundation. I really like Ginger for its look and features, but for the time being I don’t have time for troubleshooting.
Forum: Plugins
In reply to: [SendPress Newsletters] No clean removal?Thanks Jason, is using Gmail with mandrill possible from within the Postman plugin?
Forum: Plugins
In reply to: [SendPress Newsletters] No clean removal?Thanks! And no problem, I’ve got it sorted out. I might check in again, I really like the idea of your plugin and the fact that it works out of the box with postman SMTP, but the Gmail limits on number of mails that can be sent made me opt out for the time being.
Forum: Plugins
In reply to: [Comments - wpDiscuz] Not working with WP Mail SMTP PluginYou are welcome Isanarg. It works fine. Just a few things that might help. You need to click the reconfirm link in the confirmation email sent by WP Discuz. The settings I use in Postman SMTP for gmail are the following:
Transport: SMTP
Outgoing Mail Server Hostname: smtp.gmail.com
Outgoing Mail Server Port: 587
Security: STARTTLS
Authentication: OAuth 2.0First you need to create a Google API client ID. It’s described in the Postman plugin FAQs.
Authorized JavaScript origins: http://yoursite.com
Authorized redirect URI: http://yoursite.com/wp-admin/options-general.php?page=postmanThen install the plugin and run the Wizard which walks you through the configuration and connectivity tests.
You might not wan’t to send your mails through gmail, but it’s a robust service and the mails are delivered in the primary inbox folder, not in spam or elsewhere. The plugin author mentioned not long ago though that Mandrill is coming soon, so you might set it up and test it out in the meantime and wait for Mandrill. The plugin supports both traditional passwords and OAuth 2.0 protocol for Google, Yahoo and Hotmail. It also works with various form plugins such as WP HTML Mail, Contact Form 7 or Gravity Forms.
Forum: Plugins
In reply to: [Comments - wpDiscuz] Not working with WP Mail SMTP PluginHi Isanarg,
I can recommend Postman SMTP mailer. It’s very good. I am using it with gmail at the moment, but the next major update should also have Mandrill support.
Excellent news! Thanks Ronald!
Forum: Plugins
In reply to: [WooDiscuz - WooCommerce Comments] Some feedback on voting and moreI am sorry, this post belongs to the WP Discuz plugin support. I am afraid I can’t delete it however.
Forum: Plugins
In reply to: [Comments - wpDiscuz] Only subscribe confirmation mail is sentI think this was quickly resolved. I had forgotten to click the reconfirm link in the confirmation email. It works now. Thanks!
That fixed it. I’ll check to see what causes the emails not to send. Great plugin. Thanks!