mirkini
Forum Replies Created
-
Forum: Plugins
In reply to: [Mollie Payments for WooCommerce] Wp admin stuck after upgrade 8.0.0Hi @femiyb
Very strange, all these steps I also went through this weekend resulting in a critical error each time.
Now today I updated again to 8.0.0 and activated all plugins 1 by 1 to find out and everything works properly.Forum: Plugins
In reply to: [W3 Total Cache] W3 Total Cache Error: advanced-cache.php.Hello @vmarko ,
Finally after a few tries it seemed to be somehow an object caching problem. All caching plugins were off, then I activated and configured redis object cache (https://ww.wp.xz.cn/plugins/redis-cache/) and the problem resolved itself.
Probably the object caching of W3 total cache remained active in the background while everything removed(?)
Forum: Plugins
In reply to: [Kadence WooCommerce Email Designer] HTML tags showing in mail@britner I sent you the e-mail!
Forum: Plugins
In reply to: [Kadence WooCommerce Email Designer] HTML tags showing in mailan you try adding this to a code snippet plugin or child theme:
function custom_init_remove_woo_email_schema() { if ( function_exists( 'WC' ) ) { remove_action( 'woocommerce_email_order_details', array( WC()->structured_data, 'output_email_structured_data' ), 30 ); // This removes structured data from all Emails sent by WooCommerce. } } add_action( 'init', 'custom_init_remove_woo_email_schema' );Yes! This is the solutions, it works! Thank you very much! 🙂
Forum: Plugins
In reply to: [Kadence WooCommerce Email Designer] HTML tags showing in mailStrange.. mail has been sent!
Forum: Plugins
In reply to: [Kadence WooCommerce Email Designer] HTML tags showing in mailNo, I even don’t know how..
Forum: Plugins
In reply to: [Kadence WooCommerce Email Designer] HTML tags showing in mailSee link: ‘Nederlands’ (Dutch)
Forum: Plugins
In reply to: [Kadence WooCommerce Email Designer] HTML tags showing in mailI’m not sure if we use a Dutch subset, how can I check it?
Forum: Plugins
In reply to: [Kadence WooCommerce Email Designer] HTML tags showing in mailAre you using a subset of Dutch like formal?
YesAre you overriding any templates with your theme?
No, I tried a diffrent theme and it has the same problemDoes this happen for all email types?
Yep…To be clear I just test with Dutch and couldn’t recreate any issue, so are you using an SMTP server that might be filtering the HTML and breaking it?
Not using a SMTP serverFinally, have you tried deactivating our plugin and sending a test by creating a mockup order?
Yes I tried, when I disable the plug-in the problem is solved.Forum: Plugins
In reply to: [Kadence WooCommerce Email Designer] HTML tags showing in mailHey,
Woocommerce version 4.0.1, mails are sent in Dutch language.
I disabled all the plugins, but it doesn’t make any difference