Site logo
Article

If the demo import process is stuck on "Generating attachments…" do the following:

  1. Wp admin > plugins > deactivate all the plugins other than Elementor and Woocommerce which are necessary,
  2. Install and activate the child-theme
  3. Add this in child-theme > functions.php after // Happy Coding :)
    add_filter( 'wp_image_editors', function() {
    	return ['WP_Image_Editor_GD'];
    } );
    
  4. Theme tools > demo import > click Install in the demo again.
  5. After import is done remove the snippet from child-theme and activate your plugins.
  6. If demo import still doesn't work open a ticket in our helpdesk.
Docs