cosmoweb
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Fatal Error after 4.4.0 updateSame issues
Forum: Plugins
In reply to: [WooCommerce] can’t click the buttonThe problem is YOAST plugin may js conflict, try to deactive or roll back previous version.
Forum: Plugins
In reply to: [WooCommerce] can’t click the buttonI have the same issues, I can’t modify stock.
Hi Jose,
thank you so much for reply,
yes, i need to keep a specific plugin active deregister specific js/css in some page for example.
Thanks
Hi,
I have the same isses, someone have solution?
Thanks
Forum: Plugins
In reply to: [Mailchimp for WooCommerce] wp_actionscheduler_actions table does not existI have the same issue on v2.3.3, back to previous version.
Any solution?
Thanks
Forum: Plugins
In reply to: [Mailchimp for WooCommerce] Scheduled Actions Complete, can I remove?Hi @ryanhungate thanks for reply.
Can you write query to remove all Scheduled Actions Complete?
Thank you so much!
Forum: Plugins
In reply to: [Yoast SEO] PHP Fatal error 12.3same error
Forum: Plugins
In reply to: [WooCommerce] cancelled option in customer orderHi @yukikatayama thanks for reply.
I solved with this snippet code:
//MODIFICA NOME STATO ANNULLATO A CANCELLATO add_filter( 'wc_order_statuses', 'wc_renaming_order_status' ); function wc_renaming_order_status( $order_statuses ) { foreach ( $order_statuses as $key => $status ) { if ( 'wc-cancelled' === $key ) $order_statuses['wc-cancelled'] = _x( 'Cancellato', 'Order status', 'woocommerce' ); } return $order_statuses; }
Forum: Plugins
In reply to: [WooCommerce] wc_cancel_pending_orders stopped workingHi,
I solved using Opera, with FireFox I had the same error…
Forum: Plugins
In reply to: [Yoast SEO] Facebook Open Graph Image problemHi,
in home page I had issues about image, I solved like this:
//$this->set_front_page_image();
in class-opengraph-image.php
Hi,
by PHP logs
Forum: Plugins
In reply to: [Contact Form 7] Reply E-mail Contact form ProblemHi @nicolasbry,
I think it’s not true Google changed replt to, because on my PC reply to work but on my partner’s PC doesn’t work. Mystery.
Forum: Plugins
In reply to: [WooCommerce] incremen decrement products in orderI didn’t solve, I hope that feature back in next version.
Thanks