Skip Navigation

Open

Topic Tags: Compatibility

Overview of the issue

In a WordPress website with WooCommerce installed, if you are attempting to automatically translate Elementor Templates in bulk, you may face an issue where the translation process becomes stuck and leaves some templates untranslated.

Workaround

Please, make sure of having a full backup of your site before proceeding.

  • Add the following code into your functions.php file.
    add_action( 'rest_api_init', function () {
    	if ( in_array( 'woocommerce/woocommerce.php', apply_filters( 'active_plugins', get_option( 'active_plugins' ) ) ) && ! function_exists( 'wc_print_notices' ) ) {
    		function wc_print_notices() {}
    	}
    } );
    

2 Responses to “Elementor Pro - Merchandise Shop kit library: Automatically translate Elementor Templates in bulk gets "stuck".”

  1. Sometimes this can also happen for *manually* translated elementor templates. This compat code should definitely make it into the core.

    • Hello Dan,
      We are in contact with Elementor team. Once we have more news, we will update this erratum accordingly.
      Regards

Leave a Reply

Please stay on topic and be respectful to others. If you need help with issues not related to this post, use our Support Forum to start a chat or submit a ticket.

You can use these tags:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>