Manuel
Forum Replies Created
-
Forum: Plugins
In reply to: [Split Test For Elementor] Does it work in Elementor popups?Is there anything new on this topic?
I would also like to know if A/B testing works with Elementors popup builder.
Hi @sinaasappel
I had exactly the same case the days. You can try the following settings:
MailPoet Settings > Send with… > MailPoet Sending Service
MailPoet Settings > Advanced > Send all site’s emails with… > Default WordPress sending method
And then ignore the incompaitability notice of WooCommerce PDF Invoices & Packing Slips.
According to our tests, newsletters are then sent via MailPoet, and all other mails, such as PDF invoices to customers, are sent from your own host.
The settings were also confirmed by MailPoet:
Great, thank you!
Forum: Plugins
In reply to: [Yoast SEO] Custom social networksNo problem, it’s not that important to be able to add the URL via settings page. It also works with the following code in the functions.php
// Add Social Profiles to Data Graph function yoast_add_social_profiles( $profiles ) { // Networks $profiles[] = 'https://www.socialnetwork.com/myprofile'; $profiles[] = 'https://www.anothernetwork.com/myprofile'; return $profiles; } add_filter( 'wpseo_schema_organization_social_profiles', 'yoast_add_social_profiles' );
Thanks for the help and all the best!
Forum: Plugins
In reply to: [Yoast SEO] Custom social networksThanks for the reference to your Schema API.
Meanwhile, I found out how to add or remove social profiles from the user page by using the “user_contactmethods” filter.
Also how to add social profiles in the Organization schema object with the “wpseo_schema_organization_social_profiles” filter.
But not yet how to add corresponding fields to the Organization social profiles settings page. Is that also possible?
Forum: Plugins
In reply to: [Yoast SEO] Custom social networksHi @devnihil
many thanks for your help.
I mean the “Organization social profiles” area at SEO > Social > Accounts tab. Like Facebook Page URL, Twitter Username, Instagram URL, LinkedIn URL, etc.
The URLs entered there will be listed in the structured data graph as sameAs URLs. At this point I would like to add another network, which is not predefined.
Thanks a lot Aert!
By the way, I really like your plugin. We use it on our own as well as clients sites.
I will also write a review soon.
Hi @aahulsebos
Thanks for your help. ??
It works with “YES” for third-parties. Even if I don’t select any in the list opened below. I leave it “YES” so you can test it yourself.
Forum: Plugins
In reply to: [WooCommerce] Rounding issue on order details and invoiceI have already changed the wrong totals in the database, so that the shop owner can issue a correct invoice.
For this I had adjusted the value for “total_sales” in “wp_wc_order_stats” and the meta_key “_order_total” in “wp_postmeta”.
Not the perfect way, but the invoice is now correct.
By the way, the amounts in all emails were also correct. It only appeared wrong in the order details and invoice.
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! ??