While importing Starter Templates, does the popup says – “Required File Permissions Missing“? If yes, here’s why and how you can clear it.
Why?
Importing a template requires some file permissions on your website. The permissions are needed to arrange and display imported data correctly.
If the plugin does not find valid file permission, you will see a popup with this notice.
How to Fix This?
You can clear this by simply adding the constant in your wp-config.php file.
define( 'FS_METHOD', 'direct' );
Save the file and refresh the Starter Templates interface on the frontend. Try importing the template again.