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