Manuel
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Rounding issue on order details and invoiceIt is set to two decimals.
What do you mean with “standard setup that matches with what’s listed in that order”?
Do you mean the items in that order?
Forum: Plugins
In reply to: [PDF Invoices & Packing Slips for WooCommerce] PDF not attached to e-mailHi @pomegranate
That was a little misleading on my part.
I also used the WordPress internal mailer before.
Now I have additionally installed the WP Mail SMTP plugin and selected the “Default (none)” mailer. For my understanding the same internal mailer as before.
However, the attachments are only added with the activated WP Mail SMTP plugin.
Forum: Plugins
In reply to: [PDF Invoices & Packing Slips for WooCommerce] PDF not attached to e-mailHi @pomegranate
I now have also installed the WP Mail SMTP plugin and did another test with the default WordPress/PHP mailer (no external provider) and it works! PDFs are attached to emails. 🙂
Thank you very much for your help!
Forum: Plugins
In reply to: [PDF Invoices & Packing Slips for WooCommerce] PDF not attached to e-mailHi @pomegranate
I have the same issue. Emails are being sent but without attachments. Although these are activated in the plugin settings.
Now I have installed your recommended WP Mail Logging plugin and did another test.
The email log shows the sent mail without an error. And there is also an invoice attached to this mail. But this attachment does not arrive in my email client.
And I get an 403 forbidden notice when I try to open the invoice from the backend. Which might be because of the .htaccess in the /wp-content/uploads/wpo_wcpdf/attachments/ directory.
Forum: Plugins
In reply to: [PDF Invoices & Packing Slips for WooCommerce] Invoice not attachedI also don’t get the PDF invoices attached to the emails. The creation works. But no matter what I choose in settings, they are not added to the selected emails.
Have you found a solution yet?
Best regards
ManuelForum: Plugins
In reply to: [Germanized for WooCommerce] Preisauszeichnungen falsch platziertDas Theme sieht eigentlich ganz schick aus. Aber das mit den entfernten WooCommerce Hooks war nicht wirklich durchdacht.
Ich habe die Funktionen jetzt manuell ins Template hinzugefügt. Die doppelten Preisauszeichnungen habe ich per CSS ausgeblendet. Nicht die optimale Lösung aber funktioniert.
Dankeschön für die Hilfe! 🙂
Forum: Plugins
In reply to: [FAQ Schema For Pages And Posts] A Few Feature RequestsI would also love HTML support.
Forum: Plugins
In reply to: [W3 Total Cache] Cloudfront: No ‘Access-Control-Allow-Origin’ headerHi Marko,
You were right, it was because of nginx.
I just had to add
add_header Access-Control-Allow-Origin *;to the additional nginx directives in Plesk. Now it works!
Again, thank you very much!
Forum: Plugins
In reply to: [W3 Total Cache] Cloudfront: No ‘Access-Control-Allow-Origin’ headerHi Marko,
many thanks for your help.
Yes, it’s a Plesk Linux Server with default Apache and Nginx settings.
According to the documentation, with the default settings, all static content is served by Nginx.
Forum: Plugins
In reply to: [Google Analytics Post Pageviews] Plugin Supported?The plugin works very well. 🙂
And updating via cron is a great idea! It would be cool if this feature ever came out.
What may still be missing is the option to specify a time period instead of a start date, e.g. the last 30 days. Then it would also be the perfect plugin to display popular posts. A fixed start date would give old posts too much advantage.
Forum: Plugins
In reply to: [WP-PostRatings] GDPR ComplianceHi Lester, your update works fine for me too. Thank you very much!
Forum: Plugins
In reply to: [W3 Total Cache] How to minify style.php?You can’t do this. You would need it to be a .css file
Ok, thanks for the information.
I thought W3 Total Cache could handle PHP files with content type text/css header parameter as CSS files.
header("Content-type: text/css; charset: UTF-8");Just curious if you are inlining the output into the generating page or something else.
It was inline CSS but I changed it into a static file, because of the smaller source code.
I have exact the same problem and can’t navigate through the gallery when a picture is opened in the ImageBrowser. Is there any solution for this?
Here is my current gallery: http://www.kaufberatungen.net/5654-ifa-2014-die-trends-der-funkausstellung.html
Forum: Plugins
In reply to: [SEO Title Tag] Unwanted meta description in wp_headAnd in my categories I have found empty meta descriptions:
<meta name=”description” content=”” />
But there is already an existing meta description from Headspace2 and I have no entries in the SEO Title Tag backend for the categories.
It would be great, if the plugin wouldn’t add the meta-description tag if there is no entry in the backend.
Forum: Plugins
In reply to: [SEO Title Tag] Unwanted meta description in wp_headSame problem here.
Today I have updated to WordPress 3.8.1 and the newest version of this plugin and now I have two meta descriptions for my frontpage. One meta description from Headspace2 plugin, which is correct, and now a second one from SEO Title Tag plugin.
But there are no meta-description entries for the frontpage, which is a static page in my case. And it seems that SEO Title Tag takes the blog description as meta description.
Could you please fix it?
Best Regards,
Manuel