dammsugare
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Email with SMTPHi,
thanks, but when I don’t use the function and not do anything the header looks like this:Forum: Fixing WordPress
In reply to: Email with SMTPHere you can see it:
Forum: Fixing WordPress
In reply to: Email with SMTPYes I did!
Forum: Fixing WordPress
In reply to: Email with SMTPHi,
thank you so much for your reply. I am using Thunderbird, and I looked in the header, and the headers look the same whether I apply the functionfunction wp_mail_smtp($phpmailer) { $phpmailer->IsSMTP(); $phpmailer->Host = "mail.mydomain.tld"; $phpmailer->Port = 25; $phpmailer->SMTPAuth = true; $phpmailer->Username = "[email protected]"; $phpmailer->Password = "pass"; } add_action( 'phpmailer_init', 'wp_mail_smtp' );
or not. It mentions ESMTPSA (Nemesis) in “received”, but this is also mentioned when not applying the function, and I still see X-Mailer: PHPMailer 5.2.22 (https://github.com/PHPMailer/PHPMailer) mentioned as well…
- This reply was modified 6 years, 8 months ago by dammsugare.
Forum: Plugins
In reply to: [WooCommerce] Noo shipping methods shown in cart and checkoutOkay, I think I found it: I am currently in a country that I am not shipping/selling to, and the geolocalize was turned on…but, I noticed that even when you choose a country that can be delivered and billed to, there is still the message in the checkout table that no shipping rates can be found. This cannot be the way it is supposed to since there are times when customers are in other countries but still want to order to their home place!
Forum: Plugins
In reply to: [Germanized for WooCommerce] Inkl. Mwst. ohne ProzentangabeDAnke!
Forum: Plugins
In reply to: [WooCommerce] Bug with emails after updateYes, I had already removed it. Thanks!
Forum: Plugins
In reply to: [Germanized for WooCommerce] Produkteinheitenanzeige im CheckoutVielen lieben Dank!
dammsugare
Forum: Themes and Templates
In reply to: [Virtue] icons in footerThank you!
Forum: Plugins
In reply to: [Germanized for WooCommerce] übersetzung wird nicht mehr geladenDanke! Es liegt doch an Woocommmerrce, viele strings sind falsch wegen Klein-und Gro?buchstaben! Hoffentlich werden die files bald upgedatet…
Forum: Plugins
In reply to: [WooCommerce] UPDATE 3.0 changed to English languageOkay, I checked – you are right. In the default German po-file the source string is “Billing Details” whereas the string in frontend shows “Billing details”. But with Poedit you cannot change the source string…
Forum: Plugins
In reply to: [WooCommerce] UPDATE 3.0 changed to English languageAlso, I just checked and the regulat woocommerce po-file that is in /languages has the strings translated in German, but they are not in German in frontend! For example the string “Billing details” on the checkout page. In the po-file it is in German (Rechnungsadresse), but in frontend it is English.
Forum: Plugins
In reply to: [WooCommerce] UPDATE 3.0 changed to English languageMike, all my translations worked before. And now since the update, a lot of it is in English instead of German.
Forum: Plugins
In reply to: [WooCommerce] UPDATE 3.0 changed to English languageI also have this issue. I have a child theme with a folder wp-content/languages/woocommerce, but since the Update certain strings are still in English. What needs to be changed to make these files load again?
Forum: Plugins
In reply to: [Cachify] Plugin has no valid header/APC cachingThank you for your update. Is there any chance for the future for Cachify to support APCu? I hate to use these bloated caching plugins tthat slow down my backend…