A few notes that may help in future from my previous nulling attempts.
Firstly, the demo import was useless if using PHP 7.3 or 7.4. With
7.2 it was pretty good. However you need high PHP settings. I used:
max_execution_time = 600
max_input_vars = 6000
memory_limit = 512M
post_max_size = 256M
upload_max_filesize = 128M
With all of the above the import (Elementor) was good with the exception of a few images. These however had imported to the library so I could add them from there.
That's it apart from wishing
@NullMaster good luck!
